Search found 113 matches

by Squarefox
Thu Nov 27, 2008 5:45 pm
Forum: Beginners Help
Topic: Framerate adjustment?
Replies: 2
Views: 162

Framerate adjustment?

Hello,

is there any posibility to adjust the framerate, so it is capped to e.g. 30 fps ?

Greetings,
Squarefox
by Squarefox
Wed Nov 26, 2008 8:55 pm
Forum: Beginners Help
Topic: Problems with Maya .obj Files
Replies: 6
Views: 272

Ok, it looks like the following: scene::IMeshSceneNode* node = 0; scene::IMesh* Objekt3 = smgr->getMesh("../Media/Turm3.obj"); node = smgr->addMeshSceneNode(Objekt3); node->setPosition(core::vector3df(100,0,0)); node->setScale(core::vector3df(36,36,36)); node->setMaterialFlag(video::EMF_LI...
by Squarefox
Wed Nov 26, 2008 7:52 pm
Forum: Beginners Help
Topic: Problems with Maya .obj Files
Replies: 6
Views: 272

I'vs tested Direct X 9.0c and OpenGL 1.5, both had same results.

If I turn off the light every mesh remains black. If I turn off the lightning for a mesh, this mesh shows normal colors (but not those of the light of course).
by Squarefox
Wed Nov 26, 2008 6:43 pm
Forum: Beginners Help
Topic: Problems with Maya .obj Files
Replies: 6
Views: 272

Problems with Maya .obj Files

Hello,

I'm currently importing several .obj Meshes from Maya. I also added a point light with a big radius.
But all obj.Meshes still stay black. Lightning and Backfaceculling are activitated.

Any ideas how to fix this?

Greetings,
Squarefox
by Squarefox
Tue Nov 25, 2008 8:59 pm
Forum: Beginners Help
Topic: String convertion?
Replies: 5
Views: 271

string::c_str() works!

Thanks for your help!

Greetings,
Squarefox
by Squarefox
Tue Nov 25, 2008 8:12 pm
Forum: Beginners Help
Topic: String convertion?
Replies: 5
Views: 271

String convertion?

Hello, im trying to use a standard string in a getMesh()-Function, but I get an error message: 'irr::scene::IAnimatedMesh *irr::scene::ISceneManager::getMesh(const irr::c8 *)' : cannot convert parameter 1 from 'std::string' to 'const irr::c8 *' Is there any possibility to convert this string? Greeti...
by Squarefox
Wed Oct 15, 2008 4:17 pm
Forum: Beginners Help
Topic: Questions about Collision System in Irrlicht
Replies: 6
Views: 707

Questions about Collision System in Irrlicht

Hello, i've a few questions about the collision system in Irrlicht. I want to create a 3rd-Pearson-Action-Adventure. 1.) Is it possible to select which objects are collsion objects? I.E. do I have to put all these objects in one triangle selector and then attach it to the collisions-response-animato...
by Squarefox
Tue Aug 19, 2008 6:51 pm
Forum: Beginners Help
Topic: 3 Questions about Irrlicht
Replies: 2
Views: 168

3 Questions about Irrlicht

Hello,

I have 3 Questions about Irrlicht 3D:

1.) If I load an .irr file - how do I adress the different objects in this scene now?

2.) IS it possible to play an animation backwards?

3.) Is it possible to use animated textures such as water in Irrlicht?

Greetings,
Squarefox