Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

meshNormalMaterial

Firtina Ozbalikci edited this page Feb 25, 2016 · 13 revisions

Wiki » Internal Components » Materials » meshNormalMaterial

meshNormalMaterial

Creates a THREE.MeshNormalMaterial

Attributes

slot

string: This decides which property of the geometry the material should be assigned to.

Defaults to material. Other example values:

  • customDepthMaterial
  • customDistanceMaterial
  • and so on

transparent

bool

alphaTest

number

side

one of [THREE.FrontSide, THREE.BackSide, THREE.DoubleSide]

opacity

number

visible

bool

wireframe

bool

wireframeLinewidth

number

resourceId

string: The resource id of this object, only used if it is placed into resources.

This component can be added into <resources/>! See Resource Types for more information.

===

View Source
Clone this wiki locally