C# Class THREE.Mesh

Inheritance: Object3D
Show file Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
currentHex double
customDepthMaterial Material
geometry Geometry
material Material
morphTargetInfluences double[]
point Vector3

Public Methods

Method Description
Mesh ( Geometry geometry, Material material ) : System

Method Details

Mesh() public method

public Mesh ( Geometry geometry, Material material ) : System
geometry Geometry
material Material
return System

Property Details

currentHex public property

public double currentHex
return double

customDepthMaterial public property

public Material,THREE customDepthMaterial
return Material

geometry public property

public Geometry,THREE geometry
return Geometry

material public property

public Material,THREE material
return Material

morphTargetInfluences public property

An array of weights typically from 0-1 that specify how much of the morph is applied. Undefined by default, but reset to a blank array by updateMorphTargets.
public double[] morphTargetInfluences
return double[]

point public property

public Vector3 point
return Vector3