S3DVertex
Posted: Fri Mar 12, 2004 9:50 am
I got a question i could not find yet an answer. In the tutorial 3 Verticles[0] gets defined as follows:
Vertices[0] = video::S3DVertex(0,0,10, 1,1,0, video::SColor(255,0,255,255), 0, 1);
What does the 1,1,0 stand for???? The API reference that this is nx, ny and nz. But what does this mean???
I have to admint: I have no idea
Vertices[0] = video::S3DVertex(0,0,10, 1,1,0, video::SColor(255,0,255,255), 0, 1);
What does the 1,1,0 stand for???? The API reference that this is nx, ny and nz. But what does this mean???
I have to admint: I have no idea