Thanks !
I turn off flag EMF_ZWRITE_ENABLE.
It's O.K.
Search found 6 matches
- Fri Jul 24, 2009 7:08 am
- Forum: Advanced Help
- Topic: Transparent Cube Disappear
- Replies: 3
- Views: 417
- Thu Jul 23, 2009 5:40 pm
- Forum: Advanced Help
- Topic: Transparent Cube Disappear
- Replies: 3
- Views: 417
Transparent Cube Disappear
Hello. The Problem is : Cube inside odther cube become invisible when the camera moving. I set the material shader transparent. I want to nest transparent cubes inside others. When the camera moving some cube disappear. How solve this problem ?? z-buffer, backFaceCulling,ISceneNode::setAutomaticCull...
- Thu Feb 19, 2009 11:42 pm
- Forum: Beginners Help
- Topic: How set rotation cylinderSceneNode ?
- Replies: 15
- Views: 3587
How set rotation cylinderSceneNode ?
How set rotation cylinderSceneNode (n1)? http://marian.ek.w.interii.pl/rot.jpg (link to image) code it's not work : vector3df v2 = n2->getTransformedBoundingBox().getCenter(); vector3df v3 = n3->getTransformedBoundingBox().getCenter(); vector3df direct = v3 - v2; n1->setRotation(direct.getHorizonta...
- Wed Oct 15, 2008 1:42 pm
- Forum: Advanced Help
- Topic: Load .x mesh to list ISceneNode
- Replies: 6
- Views: 934
I want create 3D objects in modeler and add to my irrlicht scene (it's not problem), but my 3D objects contains elements which i want change (rotate or move) for example: in gauge.X i have two objects :gauge and needle, and i want load it to my scene and rotate needle. When I standard load file &quo...
- Wed Oct 15, 2008 11:07 am
- Forum: Advanced Help
- Topic: Load .x mesh to list ISceneNode
- Replies: 6
- Views: 934
Load .x mesh to list ISceneNode
How load 3D-objects from x-format file to list<ISceneNode*> objList ?
May be one of you write own MeshLoader witch can do it?
May be one of you write own MeshLoader witch can do it?
- Mon Oct 13, 2008 3:36 pm
- Forum: Beginners Help
- Topic: load mesh as scene
- Replies: 1
- Views: 374
load mesh as scene
I need load mesh (*.x or *.dfm) as irrlicht scene.
How load mesh from X-file and get individually access for objects from file?
It is possible?
How load mesh from X-file and get individually access for objects from file?
It is possible?