Hey anyone, I'm building a dynamic 3D system and when I start to
stress test things I get rendering issues. The 3D objects disappear
and I get runtime errors:

TypeError: Error #2007: Parameter bitmap must be non-null.
        at flash.display::Graphics/beginBitmapFill()
        at flash.display::Graphics/beginFillObject()
        at flash.display::Graphics/drawGraphicsData()
        at away3d.core.session::AbstractSession/renderTriangleBitmap()
        at away3d.materials::BitmapMaterial/renderTriangle()
        at away3d.materials::TransformBitmapMaterial/renderTriangle()
        at away3d.core.render::Renderer/renderPrimitive()
        at away3d.core.render::BasicRenderer/render()
        at away3d.core.session::AbstractSession/render()
        at away3d.core.session::AbstractSession/render()
        at away3d.containers::View3D/render()


I can't show this to anyone yet, so troubleshooting is tough, but does
this sound familiar and does anyone know what the causes could be?

Reply via email to