Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectSpaceRaymarchPhongMaterialParameters

Hierarchy

Index

Properties

Optional color

color: Color

Color of the material.

Optional combine

combine: undefined | number

Optional defines

defines: undefined | object

Arbitary defines

Optional differentiateDistance

differentiateDistance: undefined | number

Optional distanceScale

distanceScale: undefined | number

Scale of distance to raymarch.

Optional emissive

emissive: Color

Emissive color of the material.

Optional envMap

envMap: CubeTexture

Optional getDistanceChunk

getDistanceChunk: undefined | string

Optional getMaterialChunk

getMaterialChunk: undefined | string

Optional hitDistance

hitDistance: undefined | number

Distance to judge hit of ray and surface.

Optional maxRaymarchIteration

maxRaymarchIteration: undefined | number

Max raymarching iteration.

Optional opacity

opacity: undefined | number

Optional reflectivity

reflectivity: undefined | number

Optional refractionRatio

refractionRatio: undefined | number

Optional shininess

shininess: undefined | number

How shiny the specular highlight is.

Optional specular

specular: Color

Specular color of the material.

Optional uniforms

uniforms: undefined | object

Arbitary uniforms.

Generated using TypeDoc