API Documentation
Classes
- _global_
- GLGE
- GLGE.Action
- GLGE.ActionChannel
- GLGE.Animatable
- GLGE.AnimationCurve
- GLGE.AnimationVector
- GLGE.Assets
- GLGE.BezTriple
- GLGE.Camera
- GLGE.Collada
- GLGE.Document
- GLGE.DocumentPreloader
- GLGE.Events
- GLGE.FilePreloader
- GLGE.FilterAO
- GLGE.FilterGlow
- GLGE.Group
- GLGE.GUI
- GLGE.HeightMap
- GLGE.JSONLoader
- GLGE.KeyInput
- GLGE.Light
- GLGE.LinearPoint
- GLGE.Material
- GLGE.MaterialLayer
- GLGE.MD2
- GLGE.Mesh
- GLGE.Message
- GLGE.MouseInput
- GLGE.MultiMaterial
- GLGE.Object
- GLGE.ObjectLod
- GLGE.ParticleSystem
- GLGE.PhysicsAbstract
- GLGE.PhysicsBox
- GLGE.PhysicsCar
- GLGE.PhysicsConstraintPoint
- GLGE.PhysicsMesh
- GLGE.PhysicsPlane
- GLGE.PhysicsSphere
- GLGE.PhysicsWheel
- GLGE.Placeable
- GLGE.QuickNotation
- GLGE.Renderer
- GLGE.Scene
- GLGE.Sphere
- GLGE.StepPoint
- GLGE.Text
- GLGE.Texture
- GLGE.TextureCamera
- GLGE.TextureCanvas
- GLGE.TextureCube
- GLGE.TextureVideo
- GLGE.Wavefront
- GUI.Gadget
- GUI.Preloader
- GUI.Progressbar
- GUI.Widget
Extends
GLGE.JSONLoader, GLGE.QuickNotation.
A reflection texture will reflect in a plane for a specified transform
Defined in: glge_texturecamera.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
GLGE.TextureCamera(uid)
|
| Method Attributes | Method Name and Description |
|---|---|
|
gets the RTT render buffer height
|
|
|
gets the RTT render buffer width
|
|
|
gets the RTT source camera
|
|
|
gets the RTT clip axis
|
|
|
gets the RTT mirror axis
|
|
|
gets the RTT render clipping plane offset
|
|
|
setBufferHeight(buffer)
sets the RTT render buffer height
|
|
|
setBufferWidth(buffer)
sets the RTT render buffer width
|
|
|
setCamera(the)
sets the RTT camera to use
|
|
|
setClipAxis(the)
sets the RTT clip axis
|
|
|
setMirrorAxis(the)
sets the RTT mirror axis
|
|
|
setPlaneOffset(buffer)
sets the RTT render clipping plane offset
|
- Methods borrowed from class GLGE.QuickNotation:
- _
- Methods borrowed from class GLGE.JSONLoader:
- getDownloadPriority, setDownloadPriority, setJSONSrc, setJSONString
Class Detail
GLGE.TextureCamera(uid)
- Parameters:
- {string} uid
- the unique id for this texture
- See:
- GLGE.Material
Method Detail
getBufferHeight()
gets the RTT render buffer height
- Returns:
- the height
getBufferWidth()
gets the RTT render buffer width
- Returns:
- the width
{GLGE.Camera}
getCamera()
gets the RTT source camera
- Returns:
- {GLGE.Camera} the source camera
getClipAxis()
gets the RTT clip axis
- Returns:
- the axis
getMirrorAxis()
gets the RTT mirror axis
- Returns:
- the axis
getPlaneOffset()
gets the RTT render clipping plane offset
- Returns:
- the width
setBufferHeight(buffer)
sets the RTT render buffer height
- Parameters:
- {number} buffer
- height
setBufferWidth(buffer)
sets the RTT render buffer width
- Parameters:
- {number} buffer
- width
setCamera(the)
sets the RTT camera to use
- Parameters:
- {GLGE.Camera} the
- source camera
setClipAxis(the)
sets the RTT clip axis
- Parameters:
- {number} the
- axis
setMirrorAxis(the)
sets the RTT mirror axis
- Parameters:
- {number} the
- axis
setPlaneOffset(buffer)
sets the RTT render clipping plane offset
- Parameters:
- {number} buffer
- width
Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 12 2012 14:20:23 GMT+0000 (GMT)