4/14 16:08 ” all code are works good on emulator”
I try to debug the away3d example, the “Basic_Load3DS”,
before the mesh is load,the screen is red
// _context.clear(1, _backgroundG, _backgroundB, _backgroundAlpha, 1, 0, additionalClearMask);
that mean the content3D is good .
and then, add the mesh to view, the screen turns to a whole write shit.
nothing error is appear.
then, I try my own obj model, not working.
try to add view.render() after when view3d added to stage, not working.
flare3d engine has the same problem.
then I try my own Content3D engine , using just 2d drawing, works!
so, it must be a model problem, when the model is add to view, contend3d turn to a whole write shit.