Top ".obj" questions

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

Display controlable 3D (obj) models on a website

I am wanting to add a 3D OBJ Model on a website, but I have absolutely no clue how to …

javascript html .obj
THREE.js OBJLoader - load to Geometry, manipulate, then save to BufferGeometry

I'm trying establish why I can't smooth shade geometry loaded with OBJLoader. var loader = new THREE.OBJLoader(manager); loader.load(…

javascript three.js smoothing .obj
Create a .obj file from 3d array in python

My goal is to get a .obj file from a nifty (.nii) format using python, with the purpose of open …

python unity3d .obj marching-cubes nifti
Add color to .obj in ThreeJS

I am new to ThreeJS and have a simple question. I have the following code that will work properly, but …

three.js .obj