Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleShadingStyle

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 Series3D.setColorShadingStyle method.

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

Index

Properties

Properties

Readonly type

type : "simple"