C# 클래스 Axiom.Demos.Line3d

A class for rendering lines in 3d.
상속: Axiom.Graphics.SimpleRenderable
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
GetSquaredViewDepth ( Camera camera ) : float

Line3d ( Vector3 startPoint, Vector3 direction, float length, ColorEx color ) : System

메소드 상세

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
리턴 float

Line3d() 공개 메소드

public Line3d ( Vector3 startPoint, Vector3 direction, float length, ColorEx color ) : System
startPoint Vector3 Point where the line will start.
direction Vector3 The direction the vector is heading in.
length float The length (magnitude) of the line vector.
color ColorEx The color which this line should be.
리턴 System