CesiumGS / CesiumGS/cesium

RenderState is private but is an option in a public class

Open
#8,331 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.