Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class LambertMaterial

    A material that uses the Lambertian reflectance model.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _renderManifest: RenderManifest | undefined = undefined

    Cached render manifest to avoid frequent allocations.

    color: Color = Color.WHITE

    The base color of the material.

    cullMode: CullMode = CullMode.BACK

    The culling mode for this material. Defaults to BACK.

    depthTest: boolean = true

    Whether the material performs depth testing. Defaults to true.

    depthWrite: boolean = true

    Whether the material writes to the depth buffer. Defaults to true.

    diffuseMap: Texture | undefined

    The diffuse texture map.

    normalMap: Texture | undefined

    The normal map texture.

    normalScale: Vector2D

    Scale factor for the normal map to control strength and flip X/Y.

    transparent: boolean = false

    Whether the material is transparent. Defaults to false.

    The type of the material.

    uuid: string = ...

    The unique identifier of the material.

    Methods