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

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

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

package cesium

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

@JsName("\$cesium__HeightmapEncoding")
external object /* enum */ HeightmapEncoding {

    /**
     * No encoding
     */
    val NONE: HeightmapEncoding

    /**
     * LERC encoding
     */
    val LERC: HeightmapEncoding
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy