Table of Contents

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

baseView View

The View to base this support-view on

camera Camera

The Camera to look at the Scene with

Fields

BaseView

The View this one is based upon

protected readonly View BaseView

Field Value

View

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 PositionableRenderable

The PositionableRenderable to check

Returns

bool

true if the PositionableRenderable is supposed to be rendered