Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

P

PACK_ALIGNMENT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
ParametricGeometry - Class in thothbot.parallax.core.shared.geometries
Parametric Surfaces Geometry.
ParametricGeometry(ParametricGeometry.ParametricFunction, int, int) - Constructor for class thothbot.parallax.core.shared.geometries.ParametricGeometry
 
ParametricGeometry.ParametricFunction - Interface in thothbot.parallax.core.shared.geometries
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeAsset
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeController
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeEffect
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeGeometry
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeImage
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeMaterial
 
parse(DaeDocument) - Static method in class thothbot.parallax.loader.shared.collada.DaeVisualScene
 
parseAnimations() - Method in class thothbot.parallax.core.shared.objects.MorphAnimMesh
 
parseErrorCode(int) - Static method in enum thothbot.parallax.core.client.gl2.enums.ErrorCode
Parses an integer error code to its corresponding ErrorCode enum.
parseErrorCode(int) - Static method in enum thothbot.parallax.core.client.gl2.enums.FramebufferErrorCode
Parses an integer framebuffer error code to its corresponding FramebufferErrorCode enum.
ParticleBasicShader - Class in thothbot.parallax.core.client.shaders
Simple Particle shader.
ParticleBasicShader() - Constructor for class thothbot.parallax.core.client.shaders.ParticleBasicShader
 
Pass - Class in thothbot.parallax.plugins.postprocessing
 
Pass() - Constructor for class thothbot.parallax.plugins.postprocessing.Pass
 
Path - Class in thothbot.parallax.core.shared.curves
 
Path() - Constructor for class thothbot.parallax.core.shared.curves.Path
 
Path(List<Vector2>) - Constructor for class thothbot.parallax.core.shared.curves.Path
 
Path.Action - Class in thothbot.parallax.core.shared.curves
 
Path.PATH_ACTIONS - Enum in thothbot.parallax.core.shared.curves
 
PerspectiveCamera - Class in thothbot.parallax.core.shared.cameras
Camera with perspective projection.
PerspectiveCamera() - Constructor for class thothbot.parallax.core.shared.cameras.PerspectiveCamera
Perspective Camera default constructor.
PerspectiveCamera(double, double, double, double) - Constructor for class thothbot.parallax.core.shared.cameras.PerspectiveCamera
Perspective Camera constructor
PhongShader - Class in thothbot.parallax.core.client.shaders
Phong shading - lighting model three-dimensional objects, including models and polygonal primitives.
PhongShader() - Constructor for class thothbot.parallax.core.client.shaders.PhongShader
 
