rvbust / Vis

Interactive & Asynchronous 3D Visualization Tool
132 stars 31 forks source link

Build error for cpp example? #1

Closed sandyhsia closed 3 years ago

sandyhsia commented 3 years ago

build_error

In Vis/Examples/C++/Basics.cpp, change the line from auto v = Vis::View("Basics") to Vis::View v("Basics"); would help.

blackball commented 3 years ago

Fixed. Thanks!