Skip to content

Commit

Permalink
Don't override volID with fieldID
Browse files Browse the repository at this point in the history
  • Loading branch information
szellmann committed Aug 24, 2024
1 parent 19f82fb commit 6803f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scene/volume/TransferFunction1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void TransferFunction1D::commit()
tex.set_address_mode(Clamp);

vvol.bounds = m_bounds;
vvol.volID = m_field->visionaraySpatialField().fieldID;
vvol.field = m_field->visionaraySpatialField();
vvol.unitDistance = m_unitDistance;

Expand Down

0 comments on commit 6803f36

Please sign in to comment.