I don't think that billboard nodes are supposed to rotate, they always face the camera
Byron
Search found 8 matches
- Fri Mar 19, 2004 5:05 am
- Forum: Beginners Help
- Topic: Rotating a Billboard
- Replies: 9
- Views: 1866
- Fri Mar 12, 2004 4:50 am
- Forum: Beginners Help
- Topic: help loading a milkshape 3d mesh
- Replies: 1
- Views: 570
help loading a milkshape 3d mesh
I am trying to load a model I made in milkshape 3d. It doesnt load the texture, the model looks OK but its all white. Here is the code I load it with:
irr::scene::IAnimatedMesh* boatMesh = smgr->getMesh("./misc/TestModel.ms3d");
irr::scene::IAnimatedMeshSceneNode* boatNode = smgr ...
irr::scene::IAnimatedMesh* boatMesh = smgr->getMesh("./misc/TestModel.ms3d");
irr::scene::IAnimatedMeshSceneNode* boatNode = smgr ...
- Fri Jan 30, 2004 3:46 am
- Forum: Open Discussion and Dev Announcements
- Topic: what I've been up to
- Replies: 12
- Views: 2440
- Fri Jan 23, 2004 7:26 am
- Forum: Advanced Help
- Topic: choppy collision detection
- Replies: 9
- Views: 5103
- Fri Jan 23, 2004 5:10 am
- Forum: Advanced Help
- Topic: choppy collision detection
- Replies: 9
- Views: 5103
- Tue Jan 13, 2004 3:38 am
- Forum: Beginners Help
- Topic: Making levels from raster data
- Replies: 1
- Views: 569
Making levels from raster data
I have a question, is there a way to make levels from raster data sets (height data)? I would like to get the heights and then add all my features etc to that
- Sat Jan 10, 2004 1:35 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 97222
Fixing sydney moving
If you want to fix the movement of sydney so that she responds right away dont do the movement and animation in the event receiver, put it all in function that is called from the game loop. In the event receiver just set variables such
if(event.KeyInput.Key == irr::KEY_UP)
{
if(event.KeyInput ...
if(event.KeyInput.Key == irr::KEY_UP)
{
if(event.KeyInput ...
- Thu Jan 08, 2004 5:09 am
- Forum: Off-topic
- Topic: New Tool built using Irrlicht
- Replies: 1
- Views: 1597
New Tool built using Irrlicht
Hello all, I am new here, been here about a week, like the 3d engine and the active forums. Anyway I am working on a tool to test AI. I havent added any of the AI tools yet but have the environment done where you can run around and shoot an alien. Right now there is no AI code for the alien so I ...