Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/scene/Scene.java +6 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,12 @@ public class Scene { */ @JsProperty public String specularEnvironmentMaps; /** * Returns true if specular environment maps are supported. * @see Scene#specularEnvironmentMaps */ @JsProperty(name = "specularEnvironmentMapsSupported") public native boolean specularEnvironmentMapsSupported(); /** * The spherical harmonic coefficients for image-based lighting of PBR models. */ Loading Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/scene/Scene.java +6 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,12 @@ public class Scene { */ @JsProperty public String specularEnvironmentMaps; /** * Returns true if specular environment maps are supported. * @see Scene#specularEnvironmentMaps */ @JsProperty(name = "specularEnvironmentMapsSupported") public native boolean specularEnvironmentMapsSupported(); /** * The spherical harmonic coefficients for image-based lighting of PBR models. */ Loading