PerInstanceColorAppearance shader bug
See original GitHub issue(Moved from #7947.)
I think PerInstanceColorAppearance
’s shaders have a problem: they apply st
attributes if they’re set (for all instances)! PerInstanceColorAppearance
’s documentation doesn’t make note of this at all (though maybe it did in the past, given the documentation fix in #7947; https://github.com/AnalyticalGraphicsInc/cesium/pull/7947/commits/df58cd1f549bda94544850aa0a9008c0aa29884d).
Here is a demonstration; zoom in and rotate the camera about the two ellipses to see the strange rendering effect:
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
PerInstanceColorAppearance - Cesium Documentation
This property is part of the Appearance interface, but is not used by PerInstanceColorAppearance since a fully custom fragment shader is used.
Read more >Any tourial on custom shader? - Google Groups
I want to apply custom shaders on 3Dtileset and 3D model, and is looking ... If you've found a bug, this helps us...
Read more >Cesium primitives (triangles) shading - Stack Overflow
I tried to write Vertex and Fragment GLSL shader but without success. I am not familiar with GLSL and I was getting a...
Read more >Shader shadow/lightning bug : r/minecraftshaders - Reddit
Shader shadow/lightning bug. I changed my graphics card like 2months ago and i just started playing mc again and this happened.
Read more >Index - Cesium Documentation - Agi
Fixed bug where assigning a new radius , xHalfAngle or yHalfAngle to a RectangularSensor ... Improved sensor shader caching performance.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oooh, thanks for elaborating @nmschulte-aviture
Related to #8134