C# 클래스 THREE.Mesh

상속: Object3D
파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentHex double
customDepthMaterial Material
geometry Geometry
material Material
morphTargetInfluences double[]
point Vector3

공개 메소드들

메소드 설명
Mesh ( Geometry geometry, Material material ) : System

메소드 상세

Mesh() 공개 메소드

public Mesh ( Geometry geometry, Material material ) : System
geometry Geometry
material Material
리턴 System

프로퍼티 상세

currentHex 공개적으로 프로퍼티

public double currentHex
리턴 double

customDepthMaterial 공개적으로 프로퍼티

public Material,THREE customDepthMaterial
리턴 Material

geometry 공개적으로 프로퍼티

public Geometry,THREE geometry
리턴 Geometry

material 공개적으로 프로퍼티

public Material,THREE material
리턴 Material

morphTargetInfluences 공개적으로 프로퍼티

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
리턴 double[]

point 공개적으로 프로퍼티

public Vector3 point
리턴 Vector3