Skip to content

hughsk/dot-obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dot-obj experimental

A generic parser for the .obj 3D geometry format. This has been extracted from mrdoob's THREE.OBJLoader class.

dot-obj

Usage

require('dot-obj')(fileString)

Takes a .obj file as a string and returns an array of objects, each with the following properties:

  • positions: the vertex positions for this model.
  • cells: the faces for this model - i.e. and indexed list of positions for each face.
  • normals: a list of vertex normals, if available.
  • uv: a list of vertex UV coordinates, if available.

About

A generic parser for the .obj 3D geometry format.

Resources

License

Stars

Watchers

Forks

Packages