NVIDIA / gvdb-voxels

Sparse volume compute and rendering on NVIDIA GPUs
Other
679 stars 145 forks source link

class Allocator without GVDB_API #22

Closed alvingitlord closed 6 years ago

alvingitlord commented 6 years ago

GVDB_API dll macro is not added to class Allocator. This cause linker errors, e.g. using gvdb.mPool->getAtlasRes(chan) in the user code.

alvingitlord commented 6 years ago

added some getters and setters in VolumeGVDB class, for now.