A C D E G I L M O P R S T U Y

Y

yaarq.dmo - package yaarq.dmo
 
yaarq.sys - package yaarq.sys
 
yrqApplication - interface yaarq.sys.yrqApplication.
This interface defines callback functions which are used by the engine to communicate with the application.
yrqBasicVisual - class yaarq.sys.yrqBasicVisual.
This class extends the yrqVisual class providing support for textured geometry.
yrqBasicVisual(Geometry, Texture2D, Texture2D, Texture2D, Texture2D, boolean, int, float, float, float) - Constructor for class yaarq.sys.yrqBasicVisual
Constructs a new basic visual using passed parameters.
yrqCanvas - class yaarq.sys.yrqCanvas.
This class is a derivation of Java3Ds Canvas3D object.
yrqCanvas(yrqEngine, GraphicsConfiguration) - Constructor for class yaarq.sys.yrqCanvas
 
yrqCanvas(yrqEngine, GraphicsConfiguration, boolean) - Constructor for class yaarq.sys.yrqCanvas
 
yrqDemoApplication - class yaarq.dmo.yrqDemoApplication.
This application demonstrates the abilities of the yaarq engine.
yrqDemoApplication(int) - Constructor for class yaarq.dmo.yrqDemoApplication
Constructs a demo application using a given display mode.
yrqDemoFlyer - class yaarq.dmo.yrqDemoFlyer.
 
yrqDemoFlyer(yrqEngine, long, long) - Constructor for class yaarq.dmo.yrqDemoFlyer
 
yrqDemoLauncher - class yaarq.dmo.yrqDemoLauncher.
This is the startup class for the yaarq demo application.
yrqDemoLauncher() - Constructor for class yaarq.dmo.yrqDemoLauncher
Constructs the splashscreen frame
yrqDemoLogo - class yaarq.dmo.yrqDemoLogo.
 
yrqDemoLogo(yrqEngine, long, long, long) - Constructor for class yaarq.dmo.yrqDemoLogo
 
yrqDemoMusicLoop - class yaarq.dmo.yrqDemoMusicLoop.
 
yrqDemoMusicLoop(yrqEngine, long) - Constructor for class yaarq.dmo.yrqDemoMusicLoop
 
yrqDemoObject - class yaarq.dmo.yrqDemoObject.
 
yrqDemoObject(yrqEngine, long, long, long, boolean) - Constructor for class yaarq.dmo.yrqDemoObject
 
yrqDemoOverlays1 - class yaarq.dmo.yrqDemoOverlays1.
 
yrqDemoOverlays1(yrqEngine, long, long, long) - Constructor for class yaarq.dmo.yrqDemoOverlays1
 
yrqDemoOverlays2 - class yaarq.dmo.yrqDemoOverlays2.
 
yrqDemoOverlays2(yrqEngine, long, long, long) - Constructor for class yaarq.dmo.yrqDemoOverlays2
 
yrqDemoShuttle - class yaarq.dmo.yrqDemoShuttle.
 
yrqDemoShuttle(yrqEngine, long, long) - Constructor for class yaarq.dmo.yrqDemoShuttle
 
yrqDemoSpaceship - class yaarq.dmo.yrqDemoSpaceship.
 
yrqDemoSpaceship(yrqEngine, long, long, long) - Constructor for class yaarq.dmo.yrqDemoSpaceship
 
yrqDemoSpaceView - class yaarq.dmo.yrqDemoSpaceView.
 
yrqDemoSpaceView(yrqEngine, long, long) - Constructor for class yaarq.dmo.yrqDemoSpaceView
 
yrqDemoStage - class yaarq.dmo.yrqDemoStage.
 
yrqDemoStage(yrqEngine, long, long) - Constructor for class yaarq.dmo.yrqDemoStage
 
yrqDemoSurfaceView - class yaarq.dmo.yrqDemoSurfaceView.
 
yrqDemoSurfaceView(yrqEngine, long, long) - Constructor for class yaarq.dmo.yrqDemoSurfaceView
 
