.obj Questions

5

Solved

How does one export a 3D Studio animated model to OBJ format (if possible)? What will be the resulting file like? How would I read that?
Demirep asked 16/4, 2009 at 17:14

4

Solved

I need help on getting started in Python (which I almost know nothing of) to voxelize a 3D mesh generated from Rhino. The data input will be a .OBJ file and so will the output. The ultimate purpose...
Amalita asked 7/8, 2012 at 17:47

3

Solved

I am working on a .obj handler in c++. Importing the data shouldn't be a Problem, but i do not understand why it is possible, that a .obj (e.g. exported from blender) has more 'vt' entries than 'v'...
Marcelo asked 5/1, 2015 at 10:14

2

Solved

I would like to be able to export an obj file just like in this example http://threejs.org/examples/#webgl_exporter_obj However, i would like to export the .obj file with corresponding textures in...
Wrist asked 28/1, 2016 at 19:16

3

I'm developing a game using Android OpenGLES2. Making use of .obj files to draw 3D models, and the load time is too much because of the size of .obj file i.e., 3MB. Please suggest a method to minim...
Iphigenia asked 1/6, 2014 at 10:20

3

What's the main difference between this two classes, ObjLoader and ObjLoader2? In which case we should use one or another? Why there are two classes? Is one more stable or efficient than the othe...
Fiertz asked 22/12, 2017 at 15:43

1

I need some help with placing a 3D model with the new apple ARKit. Is it possible to place an object of type OBJ? I'm trying to place a 3d model of a skull. //Load the OBJ file let bundle = Bundl...
Transudate asked 17/7, 2017 at 12:6

1

Solved

My goal is to get a .obj file from a nifty (.nii) format using python, with the purpose of open it on Unity. I know that the "scikit-image" package has a module called "measure" which has the March...
Derk asked 17/2, 2018 at 18:50

2

Solved

Here's the updated code based on your suggestion var scene = new THREE.Scene(); var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/window.innerHeight, 0.1, 1000 ); var element = d...
Bibi asked 20/9, 2016 at 18:39

2

I am trying to load an .obj model into my c++ opengl 3 code but for some reason it gives me this error : 1>Linking... 1>.\bunny.obj : fatal error LNK1107: invalid or corrupt file: cannot read at ...
Jejune asked 4/5, 2013 at 10:56

1

Solved

I have a .mtl file next to my .obj file which specifies the materials for the object. Im trying to create a parser but dont know what the "Ke" attribute means. e.g: Ka 0.78 0.78 0.78 Kd 0.78 0.78...
Jennettejenni asked 1/5, 2016 at 8:41

1

I am trying to load in a .obj-File and draw it with the help of glDrawElements. Now, with glDrawArrays everything works perfectly, but it is - of course - inefficient. The problem I have right no...
Maintop asked 10/9, 2015 at 9:28

1

Solved

I'm working on a small 3D engine to learn more of OpenGL. I'm using Scala and lwjgl for the task. Loading "hand-made" (all vertices, texture coordinates and indices - arrays specified by hand) mod...
Heilner asked 6/9, 2015 at 15:23

2

Solved

I want to be able to get information (like names of sub-components) from an .obj file. Is there a loader out there somewhere to do this? Java3D has an ObjectFile, but the list of methods I've seen ...
Leonhard asked 29/8, 2011 at 18:9

2

Solved

I have exported an .obj file (along with .mtl and a .png) from Blender to import into a libgdx project. The file contains both UV and normal data. I am pulling the file into the app like this: Mo...
Braid asked 11/7, 2013 at 3:54

1

Solved

I'm writing an android app using openGL ES. I followed some online tutorials and managed to load up a textured cube using hard-coded vertices/indices/texture coordinates As a next step I wrote a p...
Boor asked 7/4, 2011 at 17:50

2

Solved

I wanted to use .obj format, but I noticed that it doesn't have representation for the type of material, i.e. opaque, transparent, reflective. Is there a common file format that includes that infor...
Briggs asked 6/12, 2010 at 8:37

1

Solved

I'm parsing an OBJ-file in Android and my goal is to render & display the object. Everything works fine except the correct texture mapping (importing the resource/image into opengl etc works fi...
Daglock asked 20/11, 2010 at 14:18
1

© 2022 - 2024 — McMap. All rights reserved.