C# 클래스 Particles.Cloth

Cloth Simulation using a relaxed constrains solver
상속: ParametricSurface
파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs

공개 프로퍼티들

프로퍼티 타입 설명
ballConstrain BallConstrain
boxConstrain BoxConstrain
gravityForce GlobalForce
uSegs int
vSegs int
windForce GlobalForce

공개 메소드들

메소드 설명
Create ( ) : Cloth
ParamFunction ( double u, double v ) : THREE.Vector3
simulate ( double time ) : void

비공개 메소드들

메소드 설명
Cloth ( int w, int h ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : Cloth
리턴 Cloth

ParamFunction() 공개 메소드

public ParamFunction ( double u, double v ) : THREE.Vector3
u double
v double
리턴 THREE.Vector3

simulate() 공개 메소드

public simulate ( double time ) : void
time double
리턴 void

프로퍼티 상세

ballConstrain 공개적으로 프로퍼티

public BallConstrain,Particles ballConstrain
리턴 BallConstrain

boxConstrain 공개적으로 프로퍼티

public BoxConstrain,Particles boxConstrain
리턴 BoxConstrain

gravityForce 공개적으로 프로퍼티

public GlobalForce,Particles gravityForce
리턴 GlobalForce

uSegs 공개적으로 정적으로 프로퍼티

public static int uSegs
리턴 int

vSegs 공개적으로 정적으로 프로퍼티

public static int vSegs
리턴 int

windForce 공개적으로 프로퍼티

public GlobalForce,Particles windForce
리턴 GlobalForce