I tried. And it's worked!!!
Great thx!
Search found 7 matches
- Fri Jan 19, 2007 11:55 pm
- Forum: Beginners Help
- Topic: Rotate the cube
- Replies: 2
- Views: 276
- Fri Jan 19, 2007 10:13 pm
- Forum: Beginners Help
- Topic: Rotate the cube
- Replies: 2
- Views: 276
Rotate the cube
Can you tell me how correct use function rotate?
I create cube, convert him to .obj format.
Load mesh and try rotate:
core::vector3df b = node->getRotation();
b.Y += 90.0f;
node->setRotation(b);
Item rotate, but cube rotate around vertex.
But I need rotate cube around center. How do it?
P.S ...
I create cube, convert him to .obj format.
Load mesh and try rotate:
core::vector3df b = node->getRotation();
b.Y += 90.0f;
node->setRotation(b);
Item rotate, but cube rotate around vertex.
But I need rotate cube around center. How do it?
P.S ...
- Sun Oct 15, 2006 10:08 am
- Forum: Beginners Help
- Topic: cant find any good collision detection for 2d grafics
- Replies: 12
- Views: 1911
- Fri Oct 13, 2006 11:45 am
- Forum: Advanced Help
- Topic: How correct compile Irr and SDL in VS2005?
- Replies: 1
- Views: 436
How correct compile Irr and SDL in VS2005?
I try compile Irrlicht + SDL.
Lib and include directory correct, libs added to project, dll copy to directory with project.
I can compile irrlicht program, and can compile SDL program.
In documentation SDL says:
Set the C runtime to "Multi-threaded DLL" in the menu: Project|Settings|C/C++ tab|Code ...
Lib and include directory correct, libs added to project, dll copy to directory with project.
I can compile irrlicht program, and can compile SDL program.
In documentation SDL says:
Set the C runtime to "Multi-threaded DLL" in the menu: Project|Settings|C/C++ tab|Code ...
- Fri Oct 13, 2006 10:43 am
- Forum: Beginners Help
- Topic: What's website for download md2 model?
- Replies: 1
- Views: 191
- Fri Oct 13, 2006 9:06 am
- Forum: Beginners Help
- Topic: How correct compile Irr and SDL in VS2005?
- Replies: 2
- Views: 365
- Thu Oct 12, 2006 9:51 pm
- Forum: Beginners Help
- Topic: How correct compile Irr and SDL in VS2005?
- Replies: 2
- Views: 365
How correct compile Irr and SDL in VS2005?
I try compile Irrlicht + SDL.
Lib and include directory correct, libs added to project, dll copy to directory with project.
I can compile irrlicht program, and can compile SDL program.
In documentation SDL says:
Set the C runtime to "Multi-threaded DLL" in the menu: Project|Settings|C/C++ tab|Code ...
Lib and include directory correct, libs added to project, dll copy to directory with project.
I can compile irrlicht program, and can compile SDL program.
In documentation SDL says:
Set the C runtime to "Multi-threaded DLL" in the menu: Project|Settings|C/C++ tab|Code ...