Table of Contents

Class SpecialView

Namespace
OmegaEngine.Graphics
Assembly
OmegaEngine.dll

A common base class for GlowView and ShadowView

public abstract class SpecialView : SupportView, IDisposable
Inheritance
SpecialView
Implements
Derived
Inherited Members
Extension Methods

Constructors

SpecialView(View, Camera)

Creates a new special-view

protected SpecialView(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

Properties

Fog

Not applicable to SpecialView.

[Browsable(false)]
public override sealed bool Fog { get; set; }

Property Value

bool

Lighting

Not applicable to SpecialView.

[Browsable(false)]
public override sealed bool Lighting { get; set; }

Property Value

bool

Methods

RenderBackground()

Renders the back of the Scene

protected override void RenderBackground()