Top ".obj" questions

A text-based file format that stores 3d geometry.

Do Wavefront .obj files support animation?

How does one export a 3D Studio animated model to OBJ format (if possible)? What will be the resulting file …

animated wavefront .obj 3ds
.obj : fatal error LNK1107: invalid or corrupt file: cannot read at 0x6592

I am trying to load an .obj model into my c++ opengl 3 code but for some reason it gives me …

c++ visual-studio-2008 opengl-3 .obj
Java - Loading .OBJ files

I want to be able to get information (like names of sub-components) from an .obj file. Is there a loader …

java .obj
How to load .obj 3D model in Three.js?

Here's the updated code based on your suggestion var scene = new THREE.Scene(); var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/…

javascript three.js .obj
How to export .obj format file with texture in blender?

First of all i am new in blender. i have attached texture from tree object. this project exporting (.obj) and (.…

textures blender .obj
Reading and storing values from .OBJ files using C++

First, sorry for bad english. Well, I'm trying read the values of a .OBJ file (see here) and storing them …

c++ .obj
How to reduce the size of 3D .obj file

I'm developing a game using Android OpenGLES2. Making use of .obj files to draw 3D models, and the load time …

android opengl-es-2.0 .obj
convert .skp file to .obj file without sketchup pro

I want to convert .skp models to .obj in ubuntu 14.04. I have searched for any free version software for a …

ubuntu-14.04 .obj sketchup
Can't use 'defined(@array)' warning in converting .obj to .h

I'm trying to convert my .obj file to a .h header file, but i'm getting "Can't use 'defined(@array)' (…

perl opengl header-files .obj
In Python, how do I voxelize a 3D mesh

I need help on getting started in Python (which I almost know nothing of) to voxelize a 3D mesh generated …

python 3d mesh .obj voxel