Skip to content

Commit

Permalink
remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corybarr committed Aug 5, 2023
1 parent a9e70ec commit 313e0bd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 314 deletions.
3 changes: 1 addition & 2 deletions src/core/include/cesium/omniverse/FabricProceduralGeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CudaRunner {
CUmodule _module;
CUfunction _function;
bool _initted = false;
int _blockSize, _numBlocks;
void teardown();

public:
Expand Down Expand Up @@ -145,7 +146,6 @@ void createFabricQuadsModifyViaCuda(int numQuads);

void alterFabricPrimTranslationWithFabric();


void setDisplayColor();

//Create USD cubes, translate with USD
Expand Down Expand Up @@ -181,7 +181,6 @@ void rotateAllPrimsWithCustomAttrViaFabric();

void billboardAllPrimsWithCustomAttrViaFabric();
void billboardAllPrimsWithCustomAttrViaCuda();
void billboardMultiquadWithCustomAttrViaFabric();
void billboardMultiquadWithCustomAttrViaCuda();
void billboardQuad(glm::fvec3 target);
void billboardMultiQuadCpu(glm::fvec3 target, glm::fvec3 targetUp);
Expand Down
Loading

0 comments on commit 313e0bd

Please sign in to comment.