Skip to content

Commit

Permalink
Update src/core/src/FabricGeometry.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Lilley <lilleyse@gmail.com>
  • Loading branch information
corybarr and lilleyse authored Aug 15, 2023
1 parent 1b51534 commit 6a072cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/FabricGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void FabricGeometry::setGeometry(
const auto [worldPosition, worldOrientation, worldScale] = UsdUtil::glmToUsdMatrixDecomposed(localToUsdTransform);
const auto worldExtent = UsdUtil::computeWorldExtent(localExtent, localToUsdTransform);

if (primitive.mode == 0) { //if tile is a point cloud
if (primitive.mode == CesiumGltf::MeshPrimitive::Mode::POINTS) {

const auto numVoxels = positions.size();
const float quadHalfSize = 1.5f;
Expand Down

0 comments on commit 6a072cb

Please sign in to comment.