Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
res
 
 
src
 
 
 
 
 
 
 
 

README.md

VectorGraphRenderer

A renderer that takes a triangle mesh, a camera pose and produce a vector graph.

VectorGraphRender Teaser

Compile

mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j8

Run example

Run binary with three arguments. The first is the input mesh, the second the camera parameters, and the third the output file.

If the output file ends with svg, we produce a svg image file. If the output file ends with obj, we produce a obj mesh output.

Example of running the script:

./vector_render ../example/sphere.obj ../example/matrix.txt result.svg

About

A renderer that takes a triangle mesh, a camera pose and produce a SVG image or visible part of the mesh.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.