Search found 6 matches

by marian.ek
Fri Jul 24, 2009 7:08 am
Forum: Advanced Help
Topic: Transparent Cube Disappear
Replies: 3
Views: 408

Thanks !
I turn off flag EMF_ZWRITE_ENABLE.
It's O.K.
by marian.ek
Thu Jul 23, 2009 5:40 pm
Forum: Advanced Help
Topic: Transparent Cube Disappear
Replies: 3
Views: 408

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...
by marian.ek
Thu Feb 19, 2009 11:42 pm
Forum: Beginners Help
Topic: How set rotation cylinderSceneNode ?
Replies: 15
Views: 3526

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...
by marian.ek
Wed Oct 15, 2008 1:42 pm
Forum: Advanced Help
Topic: Load .x mesh to list ISceneNode
Replies: 6
Views: 908

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...
by marian.ek
Wed Oct 15, 2008 11:07 am
Forum: Advanced Help
Topic: Load .x mesh to list ISceneNode
Replies: 6
Views: 908

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?
by marian.ek
Mon Oct 13, 2008 3:36 pm
Forum: Beginners Help
Topic: load mesh as scene
Replies: 1
Views: 368

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?