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

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

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

package cesium

/**
 * Determines how input texture to a [PostProcessStage] is sampled.
 * @see Online Documentation
 */

@JsName("\$cesium__PostProcessStageSampleMode")
external object /* enum */ PostProcessStageSampleMode {

    /**
     * Samples the texture by returning the closest texel.
     */
    val NEAREST: PostProcessStageSampleMode

    /**
     * Samples the texture through bi-linear interpolation of the four nearest texels.
     */
    val LINEAR: PostProcessStageSampleMode
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy