C# 클래스 Isosurface.VertexPositionColorNormalNormal

파일 보기 프로젝트 열기: Lin20/isosurface

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Normal Vector3
Normal2 Vector3
Position Vector3
VertexDeclaration Microsoft.Xna.Framework.Graphics.VertexDeclaration

공개 메소드들

메소드 설명
VertexPositionColorNormalNormal ( Vector3 pos, Color color, Vector3 norm, Vector3 norm2 ) : System

메소드 상세

VertexPositionColorNormalNormal() 공개 메소드

public VertexPositionColorNormalNormal ( Vector3 pos, Color color, Vector3 norm, Vector3 norm2 ) : System
pos Vector3
color Color
norm Vector3
norm2 Vector3
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Normal 공개적으로 프로퍼티

public Vector3 Normal
리턴 Vector3

Normal2 공개적으로 프로퍼티

public Vector3 Normal2
리턴 Vector3

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

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

public static VertexDeclaration,Microsoft.Xna.Framework.Graphics VertexDeclaration
리턴 Microsoft.Xna.Framework.Graphics.VertexDeclaration