Hi,
someVector.X
someVector.Y
someVector.Z
Search found 9 matches
- Mon Dec 01, 2003 8:15 am
- Forum: Advanced Help
- Topic: get camera x,y,z..
- Replies: 8
- Views: 3000
- Sun Nov 30, 2003 7:26 pm
- Forum: Advanced Help
- Topic: Vertices Count == Indices Count ??
- Replies: 0
- Views: 1735
Vertices Count == Indices Count ??
Hi, while i was writing a function that would compute the right Normals for a 3DS file i stumbled into something weird. To compute the Normals i need to check every Vertex and than check the Indices how often it is used. But the Indices count is equal to the Vertices count and every Vertex was only ...
- Sun Nov 30, 2003 9:38 am
- Forum: Beginners Help
- Topic: Mesh Problems
- Replies: 4
- Views: 710
- Sat Nov 22, 2003 11:03 am
- Forum: Beginners Help
- Topic: Dont get Events .
- Replies: 0
- Views: 388
Dont get Events .
Hi,
i am trying to get Events like it is shown in the tutorials but i don't get anything.
Any ideas what it could be ?
I have tried 0.4 and 0.4.1 both under KDE 3.1.4 with Kernel 2.6.0-test9.
Update: "Outch" stupit mistake my Irrlicht Storage class did not run device->run![Embarassed :oops:](./images/smilies/icon_redface.gif)
i am trying to get Events like it is shown in the tutorials but i don't get anything.
Any ideas what it could be ?
I have tried 0.4 and 0.4.1 both under KDE 3.1.4 with Kernel 2.6.0-test9.
Update: "Outch" stupit mistake my Irrlicht Storage class did not run device->run
![Embarassed :oops:](./images/smilies/icon_redface.gif)
- Sun Oct 05, 2003 7:18 am
- Forum: Beginners Help
- Topic: control
- Replies: 23
- Views: 3489
- Sat Oct 04, 2003 6:27 pm
- Forum: Beginners Help
- Topic: control
- Replies: 23
- Views: 3489
- Wed Sep 24, 2003 9:26 am
- Forum: Beginners Help
- Topic: Simple Mesh creation ?
- Replies: 5
- Views: 2007
Ah thank you! And there is the next Question ;) I created my Mesh and pass it to the SceneNode (addMeshSceneNode)... video::S3DVertex Vertices[4]; scene::SMesh* myMesh = new scene::SMesh(); scene::SMeshBuffer* myMeshBuffer = new scene::SMeshBuffer(); Vertices[0] = video::S3DVertex(0,0,10,1,1,0,video...
- Wed Sep 24, 2003 8:19 am
- Forum: Beginners Help
- Topic: Simple Mesh creation ?
- Replies: 5
- Views: 2007
- Wed Sep 24, 2003 8:01 am
- Forum: Beginners Help
- Topic: Simple Mesh creation ?
- Replies: 5
- Views: 2007
Simple Mesh creation ?
Hi,
first impressive Engine Niko.
I would like to create a small test Mesh without a external Programm.
So how can i build my own Mesch out of Vetrices and add it to the Scene ?
tnx
Gastar
first impressive Engine Niko.
I would like to create a small test Mesh without a external Programm.
So how can i build my own Mesch out of Vetrices and add it to the Scene ?
tnx
Gastar