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: 499
- Thu Jul 23, 2009 5:40 pm
- Forum: Advanced Help
- Topic: Transparent Cube Disappear
- Replies: 3
- Views: 499
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 ...
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 ...
- Thu Feb 19, 2009 11:42 pm
- Forum: Beginners Help
- Topic: How set rotation cylinderSceneNode ?
- Replies: 15
- Views: 4230
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 ...
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 ...
- Wed Oct 15, 2008 1:42 pm
- Forum: Advanced Help
- Topic: Load .x mesh to list ISceneNode
- Replies: 6
- Views: 1091
- Wed Oct 15, 2008 11:07 am
- Forum: Advanced Help
- Topic: Load .x mesh to list ISceneNode
- Replies: 6
- Views: 1091
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: 420
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?