Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | Related Pages

DART_Core::InsceneOverlay Class Reference

Allows to create a 3D overlay displaying a given texture. More...

List of all members.

Public Member Functions

 new (me, tScene)
 updateOverlay (me)
 setDepth (me, tDepth)
 setTextureCoordinates (me, left, top, right, bottom)
 setScreenCoordinates (me, left, top, right, bottom)
 setBlend (me, tBlend)
 setTexture (me, tTexture)
 destroy (me)
 setRenderGroup (me, renderGroup)
 turnOn (me)
 turnOff (me)
 getModel (me)
 stageResize (me)


Detailed Description

Allows to create a 3D overlay displaying a given texture.

The following methods are supported by this parent script: ------------------------------------------------------------

turnOn() // Turn overlay on turnOff() // Turn overlay off

setTexture() // Set the texture to display setScreenCoordinates(left, top, right, bottom) // each from 0.0 to 1.0 defines the area where to display the texture setTextureCoordinates(left, top, right, bottom) // each from 0.0 to 1.0 defines the area of the texture to display Defaults for both of those calls are 0.0, 0.0, 1.0, 1.0, i.e. display the whole texture on the whole screen

setBlend setDepth // The Z-Buffer value to use (default 5)

Originally from the Internet. Adapted and simplified for DART.

Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)


Member Function Documentation

DART_Core::InsceneOverlay::destroy me   ) 
 

DART_Core::InsceneOverlay::getModel me   ) 
 

DART_Core::InsceneOverlay::new me  ,
tScene 
 

DART_Core::InsceneOverlay::setBlend me  ,
tBlend 
 

DART_Core::InsceneOverlay::setDepth me  ,
tDepth 
 

DART_Core::InsceneOverlay::setRenderGroup me  ,
renderGroup 
 

DART_Core::InsceneOverlay::setScreenCoordinates me  ,
left  ,
top  ,
right  ,
bottom 
 

DART_Core::InsceneOverlay::setTexture me  ,
tTexture 
 

DART_Core::InsceneOverlay::setTextureCoordinates me  ,
left  ,
top  ,
right  ,
bottom 
 

DART_Core::InsceneOverlay::stageResize me   ) 
 

DART_Core::InsceneOverlay::turnOff me   ) 
 

DART_Core::InsceneOverlay::turnOn me   ) 
 

DART_Core::InsceneOverlay::updateOverlay me   ) 
 


Generated on Fri Oct 8 16:37:59 2004 for DART-Lingo by doxygen 1.3.7