[Papervision3D] Z-sorting small fix
Sergey Karanda
sergey_karanda at mail.ru
Tue Jul 3 10:37:37 EDT 2007
Hello All,
Guys, i am new in PV3D and trying to set MESH_SORT_FAR
property to the collada object:
.....
var col= new Collada( "house01.DAE" );
col.meshSort = DisplayObject3D.MESH_SORT_FAR;
scene3d.addChild(col);
trace(col.meshSort);
.....
in the debug window i see, that is correct, but it seems
it doesn't work.
How can i set MESH_SORT_FAR to this object ?
JG> DisplayObject3D.MESH_SORT_CENTER
JG> DisplayObject3D.MESH_SORT_FAR
JG> DisplayObject3D.MESH_SORT_CLOSE
--
Best regards,
Sergey mailto:sergey_karanda at mail.ru
More information about the Papervision3D
mailing list