Search found 5 matches
- Sun Sep 19, 2010 10:36 am
- Forum: Beginners Help
- Topic: Rotation and movement problem.
- Replies: 3
- Views: 1344
I am not really sure if these response is what I wanted. I know functions getRotation() and setRotation(). But what if I apply some keybord in way that W and S is moving forward and backward when A and D is turning left and right. When I press W I will translate (setPosition) for example 10 units in...
- Sun Sep 19, 2010 10:00 am
- Forum: Beginners Help
- Topic: Rotation and movement problem.
- Replies: 3
- Views: 1344
Rotation and movement problem.
I recently tried to write code for moving my camera. I read some old articles about using quaternions or transformation matrix, but none of them works for me. Can someone post code for rotating and moving objects? For example I need a function which takes 2 arguments: Move(node, vector) or Rotate(no...
- Fri Sep 17, 2010 12:33 pm
- Forum: Beginners Help
- Topic: Problems with loading x files
- Replies: 5
- Views: 323
- Fri Sep 17, 2010 11:48 am
- Forum: Beginners Help
- Topic: Problems with loading x files
- Replies: 5
- Views: 323
- Fri Sep 17, 2010 10:39 am
- Forum: Beginners Help
- Topic: Problems with loading x files
- Replies: 5
- Views: 323
Problems with loading x files
Hi. I tried to load x file exported from blender. When I use meshviewer everything loads fine, the model looks just as I wanted so as all the textures. But when I try to load it by myself, everything is messed up. Textures are on opposite sites of walls and it doesn't look like one I made. What am I...