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 texture to be included in a material
Defined in: glge_texturecube.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
GLGE.TextureCube(uid)
|
| Method Attributes | Method Name and Description |
|---|---|
|
setSrc(url, image, mask)
Sets the url for a given image
|
|
|
setSrcNegX(url)
Sets the negative X cube image
|
|
|
setSrcNegY(url)
Sets the negative Y cube image
|
|
|
setSrcNegZ(url)
Sets the negative Z cube image
|
|
|
setSrcPosX(url)
Sets the positive X cube image
|
|
|
setSrcPosY(url)
Sets the positive Y cube image
|
|
|
setSrcPosZ(url)
Sets the positive Z cube image
|
- Methods borrowed from class GLGE.QuickNotation:
- _
- Methods borrowed from class GLGE.JSONLoader:
- getDownloadPriority, setDownloadPriority, setJSONSrc, setJSONString
Class Detail
GLGE.TextureCube(uid)
- Parameters:
- {string} uid
- the unique id for this texture
- See:
- GLGE.Material
Method Detail
setSrc(url, image, mask)
Sets the url for a given image
- Parameters:
- {string} url
- the texture image url
- {string} image
- the image element to load
- mask
setSrcNegX(url)
Sets the negative X cube image
- Parameters:
- {string} url
- the texture image url
setSrcNegY(url)
Sets the negative Y cube image
- Parameters:
- {string} url
- the texture image url
setSrcNegZ(url)
Sets the negative Z cube image
- Parameters:
- {string} url
- the texture image url
setSrcPosX(url)
Sets the positive X cube image
- Parameters:
- {string} url
- the texture image url
setSrcPosY(url)
Sets the positive Y cube image
- Parameters:
- {string} url
- the texture image url
setSrcPosZ(url)
Sets the positive Z cube image
- Parameters:
- {string} url
- the texture image url
Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 12 2012 14:20:23 GMT+0000 (GMT)