Overview
Package
Class
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
M
O
P
R
S
T
U
Y
G
getAbsoluteDirection()
- Method in class yaarq.sys.
yrqFrame
This function retrieves the absolute direction, as a unit vector, of this frame in world coordinates.
getAbsolutePosition()
- Method in class yaarq.sys.
yrqFrame
This function retrieves the location of the center of the frame in world coordinates.
getActive()
- Method in class yaarq.sys.
yrqCanvas
This function returns the active state of the canvas.
getAnimationKey(String)
- Method in class yaarq.sys.
yrqFrame
This method retrieves an animationkey by name
getApplication()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the yrqApplication instance encapsuling the engine for purpose of callback issuing by subordinate classes.
getBaseShape3D()
- Method in class yaarq.sys.
yrqVisual
This function retrieves the Shape3D object created by the visual and used in the base rendering pass.
getBumpShape3D()
- Method in class yaarq.sys.
yrqVisual
This function retrieves the Shape3D object created by the visual and used in the bump rendering pass.
getCamera()
- Method in class yaarq.sys.
yrqViewport
...
getCanvas()
- Method in class yaarq.sys.
yrqEngine
This function returns the canvas instance used by the engine
getChild(String)
- Method in class yaarq.sys.
yrqFrame
This function returns a child frame specified by name, or null if no child exists under the given name.
getComponent()
- Method in class yaarq.sys.
yrqEngine
Returns the component the engine is attached to.
getConfigTemplate()
- Static method in class yaarq.sys.
yrqCanvas
This static function returns a graphic configuration template as desired by the yaarq engine.
getDisplacement()
- Method in class yaarq.sys.
yrqFlareVisual
This method retrieves the displacement of the flare.
getEnable()
- Method in class yaarq.sys.
yrqParticleManager
...
getEnviron()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the environ subclass instance used by the engine to manage environmental effects.
getFade()
- Method in class yaarq.sys.
yrqCanvas
This method gets the fade level for the canvas.
getFadeFactor()
- Method in class yaarq.sys.
yrqFlareVisual
This method retrieves the fade factor of a flare in relation to its source.
getFog()
- Method in class yaarq.sys.
yrqEnviron
This function returns the internal LinearFog used by the environ instance.
getForce(String)
- Method in class yaarq.sys.
yrqParticleManager
...
getFrame()
- Method in class yaarq.sys.
yrqViewport
This function returns the frame used by the viewport to provide positional and orientation information.
getFrame(String)
- Method in class yaarq.sys.
yrqRepository
This function retrieves a frame stored in the repository by name
getFrame(String)
- Method in class yaarq.sys.
yrqEngine
This function retrieves one of the frames stored in the engines internal frame map by its name.
getFrameCount()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the current absolute number of frames which have elapsed since starting the engine.
getFrameRate()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the current fps rate which is measured in the internal frame-based update loop of the yrqEngine instance.
getGeometry()
- Method in class yaarq.sys.
yrqVisual
This method returns the geometry of the visual
getGeometry()
- Method in class yaarq.sys.
yrqBasicVisual
This method returns the geometry of the visual
getGeometry(String)
- Method in class yaarq.sys.
yrqRepository
This function retrieves a geometry stored in the repository by name
getImage(String)
- Method in class yaarq.sys.
yrqRepository
This function retrieves an image stored in the repository by name
getInternalGroup()
- Method in class yaarq.sys.
yrqFrame
This function returns the frames internal transform group.
getLuminance()
- Method in class yaarq.sys.
yrqFlareVisual
This function retrieves the overall luminance for the flare.
getManager()
- Method in class yaarq.sys.
yrqParticleVisual
...
getMusic()
- Method in class yaarq.sys.
yrqEnviron
This function returns the background music playing
getParent()
- Method in class yaarq.sys.
yrqVisual
This function returns the parent transform group this visual is currently attached to or null, if it isnt attached to a group.
getParent()
- Method in class yaarq.sys.
yrqFrame
This function returns the parent group this frame is currently attached to or null, if it isnt attached to a group.
getParticle(int)
- Method in class yaarq.sys.
yrqParticleVisual
This function returns a given particle.
getPosition()
- Method in class yaarq.sys.
yrqOverlayVisual
This function retrieves the current location of the overlay in screen coordinates
getPosition()
- Method in class yaarq.sys.
yrqFlareVisual
This function retrieves the current location of the flare in screen coordinates.
getRelativeDirection()
- Method in class yaarq.sys.
yrqFrame
This function retrieves the relative direction, as a unit vector, of this frame in local coordinates.
getRelativePosition()
- Method in class yaarq.sys.
yrqFrame
This function retrieves the location of the center of the frame in local coordinates.
getRepository()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the repository subclass instance used by the engine to keep low-level objects like textures and sounds.
getRoot()
- Method in class yaarq.sys.
yrqEngine
This function retrieves the root branch group of the engine, to which all other sub-instance branch groups are childed
getScreenToWorld(Point2d)
- Method in class yaarq.sys.
yrqCanvas
getSize()
- Method in class yaarq.sys.
yrqParticleVisual
...
getSize()
- Method in class yaarq.sys.
yrqEffectVisual
This function retrieves the size of the internal geometry used for the effect
getSound(String)
- Method in class yaarq.sys.
yrqRepository
This function retrieves a sound stored in the repository by name
getSourceFrame()
- Method in class yaarq.sys.
yrqParticleVisual
This method sets the source frame for the visual.
getSourceFrame()
- Method in class yaarq.sys.
yrqFlareVisual
This function returns the source frame for the flare.
getTarget()
- Method in class yaarq.sys.
yrqViewport
...
getTexture()
- Method in class yaarq.sys.
yrqParticleVisual
This function returns the texture used by all particles
getTexture()
- Method in class yaarq.sys.
yrqOverlayVisual
This function returns the texture used by the overlay
getTexture(int)
- Method in class yaarq.sys.
yrqVisual
This function returns one of the textures used in the visual.
getTexture(int)
- Method in class yaarq.sys.
yrqEffectVisual
This function returns one of the textures used in the visual.
getTexture(int)
- Method in class yaarq.sys.
yrqBasicVisual
This function returns one of the textures used in the visual.
getTexture(String)
- Method in class yaarq.sys.
yrqRepository
This function retrieves a texture stored in the repository by name
getTransparencyMode()
- Method in class yaarq.sys.
yrqVisual
Returns the transparency mode of the visual.
getTransparencyMode()
- Method in class yaarq.sys.
yrqParticleVisual
Returns the transparency mode of the visual.
getTransparencyMode()
- Method in class yaarq.sys.
yrqOverlayVisual
Returns the transparency mode of the visual.
getTransparencyMode()
- Method in class yaarq.sys.
yrqEffectVisual
Returns the transparency mode of the visual.
getTransparencyMode()
- Method in class yaarq.sys.
yrqBasicVisual
Returns the transparency mode of the visual.
getTransparencyValue()
- Method in class yaarq.sys.
yrqVisual
Returns the transparency value for this visual.
getTransparencyValue()
- Method in class yaarq.sys.
yrqOverlayVisual
Returns the transparency value for this visual.
getTransparencyValue()
- Method in class yaarq.sys.
yrqEffectVisual
Returns the transparency value for this visual.
getTransparencyValue()
- Method in class yaarq.sys.
yrqBasicVisual
Returns the transparency value for this visual.
getView()
- Method in class yaarq.sys.
yrqViewport
This function is called by various internal classes of the engine to determine the view object of the viewport.
getViewport()
- Method in class yaarq.sys.
yrqEngine
This function returns the viewport instance used by the engine
getVisual(String)
- Method in class yaarq.sys.
yrqFrame
This method retrieves a visual which has been added to the frame by its name.
getVisual(String)
- Method in class yaarq.sys.
yrqEnviron
This method retrieves a visual which has been added to the environ by its name.
getVisuals()
- Method in class yaarq.sys.
yrqFrame
This method returns an iterator over all visuals attached to this frame .
getWorldToScreen(Point3d)
- Method in class yaarq.sys.
yrqCanvas
Overview
Package
Class
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
M
O
P
R
S
T
U
Y