C# Class Axiom.Demos.BezierPatch

Inheritance: DemoBase
Mostrar archivo Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
factor float
isWireframe bool
patch Axiom.Core.PatchMesh
patchDeclaration Axiom.Graphics.VertexDeclaration
patchEntity Entity
patchPass Axiom.Graphics.Pass
timeLapse float

Public Methods

Method Description
CreateScene ( ) : void

Protected Methods

Method Description
OnFrameRenderingQueued ( Object source, FrameEventArgs evt ) : void

Method Details

CreateScene() public method

public CreateScene ( ) : void
return void

OnFrameRenderingQueued() protected method

protected OnFrameRenderingQueued ( Object source, FrameEventArgs evt ) : void
source Object
evt FrameEventArgs
return void

Property Details

factor protected_oe property

protected float factor
return float

isWireframe protected_oe property

protected bool isWireframe
return bool

patch protected_oe property

protected PatchMesh,Axiom.Core patch
return Axiom.Core.PatchMesh

patchDeclaration protected_oe property

protected VertexDeclaration,Axiom.Graphics patchDeclaration
return Axiom.Graphics.VertexDeclaration

patchEntity protected_oe property

protected Entity patchEntity
return Entity

patchPass protected_oe property

protected Pass,Axiom.Graphics patchPass
return Axiom.Graphics.Pass

timeLapse protected_oe property

protected float timeLapse
return float