C# 클래스 VoxelTerrain.Voxel

Represents a structure used to compute terrain geometry.
파일 보기 프로젝트 열기: barograf/VoxelTerrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ambient float
Normal Vector3
Position Vector3
Weight float

프로퍼티 상세

Ambient 공개적으로 프로퍼티

Voxel ambient color.
public float Ambient
리턴 float

Normal 공개적으로 프로퍼티

Normal vector of a voxel.
public Vector3 Normal
리턴 Vector3

Position 공개적으로 프로퍼티

Position of a voxel.
public Vector3 Position
리턴 Vector3

Weight 공개적으로 프로퍼티

Weight of a voxel.
public float Weight
리턴 float