perhaps you had to transform the object in object coordinates before. the objects are stored in world coordinates in the 3ds file with the xform included. you have to transform it back, then...
Type: Posts; User: naaina
perhaps you had to transform the object in object coordinates before. the objects are stored in world coordinates in the 3ds file with the xform included. you have to transform it back, then...
exactly.
as michael said, there is a library called lib3ds which is nearly complete. there is a chance using the offical 3ds toolkit directly from discreet, but i don't think that's posix...
Oh sorry, I meant the camera, not the mouse http://www.opengl.org/discussion_boards/ubb/smile.gif
The specular contribution of the light is moving with the mouse, but I got already information, how the light is composed, and which parts are in relation to the "camera".
Yeah I set the light...
Thank for the answer, I already changed the Light Model Attribute for GL_LIGHT_MODEL_LOCAL_VIEWER, but then the specular is moving directly in front of my camera ....
Is there any other...
Hi,
I don't know if this question fits into the advanced forum, but I'll try :)
So, I've written an engine, in which I load a 3DS File and also the lights. That works well, also the drawing of...
Subdividing the scene into cubes is equivalent to space partitioning algorithms like Octree.
Frustum Culling is the clipping of the vertices on the camera viewing volume.
Code: ...