Functions
makeMaterial
- makeMaterial(color: string, shaderType?: ShaderTypes): ShaderMaterial
-
Parameters
-
color: string
-
Default value shaderType: ShaderTypes = ShaderTypes.BASIC
Returns ShaderMaterial
mergeMaps
- mergeMaps<T, U>(map1: Map<T, U>, map2: Map<T, U>): Map<T, U>
-
Type parameters
Parameters
-
map1: Map<T, U>
-
map2: Map<T, U>
Returns Map<T, U>