Skip navigation links

Parallax 3D library API Reference

Packages 
Package Description
thothbot.parallax.core.client
Contains code which can be run on the client side only.
thothbot.parallax.core.client.context
Canvas in 3D context and all related code.
thothbot.parallax.core.client.controls
Different controls which can be used by user to manipulate Scene objects.
thothbot.parallax.core.client.debugger
Here is debugger used by RenderingPanel.
thothbot.parallax.core.client.events
Contains different events and handlers.
thothbot.parallax.core.client.gl2
Here are located all WebGL rendering context related code.
thothbot.parallax.core.client.gl2.arrays
Here are different typed arrays.
thothbot.parallax.core.client.gl2.enums
Contains wrappers WebGL enums.
thothbot.parallax.core.client.gl2.extension
WebGL extensions
thothbot.parallax.core.client.renderers
Here is located WebGL renderer.
thothbot.parallax.core.client.shaders
Here are all shaders and shader's related code.
thothbot.parallax.core.client.textures
Here are textures which can be used by Materials.
thothbot.parallax.core.resources
Some images, style which are used for client side.
thothbot.parallax.core.shared
Contains code which can be run on server and client side.
thothbot.parallax.core.shared.cameras
Different cameras which are used by renderer.
thothbot.parallax.core.shared.core
Contains all core Objects such as Vectors, Matrices and so on which are used overall on the project.
thothbot.parallax.core.shared.curves
Different Curves: 2D and 3D.
thothbot.parallax.core.shared.curves.parametric
Different curves library.
thothbot.parallax.core.shared.geometries
Different Geometries which can be applied for the Geometry objects.
thothbot.parallax.core.shared.geometries.parametric
ParametricGeometry Geometry which can be defined as a custom function.
thothbot.parallax.core.shared.helpers
Here are some Geometric Objects which can be used as a helper for the Scene.
thothbot.parallax.core.shared.lights
Here are all types of Light Objects used in the Scene.
thothbot.parallax.core.shared.materials
Here are all Materials used for the Geometric Objects.
thothbot.parallax.core.shared.math
Different mathematics
thothbot.parallax.core.shared.objects
Here are all Geometric Objects used in the Scene.
thothbot.parallax.core.shared.scenes
Here are Scene object - the main rendering object and all Scene additions such as fog.
thothbot.parallax.core.shared.utils
Contains helper methods which are used overall in the project.
thothbot.parallax.loader.shared
Different file loaders
thothbot.parallax.loader.shared.collada  
thothbot.parallax.loader.shared.json
GWT AutoBean JSON file format interfaces
thothbot.parallax.plugins.lensflare
Plugin used for rendering lens flares
thothbot.parallax.plugins.lensflare.shaders
Shaders used in Lens flare plugin
thothbot.parallax.plugins.postprocessing
Postprocessing plugin
thothbot.parallax.plugins.postprocessing.shaders
Shaders used in postrocessing plugin
thothbot.parallax.plugins.sprite
Plugin for rendering sprites
thothbot.parallax.plugins.sprite.shaders
Shaders used in Sprite plugin
Skip navigation links