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.
1 parent 15e5f4c commit 7093a95Copy full SHA for 7093a95
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