| Bug ID Number |
BUG-000123717 |
| Submitted | July 16, 2019 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 2.3.3 |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
When creating a 3D object scene layer from a multipatch feature class, the symbol color of the multipatch feature class is set as the material color.
If a mesh fill symbol in addition is defined, by default it multiplies the two colors. This is why the feature looks darker.
To avoid this effect, create the 3D object scene layer with a white color and apply the mesh fill symbol later or change the mesh fill color setting to replace instead of multiply.
Workaround
Apply the input feature layer with either one of the following primary colors:
- Red (255, 0, 0)
- Green (0, 255, 0)
- Blue (0, 0, 255)
Steps to Reproduce