All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.HeightmapEncoding.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * The encoding that is used for a heightmap
 * @see Online Documentation
 */

external enum class HeightmapEncoding {

    /**
     * No encoding
     */
    NONE,

    /**
     * LERC encoding
     */
    LERC,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy