Simple color shading style.

Colors each pixel exactly according to its material color.

Colors are not affected by camera angle, lighting, etc.

 // Example syntax, select simple color shading style.
pointSeries3D.setColorShadingStyle(new ColorShadingStyles.Simple())

Color shading style is specified with setColorShadingStyle method.

Simple color shading is really fast, which can be a crucial difference especially on low end devices, like laptops and mobile phones.

Hierarchy

  • SimpleShadingStyle

Constructors

Properties

Constructors

Properties

type: "simple" = 'simple'