We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b25879 + 7093a95 commit b6cd594Copy full SHA for b6cd594
Studio/Visualization/Visualizer.cpp
@@ -305,15 +305,16 @@ void Visualizer::update_lut() {
305
}
306
307
} else {
308
+ glyph_lut_->ForceBuild();
309
if (preferences_.get_particle_colors() == ParticleColors::ParticleColorsType::Distinct) {
310
auto lut = ParticleColors::construct_distinct();
311
312
313
+
314
// normal particle coloring mode
315
for (int i = 0; i < num_points; i++) {
316
glyph_lut_->SetTableValue(i, lut->GetTableValue(i % lut->GetNumberOfTableValues()));
317
- } else {
- glyph_lut_->ForceBuild();
318
319
320
0 commit comments