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 a8d33af commit 7f0bb37Copy full SHA for 7f0bb37
src/tools/partview.cpp
@@ -138,7 +138,8 @@ static void render()
138
if (!particles->attributeInfo("rgbPP", colorAttr) &
139
!particles->attributeInfo("rgb", colorAttr) &
140
!particles->attributeInfo("color", colorAttr) &
141
- !particles->attributeInfo("pointColor", colorAttr))
+ !particles->attributeInfo("pointColor", colorAttr) &
142
+ !particles->attributeInfo("Cd", colorAttr))
143
{
144
//std::cerr<<"Failed to find color attribute "<<std::endl;
145
colorMissing = true;
0 commit comments