how can i use a lightwave object in openGL?
i am a beginner in programming and i like to know how i can use the data in lightwaves lwo format to made it visible in an opengl window? is there any tool or method available or do i have to write my own stuff? i can't find any documentation or examples about that. sorry for my english, i am from europe. thanks.
no direct way. You would have to go through hell and beyond to directly do that. Lightwave objects are supposed to be raytraced, not rendered by polygon shaders. What you see in lightwave is only a simplification, which may not have any polygons written to the file, only funky parameters.
Find a simple file format you can export the features you really need to.
- D.G
Find a simple file format you can export the features you really need to.
- D.G
file format loaders and such
http://myfileformats.com/search.php?cat_...cs%20files
this should probably be wikied, someone do it for me, I'm lazy
http://myfileformats.com/search.php?cat_...cs%20files
this should probably be wikied, someone do it for me, I'm lazy
If you can save it as a .obj then using glm would be good. Check out the openGL website then go to downloads and lots of those things use glm. It is a easy to use free .obj loader and will compile lists and smooth the objects for you.
Ignore what dooog said and have a look at thie thread...
http://www.idevgames.com/forum/showthrea...genumber=2
http://www.idevgames.com/forum/showthrea...genumber=2
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| OpenGL Pixel Buffer Object setup issue | dotbianry | 2 | 1,076 |
Jan 6, 2013 11:03 AM Last Post: dotbianry |
|
| Combining OpenGL vertex data into 1 object | Jmcclane | 0 | 2,697 |
Jun 17, 2011 12:03 PM Last Post: Jmcclane |
|
| 3ds–OBJ/Lightwave | Barclay | 2 | 2,496 |
Apr 23, 2006 01:26 PM Last Post: bodini |
|
| Lightwave character animation | Wheatie | 5 | 3,261 |
Mar 25, 2003 10:02 PM Last Post: Wheatie |
|
| Using a camera object in OpenGL | stuepfnick | 3 | 3,302 |
Mar 22, 2003 08:02 AM Last Post: rommel |
|

