RenderState is private but is an option in a public class
Open
category - doc
- Dominant language
- JavaScript
- Stars
- 15.7k
- Forks
- 3.9k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 32
Description
Why can't this call be used in the new version?
`that.points = that.viewer.scene.primitives.add(
new Cesium.PointPrimitiveCollection()
);
that.points._rs = Cesium.RenderState.fromCache({
depthTest: {
enabled: true
},
depthMask: false,
blending: Cesium.BlendingState.ADDITIVE_BLEND
});`
Contributor guide
Assessment
This issue has not been assessed yet.