- g - Variable in class com.tyrlib2.util.Color
-
- getAbsolutePos() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the absolute position of this SceneNode
Currently iterates through all parent nodes, therefore expensive.
- getAbsolutePos() - Method in class com.tyrlib2.graphics.scene.SceneObject
-
Gets the absolute position of this SceneObject
- getAbsoluteRot() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the absolute rotation of this node in world space
- getAbsoluteScale() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the absolute scaling of this SceneNode
Currently iterates through all parent nodes, therefore expensive.
- getActiveCamera() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
- getAge() - Method in class com.tyrlib2.graphics.particles.Particle
-
- getAlpha() - Method in class com.tyrlib2.graphics.materials.ColoredMaterial
-
- getAlpha() - Method in class com.tyrlib2.graphics.materials.PointSpriteMaterial
-
- getAlpha() - Method in class com.tyrlib2.graphics.materials.TexturedMaterial
-
- getAlpha() - Method in class com.tyrlib2.graphics.renderables.Image2
-
- getAlpha() - Method in interface com.tyrlib2.graphics.renderer.IBlendable
-
- getAlpha() - Method in class com.tyrlib2.graphics.renderer.Renderable2
-
- getAlpha() - Method in class com.tyrlib2.gui.Window
-
Get the current alpha value
- getAmbientLight() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
Get the global ambient illumination
- getAmount() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getAnimation(String) - Method in class com.tyrlib2.graphics.animation.Skeleton
-
Get an existing animation
- getAscent() - Method in class com.tyrlib2.graphics.text.GLText
-
- getBasePoint() - Method in class com.tyrlib2.input.Joystick
-
- getBlendState() - Method in class com.tyrlib2.gui.Window
-
Get the current blending state
- getBone(int) - Method in class com.tyrlib2.graphics.animation.Skeleton
-
- getBoneBuffer() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getBoneData() - Method in class com.tyrlib2.graphics.animation.Skeleton
-
- getBoneIndexParam() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getBoneParam() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getBoneWeightParam() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getBoundingBox() - Method in class com.tyrlib2.collision.CollisionSphere
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.renderables.BoundingBox
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.renderer.BoundedRenderable
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.renderer.Renderable2
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.scene.BoundedSceneObject
-
- getBoundingBox() - Method in class com.tyrlib2.graphics.scene.OctreeNode
-
- getByteStride() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getCachedAbsolutePos() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gives last calculated absolute world position of this node.
- getCachedAbsoluteRot() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Get the cashed absolute rotation of this node in world space
May be invalid.
- getCachedAbsoluteScale() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gives last calculated absolute world scaling of this node.
- getCamera() - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getCenter() - Method in class com.tyrlib2.math.AABB
-
- getCharHeight() - Method in class com.tyrlib2.graphics.text.GLText
-
- getCharWidth(char) - Method in class com.tyrlib2.graphics.text.GLText
-
- getCharWidthMax() - Method in class com.tyrlib2.graphics.text.GLText
-
- getChild(int) - Method in class com.tyrlib2.gui.Window
-
Get an indexed child window
- getCollisions() - Method in class com.tyrlib2.collision.CollisionSphere
-
- getColor() - Method in class com.tyrlib2.graphics.materials.PointSpriteMaterial
-
- getColor() - Method in class com.tyrlib2.graphics.renderables.Rectangle2
-
- getColor() - Method in class com.tyrlib2.graphics.renderables.Text2
-
- getColorChange() - Method in class com.tyrlib2.graphics.particles.ColorChanger
-
- getColorOffset() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getColors() - Method in class com.tyrlib2.graphics.materials.ColoredLightedMaterial
-
- getColors() - Method in class com.tyrlib2.graphics.materials.ColoredMaterial
-
- getColors() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getCountAttachedObjects() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Get the total number of attached objects
- getCountBones() - Method in class com.tyrlib2.graphics.animation.Skeleton
-
- getCountChildren() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the total number of child nodes
- getCountChildren() - Method in class com.tyrlib2.gui.Window
-
Get the number of child windows
- getCountFrames() - Method in class com.tyrlib2.graphics.animation.Animation
-
- getCountParticles() - Method in class com.tyrlib2.graphics.particles.ParticleSystem
-
- getCountRenderables() - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getCurrentFrame() - Method in class com.tyrlib2.graphics.animation.Animation
-
- getCurrentTarget() - Method in class com.tyrlib2.game.Movement
-
- getCurrentTargetProvider() - Method in class com.tyrlib2.game.Movement
-
- getDescent() - Method in class com.tyrlib2.graphics.text.GLText
-
- getDrawOrder() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getDrawOrderBuffer() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getEmitter(int) - Method in class com.tyrlib2.graphics.particles.ParticleSystem
-
- getEndPoint() - Method in class com.tyrlib2.graphics.renderables.Line2
-
- getExtends() - Method in class com.tyrlib2.math.AABB
-
- getFarClip() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getForce() - Method in class com.tyrlib2.graphics.particles.ForceAffector
-
- getForward() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getForward() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getFrame(int) - Method in class com.tyrlib2.graphics.animation.Animation
-
- getGradient(Vector2) - Method in class com.tyrlib2.graphics.terrain.Terrain
-
- getGradient(int, int) - Method in class com.tyrlib2.graphics.terrain.Terrain
-
- getHandle() - Method in class com.tyrlib2.graphics.renderer.Texture
-
- getHandle() - Method in enum com.tyrlib2.graphics.text.AttribVariable
-
- getHandle() - Method in class com.tyrlib2.graphics.text.programs.Program
-
- getHeight() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getHeight() - Method in class com.tyrlib2.graphics.text.GLText
-
- getHeightAt(Vector2) - Method in class com.tyrlib2.graphics.terrain.Terrain
-
- getIdentity() - Static method in class com.tyrlib2.math.Quaternion
-
- getInitForward() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getInitForward() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getInstance() - Static method in class com.tyrlib2.graphics.renderer.ProgramManager
-
Gets an instance to this singleton object
- getInstance() - Static method in class com.tyrlib2.graphics.renderer.ShaderManager
-
Get an instance of the ShaderManager.
- getInstance() - Static method in class com.tyrlib2.graphics.renderer.TextureManager
-
- getInstance() - Static method in class com.tyrlib2.graphics.scene.SceneManager
-
- getInstance() - Static method in class com.tyrlib2.gui.WindowManager
-
- getInstance() - Static method in class com.tyrlib2.input.InputManager
-
- getInterval() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getLastTouch() - Method in class com.tyrlib2.input.InputManager
-
- getLength(String) - Method in class com.tyrlib2.graphics.text.GLText
-
- getLifeTime() - Method in class com.tyrlib2.graphics.particles.BasicParticleFactory
-
- getLifeTime() - Method in class com.tyrlib2.graphics.particles.Particle
-
- getLifeTimeMax() - Method in class com.tyrlib2.graphics.particles.Affector
-
- getLifeTimeMin() - Method in class com.tyrlib2.graphics.particles.Affector
-
- getLight(int) - Method in class com.tyrlib2.graphics.scene.SceneManager
-
Get a light object
- getLightCount() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
Get the number of created lights
- getLightDirection() - Method in class com.tyrlib2.graphics.lighting.DirectionalLight
-
Get the direction of this light
- getLightVector() - Method in class com.tyrlib2.graphics.lighting.DirectionalLight
-
- getLightVector() - Method in class com.tyrlib2.graphics.lighting.Light
-
Get a vector characteristic for this light
- getLightVector() - Method in class com.tyrlib2.graphics.lighting.PointLight
-
- getLookDirection() - Method in class com.tyrlib2.graphics.renderer.Camera
-
Get the direction which the camera is facing
- getMass() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getMass() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getMaterial() - Method in class com.tyrlib2.graphics.particles.BasicParticleFactory
-
- getMaterial() - Method in class com.tyrlib2.graphics.particles.Particle
-
- getMaterial() - Method in class com.tyrlib2.graphics.renderer.Renderable
-
- getMax() - Method in class com.tyrlib2.graphics.renderables.Box
-
- getMaxForce() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getMaxForce() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getMaxParticles() - Method in class com.tyrlib2.graphics.particles.ParticleSystem
-
- getMaxVelocity() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getMaxVelocity() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getMesh() - Method in class com.tyrlib2.graphics.renderer.Renderable
-
- getMin() - Method in class com.tyrlib2.graphics.renderables.Box
-
- getModelMatrix() - Method in class com.tyrlib2.graphics.lighting.DirectionalLight
-
Get the total transformation matrix from the parents
of this directional light
- getModelMatrix() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Get the model matrix for all children
- getModelMatrix() - Method in class com.tyrlib2.graphics.scene.SceneObject
-
Get the model matrix of this scene object
- getMVPMatrixHandle() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getName() - Method in class com.tyrlib2.graphics.animation.Animation
-
- getName() - Method in class com.tyrlib2.graphics.animation.Bone
-
- getName() - Method in enum com.tyrlib2.graphics.text.AttribVariable
-
- getName() - Method in class com.tyrlib2.gui.Window
-
Get the name of the window
- getNearClip() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getNearClipHeight() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getNearClipWidth() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getNormalOffset() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getNormalOffset() - Method in class com.tyrlib2.graphics.materials.TerrainMaterial
-
- getOctree(int) - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getOrientation() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getOrientation() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getParent() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Get the parent scene node
- getParent() - Method in class com.tyrlib2.graphics.scene.SceneObject
-
Gets the parent SceneNode of this object
- getParentOctree() - Method in class com.tyrlib2.graphics.scene.OctreeNode
-
- getParticles() - Method in class com.tyrlib2.graphics.particles.ParticleSystem
-
- getParticleSystem() - Method in class com.tyrlib2.graphics.particles.Affector
-
- getParticleSystem() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getPointAtDistance(float) - Method in class com.tyrlib2.math.Ray
-
- getPoints() - Method in class com.tyrlib2.math.AABB
-
- getPosition() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getPosition() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getPositionHandle() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getPositionOffset() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getPower() - Method in class com.tyrlib2.graphics.particles.ForceAffector
-
- getPriority() - Method in class com.tyrlib2.gui.Window
-
Get the priority of this window
- getPriority() - Method in class com.tyrlib2.input.Joystick
-
- getPriority() - Method in class com.tyrlib2.input.TouchListener
-
- getPriority() - Method in interface com.tyrlib2.util.Prioritizable
-
- getProgram() - Method in class com.tyrlib2.graphics.renderer.Material
-
- getProgram(String) - Method in class com.tyrlib2.graphics.renderer.ProgramManager
-
Gets a compiled OpenGL program
- getProjectionMatrix() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getRadialDependency() - Method in class com.tyrlib2.graphics.particles.ForceAffector
-
- getRadius() - Method in class com.tyrlib2.collision.CollisionSphere
-
- getRandomColor() - Static method in class com.tyrlib2.util.Color
-
- getRandomPos() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getRandomVelocity() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getRay() - Method in class com.tyrlib2.util.Raycast
-
- getRelativePos() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the position of this SceneNode relative to its parent
- getRelativePos() - Method in class com.tyrlib2.graphics.scene.SceneObject
-
Gets the position of this SceneObject relative to the parent of the parent SceneNode
- getRelativePos() - Method in class com.tyrlib2.gui.Window
-
Get the position of this window relative to the parent
- getRelativeRot() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the rotation of this node relative to its parent
- getRelativeScale() - Method in class com.tyrlib2.graphics.scene.SceneNode
-
Gets the scaling of this SceneNode relative to its parent
- getRenderable(int) - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getRenderer() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
Get the renderer
- getRepeat() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getRepeat() - Method in class com.tyrlib2.graphics.materials.TerrainMaterial
-
- getRootSceneNode() - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getRootSceneNode() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
- getRotation() - Method in class com.tyrlib2.graphics.renderables.Text2
-
- getScaleX() - Method in class com.tyrlib2.graphics.text.GLText
-
- getScaleY() - Method in class com.tyrlib2.graphics.text.GLText
-
- getShader(String) - Method in class com.tyrlib2.graphics.renderer.ShaderManager
-
Gets a shader
- getSize() - Method in class com.tyrlib2.graphics.renderables.Image2
-
- getSize() - Method in class com.tyrlib2.graphics.renderables.Rectangle2
-
- getSize() - Method in class com.tyrlib2.graphics.renderer.Texture
-
- getSize() - Method in class com.tyrlib2.graphics.text.GLText
-
- getSize() - Method in class com.tyrlib2.gui.Window
-
Get the size values of this window
- getSize() - Method in class com.tyrlib2.util.FloatArray
-
- getSkeleton() - Method in class com.tyrlib2.graphics.renderables.Entity
-
Get the skeleton of this entity if it has one
- getSpace() - Method in class com.tyrlib2.graphics.text.GLText
-
- getStartPoint() - Method in class com.tyrlib2.graphics.renderables.Line2
-
- getStat(String) - Method in class com.tyrlib2.game.Stats
-
Get a value of a stat
- getSteps() - Method in class com.tyrlib2.graphics.particles.ParticleSystem
-
- getSubEntity(String) - Method in class com.tyrlib2.graphics.renderables.Entity
-
Get a Subentity
- getSubEntity(int) - Method in class com.tyrlib2.graphics.renderables.Entity
-
Get a subentity by index
- getTag() - Method in class com.tyrlib2.collision.CollisionSphere
-
- getTargetPos() - Method in interface com.tyrlib2.game.ITargetProvider
-
- getTargetPos() - Method in class com.tyrlib2.game.TargetNode
-
- getTargetPos() - Method in class com.tyrlib2.game.TargetPoint
-
- getTargetPos() - Method in class com.tyrlib2.game.TargetSceneObject
-
- getTerrainTexture(int) - Method in class com.tyrlib2.graphics.materials.TerrainMaterial
-
- getText() - Method in class com.tyrlib2.graphics.renderables.Text2
-
- getTexture() - Method in class com.tyrlib2.graphics.materials.PointSpriteMaterial
-
- getTexture(String) - Method in class com.tyrlib2.graphics.renderer.TextureManager
-
- getTexture() - Method in class com.tyrlib2.graphics.terrain.TerrainTexture
-
- getTextureName() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getTextureName() - Method in class com.tyrlib2.graphics.materials.PointSpriteMaterial
-
- getTextureName() - Method in class com.tyrlib2.graphics.materials.TexturedMaterial
-
- getTextureName() - Method in class com.tyrlib2.graphics.renderables.Image2
-
- getTextureWeightOffset() - Method in class com.tyrlib2.graphics.materials.TerrainMaterial
-
- getType() - Method in class com.tyrlib2.graphics.lighting.Light
-
Get the type of this light
- getUntransformedBoundingBox() - Method in class com.tyrlib2.graphics.renderer.BoundedRenderable
-
- getUp() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getUp() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getUVOffset() - Method in class com.tyrlib2.graphics.materials.DefaultMaterial3
-
- getUVOffset() - Method in class com.tyrlib2.graphics.materials.TerrainMaterial
-
- getVehicle() - Method in class com.tyrlib2.ai.steering.Steerer
-
- getVelocity() - Method in interface com.tyrlib2.ai.steering.IVehicle
-
- getVelocity() - Method in class com.tyrlib2.ai.steering.PointMass
-
- getVelocity() - Method in class com.tyrlib2.graphics.particles.Emitter
-
- getVertexCount() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getVertexData() - Method in class com.tyrlib2.graphics.renderer.Mesh
-
- getViewMatrix() - Method in class com.tyrlib2.graphics.renderer.Camera
-
Get the view matrix
- getViewport() - Method in class com.tyrlib2.graphics.renderer.OpenGLRenderer
-
- getViewport() - Method in class com.tyrlib2.graphics.scene.SceneManager
-
- getVisible() - Method in class com.tyrlib2.gui.Window
-
Is this window visible?
- getWeight(float, float) - Method in class com.tyrlib2.graphics.terrain.TerrainTexture
-
Get how important this texture is for a specific height and slope
- getWidth() - Method in class com.tyrlib2.graphics.renderer.Viewport
-
- getWindow(String) - Method in class com.tyrlib2.gui.WindowManager
-
- getWorldLookDirection() - Method in class com.tyrlib2.graphics.renderer.Camera
-
Get the look diretion of the camera in world space
- getWorldUpVector() - Method in class com.tyrlib2.graphics.renderer.Camera
-
- glText - Variable in class com.tyrlib2.graphics.text.Font
-
- GLText - Class in com.tyrlib2.graphics.text
-
- GLText(Program, AssetManager) - Constructor for class com.tyrlib2.graphics.text.GLText
-
- GLText(AssetManager) - Constructor for class com.tyrlib2.graphics.text.GLText
-
- GREEN - Static variable in class com.tyrlib2.util.Color
-