After setting the alpha of an ObjectContainer3D (with owncanvas), the item becomes invisible. When I move the camera a bit, it re-appears with correct alpha.
The same thing happens when changing the movieclip content of a movieclipsprite.
Can I call something after setting the alpha to manualy force such an ‘update’ of the scene that otherwise is triggered by camera movement?
I tried without luck:
view.render();
view.camera.update();
view.scene.updateBounds();
view.updateScreenClipping();
cheers!