C# Class Axiom.Demos.BezierPatch

Inheritance: DemoBase
Show file 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 property

protected float factor
return float

isWireframe protected property

protected bool isWireframe
return bool

patch protected property

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

patchDeclaration protected property

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

patchEntity protected property

protected Entity patchEntity
return Entity

patchPass protected property

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

timeLapse protected property

protected float timeLapse
return float