CullMode

    BaseMaterial3D.swift:289
    enum CullMode

    Cases

    • case back

      Default cull mode. The back of the object is culled when not visible. Back face triangles will be culled when facing the camera. This results in only the front side of triangles being drawn. For closed-surface meshes, this means that only the exterior of the mesh will be visible.

    • case front

      Front face triangles will be culled when facing the camera. This results in only the back side of triangles being drawn. For closed-surface meshes, this means that the interior of the mesh will be drawn instead of the exterior.

    • case disabled

      No face culling is performed; both the front face and back face will be visible.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (134) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features