类: MeshMaterial

Cesium. MeshMaterial

new MeshMaterial(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
uniforms Object <optional>
uniformStateUsed Object <optional>
translucent Boolean <optional>
wireframe Boolean <optional>
side Enum <optional>
Cesium.MeshMaterial.Sides.DOUBLE
defaultColor String | Cesium.Color <optional>
Cesium.Color.WHITE
vertexShader String <optional>
fragmentShader String <optional>
Properties:
Name Type Description
uniforms Object
uniformStateUsed Object
translucent Boolean
wireframe Boolean
side Enum
defaultColor String | Cesium.Color
vertexShader String
fragmentShader String
Source:

Members

(static) MeshMaterial.Sides

Properties:
Name Type Description
FRONT Enum
BACK Enum
DOUBLE Enum
Source: