OBJ (or .OBJ) is a geometry definition file format first developed by Wavefront Technologies for its Advanced Visualizer animation package.
Questions tagged [wavefront]
334 questions
-1
votes
1 answer
How to split a string by "/" and "//"?
I'm trying to create a basic model viewer for Wavefront Object files, and part of the reading of the file includes splitting each line. The faces are defined based on slashes. These are the different types of faces that can be parsed from…

user1625108
- 91
- 1
- 5
-1
votes
1 answer
OBJ Model Renderering Gaps
When I render a OBJ Wavefront model which I parse using a parser that I built myself, I get the following result when rendering:
Are the gaps that are present normal or is it just from faulty rendering code?
Here is the rendering…

Jjack
- 1,276
- 4
- 13
- 20
-2
votes
1 answer
Some tips for parsing
I have been trying a couple libraries to load/parse my .obj model into my opengl program.
Here's some of them:
nate robins, GLM
obj2opengl(farthest one) by heiko
also a few other loaders that didn't work.
My main problem with these were…

Molmasepic
- 1,015
- 2
- 13
- 18
-2
votes
1 answer
Android OBJ Parser. Child Object over Parent Object. is it possible?
is it possible to load 2 different OBJ's in one Parser?
I Mean Parent Object Maybe High Poly Male.obj and over it as a Child Object High Poly Shoulder.obj.

TEHPAINGIVA
- 1
- 2