C# 클래스 CSharpGL.LegacyBoundingBoxRenderer

Specify a cuboid that marks a model's edges.
상속: RendererBase, IBoundingBox, IModelSpace
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
LegacyBoundingBoxRenderer ( )

Specify a cuboid that marks a model's edges.

LegacyBoundingBoxRenderer ( vec3 min, vec3 max )

Specify a cuboid that marks a model's edges.

보호된 메소드들

메소드 설명
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

메소드 상세

DoInitialize() 보호된 메소드

protected DoInitialize ( ) : void
리턴 void

DoRender() 보호된 메소드

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
리턴 void

LegacyBoundingBoxRenderer() 공개 메소드

Specify a cuboid that marks a model's edges.

LegacyBoundingBoxRenderer() 공개 메소드

Specify a cuboid that marks a model's edges.
public LegacyBoundingBoxRenderer ( vec3 min, vec3 max )
min vec3
max vec3