Skip to content

An .obj file is constructed based on a defined set of vertex and face definitions. A List<int[]> for face data and a List<double[]> for vertex data. Future Enhancements: calculate the vector and face normals from the vector and face data. Currently the obj file does not append this critical data.. a work around is to open the file in rhino and e…

License

Notifications You must be signed in to change notification settings

woodward-luke/CreateWavefrontOBJFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CreateWavefrontOBJFile

An .obj file is constructed based on a defined set of vertex and face definitions.

About

An .obj file is constructed based on a defined set of vertex and face definitions. A List<int[]> for face data and a List<double[]> for vertex data. Future Enhancements: calculate the vector and face normals from the vector and face data. Currently the obj file does not append this critical data.. a work around is to open the file in rhino and e…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages