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

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

The newest version!
// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Determines which triangles, if any, are culled.
 * @see Online Documentation
 */

external enum class CullFace {

    /**
     * Front-facing triangles are culled.
     */
    FRONT,

    /**
     * Back-facing triangles are culled.
     */
    BACK,

    /**
     * Both front-facing and back-facing triangles are culled.
     */
    FRONT_AND_BACK,

    ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy