Class SimpleVertexObject
Inheritance
System.Object
SimpleVertexObject
Implements
System.IDisposable
Assembly: Aximo.Render.dll
Syntax
public class SimpleVertexObject : PrimitiveObject, IShadowObject, IReloadable, ILightTarget, IScaleRotate, IPosition, IForwardRenderable, IDeferredRenderable, IScreenRenderable, IRenderableObject, IRenderObject, IData, IDisposable, IBounds
Fields
|
Improve this Doc
View Source
Debug
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PositionMatrix
Declaration
public Matrix4 PositionMatrix
Field Value
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|
|
Improve this Doc
View Source
PrimaryRenderPipeline
Declaration
public IRenderPipeline PrimaryRenderPipeline
Field Value
Properties
|
Improve this Doc
View Source
Camera
Declaration
public Camera Camera { get; }
Property Value
|
Improve this Doc
View Source
Lights
Declaration
public List<ILightObject> Lights { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ILightObject> |
|
|
Improve this Doc
View Source
Material
Declaration
public RendererMaterial Material { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
RenderShadow
Declaration
public bool RenderShadow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Rotate
Declaration
public Quaternion Rotate { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Quaternion |
|
|
Improve this Doc
View Source
Scale
Declaration
public Vector3 Scale { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
WorldBounds
Declaration
public Box3 WorldBounds { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Box3 |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
Free()
Declaration
public override void Free()
Overrides
|
Improve this Doc
View Source
GetModelMatrix()
Declaration
public Matrix4 GetModelMatrix()
Returns
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|
|
Improve this Doc
View Source
Init()
Declaration
public override void Init()
Overrides
|
Improve this Doc
View Source
OnDeferredRender()
Declaration
public void OnDeferredRender()
|
Improve this Doc
View Source
OnForwardRender()
Declaration
public void OnForwardRender()
|
Improve this Doc
View Source
OnReload()
Declaration
|
Improve this Doc
View Source
OnRenderCubeShadow()
Declaration
public void OnRenderCubeShadow()
|
Improve this Doc
View Source
OnRenderShadow()
Declaration
public void OnRenderShadow()
|
Improve this Doc
View Source
OnScreenRender()
Declaration
public void OnScreenRender()
|
Improve this Doc
View Source
SetVertices(InternalMesh)
Declaration
public void SetVertices(InternalMesh mesh)
Parameters
Implements
System.IDisposable