Parameters for Texturing.

interface TexturingParams {
    enabled?: boolean;
}

Properties

Properties

enabled?: boolean

Whether textures on ViewObjects are visible.

Default is true.