Skip to main content

Meta_View

Module: Metanodes / Definitions

a View can be inserted at any point in the scene, and will be rendered into either the framebuffer or any child RenderTarget's there may be.

#include <meta_division.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Projection, Idx_Viewport, Idx_Scene, Idx_LODScale }

Public Functions

TypeName
Meta_View()

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabled
Idx_Projectionthe projection matrix to use for the render.
Idx_Viewportthe viewport to use for the render (x,y,width,height).
Idx_Scenelink to a scenegraph node to render.
Idx_LODScalescale to apply to camera distance when evaluating level-of-detail nodes. For example, if it's 0.0f the highest resolution lod will always be selected.

Public Functions Documentation

Meta_View

inline Meta_View()