We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clamped to ground Polylines which use a ColorMaterialProperty based material do not update each frame.
Sandcastle Example
The issue seems to be caused by StaticGroundPolylinePerMaterialBatch.js not updating the material property when using ColorMaterialProperty.js.
StaticGroundPolylinePerMaterialBatch.js
ColorMaterialProperty.js
Using a different material property such as PolylineOutlineMaterialProperty.js works fine.
PolylineOutlineMaterialProperty.js
The text was updated successfully, but these errors were encountered:
Fixes #6925
39225b2
Thanks for reporting this @impactblue573! And thanks for the great code example =)
I've opened a pull request to fix the issue here: #6927 This should be merged in time for the September 1.49 release
Sorry, something went wrong.
@hpinkos Thanks for getting the fix in so swiftly, much appreciated!!
No branches or pull requests
Clamped to ground Polylines which use a ColorMaterialProperty based material do not update each frame.
Sandcastle Example
The issue seems to be caused by
StaticGroundPolylinePerMaterialBatch.js
not updating the material property when usingColorMaterialProperty.js
.Using a different material property such as
PolylineOutlineMaterialProperty.js
works fine.The text was updated successfully, but these errors were encountered: