Search found 9 matches

by gastar
Mon Dec 01, 2003 8:15 am
Forum: Advanced Help
Topic: get camera x,y,z..
Replies: 8
Views: 2919

Hi,

someVector.X
someVector.Y
someVector.Z
by gastar
Sun Nov 30, 2003 7:26 pm
Forum: Advanced Help
Topic: Vertices Count == Indices Count ??
Replies: 0
Views: 1699

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 ...
by gastar
Sun Nov 30, 2003 9:38 am
Forum: Beginners Help
Topic: Mesh Problems
Replies: 4
Views: 679

Hi,

do you have applied a UVW modifier ? I could not see my models until they had valid texture coordinates.
by gastar
Sat Nov 22, 2003 11:03 am
Forum: Beginners Help
Topic: Dont get Events .
Replies: 0
Views: 383

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 :oops:
by gastar
Sun Oct 05, 2003 7:18 am
Forum: Beginners Help
Topic: control
Replies: 23
Views: 3301

Hi,

yes more code would be usefull.
by gastar
Sat Oct 04, 2003 6:27 pm
Forum: Beginners Help
Topic: control
Replies: 23
Views: 3301

Hi,

are you sure v and node exists ?
your description sounds like one of you variables is not initialized correct.

hope i could help
by gastar
Wed Sep 24, 2003 9:26 am
Forum: Beginners Help
Topic: Simple Mesh creation ?
Replies: 5
Views: 1949

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...
by gastar
Wed Sep 24, 2003 8:19 am
Forum: Beginners Help
Topic: Simple Mesh creation ?
Replies: 5
Views: 1949

I know this Tutorial, but its a whole Custom Scene Node!

There must be a way to create a Mesh and stuff it in a normal MeshSceneNode.
by gastar
Wed Sep 24, 2003 8:01 am
Forum: Beginners Help
Topic: Simple Mesh creation ?
Replies: 5
Views: 1949

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