mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 21:59:44 +02:00
removed some dead code
This commit is contained in:
parent
176270f639
commit
d9dcc886ce
2 changed files with 0 additions and 11 deletions
|
@ -1806,11 +1806,6 @@ VoxelTreeElement* VoxelSystem::getVoxelEnclosing(const glm::vec3& point) {
|
|||
return voxelAndPoint.voxel;
|
||||
}
|
||||
|
||||
void VoxelSystem::cancelImport() {
|
||||
_tree->cancelImport();
|
||||
}
|
||||
|
||||
|
||||
bool VoxelSystem::isViewChanging() {
|
||||
bool result = false; // assume the best
|
||||
|
||||
|
|
|
@ -86,10 +86,6 @@ public:
|
|||
|
||||
VoxelTreeElement* getVoxelEnclosing(const glm::vec3& point);
|
||||
|
||||
signals:
|
||||
void importSize(float x, float y, float z);
|
||||
void importProgress(int progress);
|
||||
|
||||
public slots:
|
||||
void nodeAdded(SharedNodePointer node);
|
||||
void nodeKilled(SharedNodePointer node);
|
||||
|
@ -101,8 +97,6 @@ public slots:
|
|||
void cullSharedFaces();
|
||||
void showCulledSharedFaces();
|
||||
|
||||
void cancelImport();
|
||||
|
||||
void setDisableFastVoxelPipeline(bool disableFastVoxelPipeline);
|
||||
void setUseVoxelShader(bool useVoxelShader);
|
||||
void setVoxelsAsPoints(bool voxelsAsPoints);
|
||||
|
|
Loading…
Reference in a new issue