Commit a88c007f authored by iSergio's avatar iSergio
Browse files

Add specularEnvironmentMapsSupported to Scene

parent f0d4fbc5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.
     */