5be14bc2ba
users will have to implement interfaces for their custom drawcommandarrays add a lot of new primitive set + few defines integration is made in osggpucull
15 lines
223 B
CMake
15 lines
223 B
CMake
SET(TARGET_SRC
|
|
ShapeToGeometry.cpp
|
|
AggregateGeometryVisitor.cpp
|
|
osggpucull.cpp
|
|
)
|
|
|
|
SET(TARGET_H
|
|
ShapeToGeometry.h
|
|
AggregateGeometryVisitor.h
|
|
GpuCullShaders.h
|
|
)
|
|
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osggpucull)
|