moff4 / graphlab

Point and edge 3D object rendering engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphLab

Point and edge 3D object rendering engine

Build

make prog

Run

# .prog [input] [output] [CamX] [CamY] [CamZ]
./prog
# CLI args for input and output files
./prog input.dat output.bmp
# CLI args for controll camera position (X Y Z)
./prog input.dat output.bmp 10 15 4

Run example

make prog
./prog examples/input.dat output.bmp 10 5 0

About

Point and edge 3D object rendering engine

License:MIT License


Languages

Language:C++ 98.3%Language:C 1.4%Language:Makefile 0.3%