ShaderPrimitives
ShaderPrimitives: { BasicFragment: string; BasicVertex: string; PhongFragment: string; PhysicalFragment: (brdf?: string) => string } = ...
Type declaration
BasicFragment: string
BasicVertex: string
PhongFragment: string
PhysicalFragment: (brdf?: string) => string
Parameters
brdf: string = Primitives.Standard
Returns string