yrqEffectVisual - class yaarq.sys.yrqEffectVisual.
This class extends the yrqVisual class providing support for viewport-oriented effects based on a texture being displayed on a quadrangle geometry which is created automatically.
yrqEffectVisual(float, Texture2D, Texture2D, int, float, float) - Constructor for class yaarq.sys.yrqEffectVisual
Constructs a effect basic visual using passed parameters.
yrqEngine - class yaarq.sys.yrqEngine.
This class is the main class of the Yaarq engine.
yrqEngine(yrqApplication) - Constructor for class yaarq.sys.yrqEngine
Creates an instance of the engine.
yrqEnviron - class yaarq.sys.yrqEnviron.
This class encapsules all environmental settings used in a 3D environment.
yrqEnviron(yrqEngine) - Constructor for class yaarq.sys.yrqEnviron
 
yrqFlareVisual - class yaarq.sys.yrqFlareVisual.
This class extends the yrqVisual class providing support for optical effects like lensflares, glares and receptor overloading.
yrqFlareVisual(Texture2D, yrqFrame, float, float, float) - Constructor for class yaarq.sys.yrqFlareVisual
Constructs a new flarevisual using the passed parameters.
yrqFrame - class yaarq.sys.yrqFrame.
This class serves as a transformable root to which other frames or visuals can be added.
yrqFrame() - Constructor for class yaarq.sys.yrqFrame
Constructs a new, empty instance
yrqInteraction - class yaarq.sys.yrqInteraction.
...
yrqInteraction(yrqEngine) - Constructor for class yaarq.sys.yrqInteraction
...
yrqOverlayVisual - class yaarq.sys.yrqOverlayVisual.
This class extends the yrqVisual class providing support for textured geometry.
yrqOverlayVisual(yrqEngine, Texture2D, Point2d, int, float) - Constructor for class yaarq.sys.yrqOverlayVisual
Constructs a new overlayvisual using the passed parameters.
yrqOverlayVisual(yrqEngine, Texture2D, Point2d, int, int, int, float) - Constructor for class yaarq.sys.yrqOverlayVisual
Constructs a new overlayvisual using the passed parameters.
yrqParticle - class yaarq.sys.yrqParticle.
This class encapsules particle data for the particle visual class.
yrqParticle() - Constructor for class yaarq.sys.yrqParticle
Constructs a new particle using default values
yrqParticleManager - class yaarq.sys.yrqParticleManager.
This class provides parameters for configuring a particle visual.
yrqParticleManager(yrqParticleVisual) - Constructor for class yaarq.sys.yrqParticleManager
Constructs a particlemanager for the given particle visual.
yrqParticleVisual - class yaarq.sys.yrqParticleVisual.
This class provides support for particle systems.
yrqParticleVisual(Texture2D, yrqFrame, int, int) - Constructor for class yaarq.sys.yrqParticleVisual
...
yrqRepository - class yaarq.sys.yrqRepository.
This class serves as a repository for all ressources used during an engine session.
yrqRepository(yrqEngine) - Constructor for class yaarq.sys.yrqRepository
Constructs a new repository instance.
yrqUpdater - class yaarq.sys.yrqUpdater.
This class implements a frame-based Java3D behavior to allow for the engine to do update operations which have to take place every frame.
yrqUpdater(yrqEngine) - Constructor for class yaarq.sys.yrqUpdater
Constructs an instance of this class.
yrqViewport - class yaarq.sys.yrqViewport.
This class is used tby the engine to encapsule all Java3D viewport related objects and properties and to provide camera control without the need for external handling of transforms etc.
yrqViewport(yrqEngine) - Constructor for class yaarq.sys.yrqViewport
This constructor initialises the viewport.
yrqVisual - class yaarq.sys.yrqVisual.
This class encapsules a Java3D shape3d and adds some further functionallity while easing the use of the related appearance object.
yrqVisual(Geometry, Texture2D, Texture2D, Texture2D, Texture2D, boolean, boolean, int, float, float, float) - Constructor for class yaarq.sys.yrqVisual
Constructs a new visual using passed parameters.

A C D E G I L M O P R S T U Y