PixelFormat - Enum in thothbot.parallax.core.client.gl2.enums
GL2 Pixel format flags.
pixelStorei(PixelStoreParameter, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Set pixel storage modes.
PixelStoreParameter - Enum in thothbot.parallax.core.client.gl2.enums
 
PixelType - Enum in thothbot.parallax.core.client.gl2.enums
 
Plane - Class in thothbot.parallax.core.shared.math
 
Plane() - Constructor for class thothbot.parallax.core.shared.math.Plane
 
Plane(Vector3, double) - Constructor for class thothbot.parallax.core.shared.math.Plane
 
plane() - Method in class thothbot.parallax.core.shared.math.Triangle
 
plane(Plane) - Method in class thothbot.parallax.core.shared.math.Triangle
 
PlaneBufferGeometry - Class in thothbot.parallax.core.shared.geometries
 
PlaneBufferGeometry(double, double) - Constructor for class thothbot.parallax.core.shared.geometries.PlaneBufferGeometry
 
PlaneBufferGeometry(double, double, int, int) - Constructor for class thothbot.parallax.core.shared.geometries.PlaneBufferGeometry
 
PlaneGeometry - Class in thothbot.parallax.core.shared.geometries
Plane geometry
PlaneGeometry(double, double) - Constructor for class thothbot.parallax.core.shared.geometries.PlaneGeometry
 
PlaneGeometry(double, double, int, int) - Constructor for class thothbot.parallax.core.shared.geometries.PlaneGeometry
 
PlaneParametricGeometry - Class in thothbot.parallax.core.shared.geometries.parametric
 
PlaneParametricGeometry(int, int, int, int) - Constructor for class thothbot.parallax.core.shared.geometries.parametric.PlaneParametricGeometry
 
playAnimation(String, int) - Method in class thothbot.parallax.core.shared.objects.MorphAnimMesh
 
Plugin - Class in thothbot.parallax.core.client.renderers
 
Plugin(WebGLRenderer, Scene) - Constructor for class thothbot.parallax.core.client.renderers.Plugin
 
Plugin.TYPE - Enum in thothbot.parallax.core.client.renderers
 
point - Variable in class thothbot.parallax.core.client.renderers.RendererLights
 
point - Variable in class thothbot.parallax.core.shared.core.Raycaster.Intersect
point of intersection, in world coordinates
PointCloud - Class in thothbot.parallax.core.shared.objects
 
PointCloud() - Constructor for class thothbot.parallax.core.shared.objects.PointCloud
 
PointCloud(AbstractGeometry) - Constructor for class thothbot.parallax.core.shared.objects.PointCloud
 
PointCloud(AbstractGeometry, Material) - Constructor for class thothbot.parallax.core.shared.objects.PointCloud
 
PointCloudMaterial - Class in thothbot.parallax.core.shared.materials
 
PointCloudMaterial() - Constructor for class thothbot.parallax.core.shared.materials.PointCloudMaterial
 
PointLight - Class in thothbot.parallax.core.shared.lights
Affects objects using MeshLambertMaterial or MeshPhongMaterial.
PointLight(int) - Constructor for class thothbot.parallax.core.shared.lights.PointLight
 
PointLight(int, double) - Constructor for class thothbot.parallax.core.shared.lights.PointLight
 
PointLight(int, double, double) - Constructor for class thothbot.parallax.core.shared.lights.PointLight
 
PointLight.UniformPoint - Class in thothbot.parallax.core.shared.lights
 
PointLightHelper - Class in thothbot.parallax.core.shared.helpers
 
PointLightHelper(PointLight, double) - Constructor for class thothbot.parallax.core.shared.helpers.PointLightHelper
 
POINTS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
points - Variable in class thothbot.parallax.core.client.renderers.WebGlRendererInfo.WebGLRenderInfoRender
How many points were rendered.
points - Variable in class thothbot.parallax.core.shared.curves.SplineCurve
 
points - Variable in class thothbot.parallax.core.shared.curves.SplineCurve3
 
points - Variable in class thothbot.parallax.core.shared.curves.SplineCurve3Closed
 
POLYGON_OFFSET_FACTOR - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
POLYGON_OFFSET_FILL - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
POLYGON_OFFSET_UNITS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
polygonOffset(double, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Set the scale and units used to calculate depth values.
PolyhedronGeometry - Class in thothbot.parallax.core.shared.geometries
 
PolyhedronGeometry() - Constructor for class thothbot.parallax.core.shared.geometries.PolyhedronGeometry
 
PolyhedronGeometry(double, int) - Constructor for class thothbot.parallax.core.shared.geometries.PolyhedronGeometry
 
PolyhedronGeometry.ContainerOfVector - Class in thothbot.parallax.core.shared.geometries
 
positions - Variable in class thothbot.parallax.core.shared.lights.DirectionalLight.UniformDirectional
 
positions - Variable in class thothbot.parallax.core.shared.lights.HemisphereLight.UniformHemisphere
 
positions - Variable in class thothbot.parallax.core.shared.lights.PointLight.UniformPoint
 
positions - Variable in class thothbot.parallax.core.shared.lights.SpotLight.UniformSport
 
Postprocessing - Class in thothbot.parallax.plugins.postprocessing
 
Postprocessing(WebGLRenderer, Scene) - Constructor for class thothbot.parallax.plugins.postprocessing.Postprocessing
 
Postprocessing(WebGLRenderer, Scene, RenderTargetTexture) - Constructor for class thothbot.parallax.plugins.postprocessing.Postprocessing
 
precision - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
PRECISION - Static variable in class thothbot.parallax.core.shared.core.Raycaster
The precision factor of the raycaster when intersecting Mesh objects.
ProgramParameter - Enum in thothbot.parallax.core.client.gl2.enums
 
ProgramParameters - Class in thothbot.parallax.core.client.shaders
 
ProgramParameters() - Constructor for class thothbot.parallax.core.client.shaders.ProgramParameters
 
programs - Variable in class thothbot.parallax.core.client.renderers.WebGlRendererInfo.WebGLRenderInfoMemory
How many programs were loaded to the graphic card.
project(Camera) - Method in class thothbot.parallax.core.shared.math.Vector3
 
projectOnPlane(Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
 
projectOnVector(Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
 
projectPoint(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Plane
 
put(String, V) - Method in class thothbot.parallax.core.shared.core.FastMap
 
putAll(Map<? extends String, ? extends V>) - Method in class thothbot.parallax.core.shared.core.FastMap
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links