Skip to content

MMaier96/WaveFront-3DProjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prezi

Presentation: https://prezi.com/p/epxl1o7szzao/

WaveFront 3D Projection

Screenshot

Screenshot

File Structure

The project is in early development phase, in order to run it properly you need to export an .obj file from Cinema4D.

The Program will check whether the first line of the .obj contains the following string:

   # WaveFront *.obj file (generated by CINEMA 4D)

(All files not containing this won't be accepted!)

Before the vectors/fields are defined, are named group is required! If the name is not set before the first vector/field, the program stops. So make sure you defined a group as followed:

   g your_name_here
   
   Example:
   g building

The syntax of a vector:

   v <x> <y> <z>
   
   Example:
   v 1.423423 3.423523 -0.312687

The syntax of a field:

   f <index1> <index2> <index3> (<index4>) //index 4 is optional
   
   Example:
   f 1 2 3
   f 6 8 1 5

(other field declarations aren't accepted for current version)

About

This program creates 2D projections of an imported 3D Object

Resources

Stars

Watchers

Forks

Packages

No packages published