C# Class Radegast.Rendering.RenderPrimitive

Inheritance: SceneObject
显示文件 Open project: justasabc/UnityOpenSimClient Class Usage Examples

Public Properties

Property Type Description
Attached bool
AttachedStateKnown bool
Faces List
Meshed bool
Meshing bool
Prim OpenMetaverse.Primitive

Public Methods

Method Description
Dispose ( ) : void

Remove any GL resource we may still have in use

Initialize ( ) : void

Set initial state of the object

Render ( RenderPass pass, int pickingID, SceneWindow scene, float time ) : void

Render Primitive

RenderPrimitive ( ) : System

Default constructor

ToString ( ) : string

String representation of the object

Method Details

Dispose() public method

Remove any GL resource we may still have in use
public Dispose ( ) : void
return void

Initialize() public method

Set initial state of the object
public Initialize ( ) : void
return void

Render() public method

Render Primitive
public Render ( RenderPass pass, int pickingID, SceneWindow scene, float time ) : void
pass RenderPass Which pass are we currently in
pickingID int ID used to identify which object was picked
scene SceneWindow Main scene renderer
time float Time it took to render the last frame
return void

RenderPrimitive() public method

Default constructor
public RenderPrimitive ( ) : System
return System

ToString() public method

String representation of the object
public ToString ( ) : string
return string

Property Details

Attached public_oe property

Is this object attached to an avatar
public bool Attached
return bool

AttachedStateKnown public_oe property

Do we know if object is attached
public bool AttachedStateKnown
return bool

Faces public_oe property

public List Faces
return List

Meshed public_oe property

Are meshes constructed and ready for this prim
public bool Meshed
return bool

Meshing public_oe property

Process of creating a mesh is underway
public bool Meshing
return bool

Prim public_oe property

Base simulator object
public Primitive,OpenMetaverse Prim
return OpenMetaverse.Primitive