Author Topic: May I set a backdrop  (Read 105 times)

bo chen   «   on: January 12, 2012, 11:41:12 PM »
I want set a backgroundimage in the 3dscene.
I test load 3dscene into a MovieClip,
Place it on a layer and place a 2D image on the layer beneath.
But the image still on the top.
Any idea for this?
ps:I don't want put a plane with image at the bottom of the scene.

Jose Luis Ressia   «   Reply #1 on: January 13, 2012, 09:17:07 AM »
Hi Bo,
Stage3D always draw 3D content behind the stage, this is a Flash11/stage3d behaviour and you can not change it. So you can not draw the background directly.
Sorry, but you need to paint it in a plane or use something like a skymap.

Regards