Blender V2.61 - r43446
Public Member Functions | Public Attributes

Background Class Reference

#include <background.h>

List of all members.

Public Member Functions

 Background ()
 ~Background ()
void device_update (Device *device, DeviceScene *dscene, Scene *scene)
void device_free (Device *device, DeviceScene *dscene)
bool modified (const Background &background)
void tag_update (Scene *scene)

Public Attributes

bool transparent
bool need_update

Detailed Description

Definition at line 30 of file background.h.


Constructor & Destructor Documentation

CCL_NAMESPACE_BEGIN Background::Background ( )

Definition at line 32 of file render/background.cpp.

References need_update, and transparent.

Background::~Background ( )

Definition at line 38 of file render/background.cpp.


Member Function Documentation

void Background::device_free ( Device device,
DeviceScene dscene 
)

Definition at line 57 of file render/background.cpp.

Referenced by device_update(), and Scene::~Scene().

void Background::device_update ( Device device,
DeviceScene dscene,
Scene scene 
)
bool Background::modified ( const Background background)

Definition at line 61 of file render/background.cpp.

References transparent.

void Background::tag_update ( Scene scene)

Definition at line 66 of file render/background.cpp.

References need_update.


Member Data Documentation

Definition at line 33 of file background.h.

Referenced by Background(), device_update(), Scene::need_reset(), and tag_update().

Definition at line 32 of file background.h.

Referenced by Background(), device_update(), and modified().


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