Skip to content

kenji-tojo/stealth-shaper

Repository files navigation

Stealth Shaper

This is the official code release for the paper:

Stealth Shaper: Reflectivity Optimization as Surface Stylization
Kenji Tojo, Ariel Shamir, Bernd Bickel, and Nobuyuki Umetani
In SIGGRAPH 2023
[Project page]


This code uses C++20 and was tested on Mac and Ubuntu.

Installation

$ git clone --recursive https://github.com/kenji-tojo/stealth-shaper.git

Running the code

The following commands

$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . -j

will create the executable stealth-headless under build/

Then, run

$ ./stealth-headless ../assets/bunny.obj

to perform our stealth optimization. The result will be saved as build/result/stealth.obj.

The program will also save the intermediate shapes under build/result with -s flag.

License

The software is free for personal use and non-commercial research conducted within non-commercial organizations. If you want to use it for commercial purposes, please contact Kenji Tojo.


More contents are comming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages