Depth brush clear depth buffer with given depth. More...
Inherits CameraBackgroundBrush.
Inherited by CameraBackgroundColorBrush.
Public Member Functions | |
| virtual BrushType | getBrushType () const override |
| Get brush type. More... | |
| local | getBrushType () |
| Get brush type. More... | |
| virtual void | drawBackground (Camera *camera) override |
| Draw background. | |
| local | drawBackground ( local camera) |
| Draw background. | |
| void | setDepth (float depth) |
| Set depth Depth used to clear depth buffer. | |
Public Member Functions inherited from CameraBackgroundBrush | |
| virtual bool | isValid () |
| is valid? | |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| local | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| local | getReferenceCount () |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
| Destructor. | |
Static Public Member Functions | |
| static CameraBackgroundDepthBrush * | create (float depth) |
| Create a depth brush Depth used to clear the depth buffer Created brush. | |
| local | create ( local depth) |
| Create a depth brush Depth used to clear the depth buffer Created brush. | |
Static Public Member Functions inherited from CameraBackgroundBrush | |
| static CameraBackgroundBrush * | createNoneBrush () |
| Creates a none brush, it does nothing when clear the background Created brush. | |
| static CameraBackgroundDepthBrush * | createDepthBrush (float depth=1.f) |
| Creates a depth brush, which clears depth buffer with a given depth. More... | |
| var | createDepthBrush ( var f) |
| Creates a depth brush, which clears depth buffer with a given depth. More... | |
| local | createDepthBrush ( local f) |
| Creates a depth brush, which clears depth buffer with a given depth. More... | |
| static CameraBackgroundColorBrush * | createColorBrush (const Color4F &color, float depth) |
| Creates a color brush Color of brush Depth used to clear depth buffer Created brush. | |
| local | createColorBrush ( local color, local depth) |
| Creates a color brush Color of brush Depth used to clear depth buffer Created brush. | |
| static CameraBackgroundSkyBoxBrush * | createSkyboxBrush (const std::string &positive_x, const std::string &negative_x, const std::string &positive_y, const std::string &negative_y, const std::string &positive_z, const std::string &negative_z) |
| Creates a Skybox brush with 6 textures. More... | |
| local | createSkyboxBrush ( local positive_x, local negative_x, local positive_y, local negative_y, local positive_z, local negative_z) |
| Creates a Skybox brush with 6 textures. More... | |
Additional Inherited Members | |
Public Types inherited from CameraBackgroundBrush | |
| enum | BrushType { NONE, DEPTH, COLOR, SKYBOX } |
| Brush types. More... | |
Public Attributes inherited from Ref | |
| unsigned int | _ID |
| object id, ScriptSupport need public _ID | |
| local | _ID |
| object id, ScriptSupport need public _ID | |
| int | _luaID |
| Lua reference id. | |
| local | _luaID |
| Lua reference id. | |
| void * | _scriptObject |
| scriptObject, support for swift | |
| local | _scriptObject |
| scriptObject, support for swift | |
| bool | _rooted |
| When true, it means that the object was already rooted. | |
| local | _rooted |
| When true, it means that the object was already rooted. | |
| bool | _scriptOwned |
| The life of the object is scrolled by the scripting engine. More... | |
| local | _scriptOwned |
| The life of the object is scrolled by the scripting engine. More... | |
Depth brush clear depth buffer with given depth.
|
inlineoverridevirtual |
Get brush type.
Should be BrushType::DEPTH brush type
Reimplemented from CameraBackgroundBrush.
Reimplemented in CameraBackgroundColorBrush.
|
inlineoverridevirtual |
Get brush type.
Should be BrushType::DEPTH brush type
Reimplemented from CameraBackgroundBrush.
Reimplemented in CameraBackgroundColorBrush.
|
inlineoverridevirtual |
Get brush type.
Should be BrushType::DEPTH brush type
Reimplemented from CameraBackgroundBrush.
Reimplemented in CameraBackgroundColorBrush.