Skip to content

hjwdzh/VectorGraphRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published