Class SupportView
- Namespace
- OmegaEngine.Graphics
- Assembly
- OmegaEngine.dll
A common base class for all ChildViews that provide support functionality like water refraction/reflection, glow maps, etc.
public abstract class SupportView : TextureView, IDisposable
- Inheritance
-
SupportView
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SupportView(View, Camera)
Creates a new support-view
protected SupportView(View baseView, Camera camera)
Parameters
Fields
BaseView
The View this one is based upon
protected readonly View BaseView
Field Value
Methods
IsToRender(PositionableRenderable)
Checks if a PositionableRenderable is supposed to be rendered in this type of View
protected override bool IsToRender(PositionableRenderable body)
Parameters
body
PositionableRenderableThe PositionableRenderable to check
Returns
- bool
true
if the PositionableRenderable is supposed to be rendered