PixelLightAPI  .
Public Member Functions | Protected Member Functions
PLScene::SNArea Class Reference

An area is a set of planes defining a convex area in your scene. More...

#include <SNArea.h>

Inheritance diagram for PLScene::SNArea:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLS_API SNArea ()
 Default constructor.
virtual PLS_API ~SNArea ()
 Destructor.
PLS_API void Draw ()
 Draws the area.

Protected Member Functions

virtual PLS_API void InitFunction () override
 This function is called when the scene node gets initialized.

Detailed Description

An area is a set of planes defining a convex area in your scene.

Note:
  • Don't scale an area, this will produce some problems...

Constructor & Destructor Documentation

Default constructor.

virtual PLS_API PLScene::SNArea::~SNArea ( ) [virtual]

Destructor.


Member Function Documentation

PLS_API void PLScene::SNArea::Draw ( )

Draws the area.

virtual PLS_API void PLScene::SNArea::InitFunction ( ) [override, protected, virtual]

This function is called when the scene node gets initialized.

Reimplemented from PLScene::SceneNode.


The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:25
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported