Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/BillboardCollection.java +7 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,13 @@ public class BillboardCollection extends Collection<Billboard> { @JsProperty public Matrix4 modelMatrix; /** * Determines if the billboards in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of billboards. Billboards are viewport-aligned images * positioned in the 3D scene. Billboards are added and removed from the Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/LabelCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,12 @@ public class LabelCollection extends Collection<Label> { // TODO: examples @JsProperty public Matrix4 modelMatrix; /** * Determines if the labels in the collection will be shown. * Default: true */ @JsProperty public boolean show; @JsConstructor public LabelCollection() { Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/PointPrimitiveCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,12 @@ public class PointPrimitiveCollection extends Collection<PointPrimitive> { */ @JsProperty public Matrix4 modelMatrix; /** * Determines if the primitives in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of points. Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/PolylineCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,12 @@ public class PolylineCollection extends Collection<Polyline> { */ @JsProperty public Matrix4 modelMatrix; /** * Determines if the polylines in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of polylines. Polylines are added and removed from Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/options/BillboardCollectionOptions.java +7 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,13 @@ public class BillboardCollectionOptions { @JsProperty public Number blendOption; /** * Determines if the billboards in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * Options for {@link BillboardCollection}. */ Loading Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/BillboardCollection.java +7 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,13 @@ public class BillboardCollection extends Collection<Billboard> { @JsProperty public Matrix4 modelMatrix; /** * Determines if the billboards in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of billboards. Billboards are viewport-aligned images * positioned in the 3D scene. Billboards are added and removed from the Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/LabelCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,12 @@ public class LabelCollection extends Collection<Label> { // TODO: examples @JsProperty public Matrix4 modelMatrix; /** * Determines if the labels in the collection will be shown. * Default: true */ @JsProperty public boolean show; @JsConstructor public LabelCollection() { Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/PointPrimitiveCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,12 @@ public class PointPrimitiveCollection extends Collection<PointPrimitive> { */ @JsProperty public Matrix4 modelMatrix; /** * Determines if the primitives in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of points. Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/PolylineCollection.java +6 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,12 @@ public class PolylineCollection extends Collection<Polyline> { */ @JsProperty public Matrix4 modelMatrix; /** * Determines if the polylines in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * A renderable collection of polylines. Polylines are added and removed from Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/collections/options/BillboardCollectionOptions.java +7 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,13 @@ public class BillboardCollectionOptions { @JsProperty public Number blendOption; /** * Determines if the billboards in the collection will be shown. * Default: true */ @JsProperty public boolean show; /** * Options for {@link BillboardCollection}. */ Loading