mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 12:29:04 -06:00
merge
This commit is contained in:
committed by
ElonOlsson
parent
1c0a71fd4a
commit
c513858355
@@ -418,9 +418,11 @@ void GenerateDebrisVolumeTask::perform(const Task::ProgressCallback& progressCal
|
||||
|
||||
//3. calculate what voxel each debris is within for each time step.
|
||||
// and increment density with one for each debris in that voxel.
|
||||
|
||||
//4.
|
||||
|
||||
rawVolume.forEachVoxel([&](glm::uvec3 cell, float) {
|
||||
|
||||
});
|
||||
//4.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user