added heightfield primitive to CMakeLists
parent
9c04346391
commit
e8bc5aeb2a
|
@ -19,6 +19,7 @@ add_shape(cube cube.cpp)
|
|||
add_shape(hair hair.h hair.cpp)
|
||||
add_shape(shapegroup shapegroup.h shapegroup.cpp)
|
||||
add_shape(instance instance.h instance.cpp)
|
||||
add_shape(heightfield heightfield.cpp)
|
||||
#add_shape(deformable deformable.cpp)
|
||||
add_shape(ply ply.cpp ply/ply_parser.cpp
|
||||
ply/byte_order.hpp ply/config.hpp ply/io_operators.hpp
|
||||
|
|
Loading…
Reference in New Issue