- c - Variable in class thothbot.parallax.core.shared.core.Geometry.VertextNormal
-
- cacheArcLengths - Variable in class thothbot.parallax.core.shared.curves.Curve
-
- callback(Object3D) - Method in interface thothbot.parallax.core.shared.core.Object3D.Traverse
-
- calls - Variable in class thothbot.parallax.core.client.renderers.WebGlRendererInfo.WebGLRenderInfoRender
-
- Camera - Class in thothbot.parallax.core.shared.cameras
-
Abstract base class for cameras.
- Camera() - Constructor for class thothbot.parallax.core.shared.cameras.Camera
-
This constructor sets the following properties to the correct type: matrixWorldInverse and projectionMatrix.
- CameraHelper - Class in thothbot.parallax.core.shared.helpers
-
Shows frustum, line of sight and up of the camera.
- CameraHelper(Camera) - Constructor for class thothbot.parallax.core.shared.helpers.CameraHelper
-
- Canvas3d - Class in thothbot.parallax.core.client.context
-
A canvas with WebGL support.
- Canvas3d(Canvas3dAttributes) - Constructor for class thothbot.parallax.core.client.context.Canvas3d
-
Initialize a canvas3d of the given size.
- Canvas3dAttributes - Class in thothbot.parallax.core.client.context
-
Canvas3dAttributes interface contains drawing surface attributes and is
passed as the second parameter to getContext.
- Canvas3dAttributes() - Constructor for class thothbot.parallax.core.client.context.Canvas3dAttributes
-
- Canvas3dException - Exception in thothbot.parallax.core.client.context
-
Represents an exception from the Canvas3d.
- Canvas3dException(String) - Constructor for exception thothbot.parallax.core.client.context.Canvas3dException
-
- CCW - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- ceil() - Method in class thothbot.parallax.core.shared.math.Vector2
-
- ceil() - Method in class thothbot.parallax.core.shared.math.Vector3
-
- ceil() - Method in class thothbot.parallax.core.shared.math.Vector4
-
- center() - Method in class thothbot.parallax.core.shared.core.Geometry
-
- center() - Method in class thothbot.parallax.core.shared.math.Box2
-
- center(Vector2) - Method in class thothbot.parallax.core.shared.math.Box2
-
- center() - Method in class thothbot.parallax.core.shared.math.Box3
-
- center(Vector3) - Method in class thothbot.parallax.core.shared.math.Box3
-
- center() - Method in class thothbot.parallax.core.shared.math.Line3
-
- center(Vector3) - Method in class thothbot.parallax.core.shared.math.Line3
-
- checkConnection() - Method in class thothbot.parallax.core.shared.curves.CurvePath
-
- checkFramebufferStatus() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Return the framebuffer completeness status of a framebuffer object.
- Chunks - Interface in thothbot.parallax.core.client.shaders
-
Source for all chunks.
- ChunksFragmentShader - Class in thothbot.parallax.core.client.shaders
-
Chunks used in Fragment Shader
- ChunksFragmentShader() - Constructor for class thothbot.parallax.core.client.shaders.ChunksFragmentShader
-
- ChunksVertexShader - Class in thothbot.parallax.core.client.shaders
-
Chunks used in Vertex Shader
- ChunksVertexShader() - Constructor for class thothbot.parallax.core.client.shaders.ChunksVertexShader
-
- CircleGeometry - Class in thothbot.parallax.core.shared.geometries
-

Circle geometry
- CircleGeometry() - Constructor for class thothbot.parallax.core.shared.geometries.CircleGeometry
-
- CircleGeometry(double, int) - Constructor for class thothbot.parallax.core.shared.geometries.CircleGeometry
-
- CircleGeometry(double, int, double, double) - Constructor for class thothbot.parallax.core.shared.geometries.CircleGeometry
-
- clamp(double, double, double) - Static method in class thothbot.parallax.core.shared.math.Mathematics
-
The method clamps the scalar x to range <a, b>.
- clamp(Vector2, Vector2) - Method in class thothbot.parallax.core.shared.math.Vector2
-
This function assumes min < max, if this assumption isn't true it will not operate correctly
- clamp(double, double) - Method in class thothbot.parallax.core.shared.math.Vector2
-
- clamp(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
-
This function assumes min < max, if this assumption isn't true it will not operate correctly
- clamp(double, double) - Method in class thothbot.parallax.core.shared.math.Vector3
-
- clamp(Vector4, Vector4) - Method in class thothbot.parallax.core.shared.math.Vector4
-
This function assumes min < max, if this assumption isn't true it will not operate correctly
- clamp(double, double) - Method in class thothbot.parallax.core.shared.math.Vector4
-
- CLAMP_TO_EDGE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- clampBottom(double, double) - Static method in class thothbot.parallax.core.shared.math.Mathematics
-
The method clamps the scalar x to range <a, inf).
- clampPoint(Vector2) - Method in class thothbot.parallax.core.shared.math.Box2
-
- clampPoint(Vector2, Vector2) - Method in class thothbot.parallax.core.shared.math.Box2
-
- clampPoint(Vector3) - Method in class thothbot.parallax.core.shared.math.Box3
-
- clampPoint(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Box3
-
- clampPoint(Vector3) - Method in class thothbot.parallax.core.shared.math.Sphere
-
- clampPoint(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Sphere
-
- clear(int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Clear buffers to preset values.
- clear() - Method in class thothbot.parallax.core.client.renderers.AbstractRenderer
-
- clear() - Method in class thothbot.parallax.core.client.renderers.RaytracingRenderer
-
- clear() - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
- clear(boolean, boolean, boolean) - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
Tells the renderer to clear its color, depth or stencil drawing buffer(s).
- clear() - Method in class thothbot.parallax.core.shared.core.FastMap
-
- ClearBufferMask - Enum in thothbot.parallax.core.client.gl2.enums
-
- clearColor(double, double, double, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specify the red, green, blue, and alpha values used when the color buffers
are cleared.
- clearColor() - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
- clearCustomAttributes() - Method in class thothbot.parallax.core.client.shaders.Shader
-
- clearDepth(double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specifies the depth value used when the depth buffer is cleared.
- clearDepth() - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
- ClearMaskPass - Class in thothbot.parallax.plugins.postprocessing
-
- ClearMaskPass() - Constructor for class thothbot.parallax.plugins.postprocessing.ClearMaskPass
-
- clearStencil(int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specifies the index used when the stencil buffer is cleared.
- clearStencil() - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
- clearTarget(RenderTargetTexture, boolean, boolean, boolean) - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
-
- clone() - Method in class thothbot.parallax.core.client.shaders.Attribute
-
- clone() - Method in class thothbot.parallax.core.client.shaders.Uniform
-
- clone() - Method in class thothbot.parallax.core.client.textures.RenderTargetTexture
-
- clone(Texture) - Method in class thothbot.parallax.core.client.textures.Texture
-
- clone() - Method in class thothbot.parallax.core.client.textures.Texture
-
Clone the texture, where
{@code this.clone() !
- clone() - Method in class thothbot.parallax.core.shared.cameras.Camera
-
- clone(Camera) - Method in class thothbot.parallax.core.shared.cameras.Camera
-
- clone() - Method in class thothbot.parallax.core.shared.cameras.OrthographicCamera
-
- clone() - Method in class thothbot.parallax.core.shared.cameras.PerspectiveCamera
-
- clone() - Method in class thothbot.parallax.core.shared.core.BufferAttribute
-
- clone() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
- clone() - Method in class thothbot.parallax.core.shared.core.Face3
-
- clone() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Creates a new clone of the Geometry.
- clone() - Method in class thothbot.parallax.core.shared.core.Object3D
-
Creates a new clone of this object and all descendants.
- clone(Object3D) - Method in class thothbot.parallax.core.shared.core.Object3D
-
- clone(Object3D, boolean) - Method in class thothbot.parallax.core.shared.core.Object3D
-
- clone() - Method in class thothbot.parallax.core.shared.lights.AmbientLight
-
- clone() - Method in class thothbot.parallax.core.shared.lights.DirectionalLight
-
- clone() - Method in class thothbot.parallax.core.shared.lights.HemisphereLight
-
- clone(Light) - Method in class thothbot.parallax.core.shared.lights.Light
-
- clone() - Method in class thothbot.parallax.core.shared.lights.PointLight
-
- clone() - Method in class thothbot.parallax.core.shared.materials.LineBasicMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.LineDashedMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.Material
-
- clone(Material) - Method in class thothbot.parallax.core.shared.materials.Material
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshBasicMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshDepthMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshFaceMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshLambertMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshNormalMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.MeshPhongMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.PointCloudMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.materials.ShaderMaterial
-
- clone() - Method in class thothbot.parallax.core.shared.math.Box2
-
- clone() - Method in class thothbot.parallax.core.shared.math.Box3
-
- clone() - Method in class thothbot.parallax.core.shared.math.Color
-
Clone the current color class.
- clone() - Method in class thothbot.parallax.core.shared.math.Euler
-
- clone() - Method in class thothbot.parallax.core.shared.math.Frustum
-
- clone() - Method in class thothbot.parallax.core.shared.math.Line3
-
- clone() - Method in class thothbot.parallax.core.shared.math.Matrix3
-
- clone() - Method in class thothbot.parallax.core.shared.math.Matrix4
-
Clone the current matrix.
- clone() - Method in class thothbot.parallax.core.shared.math.Plane
-
- clone() - Method in class thothbot.parallax.core.shared.math.Quaternion
-
Clone the current Quaternion
quaternion.clone() !
- clone() - Method in class thothbot.parallax.core.shared.math.Ray
-
- clone() - Method in class thothbot.parallax.core.shared.math.Sphere
-
- clone() - Method in class thothbot.parallax.core.shared.math.Triangle
-
- clone() - Method in class thothbot.parallax.core.shared.math.Vector2
-
- clone() - Method in class thothbot.parallax.core.shared.math.Vector3
-
- clone() - Method in class thothbot.parallax.core.shared.math.Vector4
-
- clone() - Method in class thothbot.parallax.core.shared.objects.Line
-
- clone(Line) - Method in class thothbot.parallax.core.shared.objects.Line
-
- clone() - Method in class thothbot.parallax.core.shared.objects.Mesh
-
- clone(boolean) - Method in class thothbot.parallax.core.shared.objects.Mesh
-
- clone(Mesh, boolean) - Method in class thothbot.parallax.core.shared.objects.Mesh
-
- clone() - Method in class thothbot.parallax.core.shared.objects.MorphAnimMesh
-
- clone(MorphAnimMesh) - Method in class thothbot.parallax.core.shared.objects.MorphAnimMesh
-
- clone() - Method in class thothbot.parallax.core.shared.objects.PointCloud
-
- clone(PointCloud) - Method in class thothbot.parallax.core.shared.objects.PointCloud
-
- clone() - Method in class thothbot.parallax.core.shared.objects.SkinnedMesh
-
- clone(SkinnedMesh) - Method in class thothbot.parallax.core.shared.objects.SkinnedMesh
-
- clone() - Method in class thothbot.parallax.core.shared.scenes.AbstractFog
-
- clone(AbstractFog) - Method in class thothbot.parallax.core.shared.scenes.AbstractFog
-
- clone() - Method in class thothbot.parallax.core.shared.scenes.Fog
-
- clone() - Method in class thothbot.parallax.core.shared.scenes.FogExp2
-
- clone() - Method in class thothbot.parallax.core.shared.scenes.Scene
-
- clone(Scene) - Method in class thothbot.parallax.core.shared.scenes.Scene
-
- clone(Map<String, Uniform>) - Static method in class thothbot.parallax.core.shared.utils.UniformsUtils
-
Clone uniforms and create new instance of uniforms.
- clone() - Method in class thothbot.parallax.plugins.sprite.Sprite
-
- clone() - Method in class thothbot.parallax.plugins.sprite.SpriteMaterial
-
- closePath() - Method in class thothbot.parallax.core.shared.curves.CurvePath
-
- closestPointToPoint(Vector3, boolean) - Method in class thothbot.parallax.core.shared.math.Line3
-
- closestPointToPoint(Vector3, boolean, Vector3) - Method in class thothbot.parallax.core.shared.math.Line3
-
- closestPointToPoint(Vector3) - Method in class thothbot.parallax.core.shared.math.Ray
-
- closestPointToPoint(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Ray
-
- closestPointToPointParameter(Vector3) - Method in class thothbot.parallax.core.shared.math.Line3
-
- closestPointToPointParameter(Vector3, boolean) - Method in class thothbot.parallax.core.shared.math.Line3
-
- ColladaLoader - Class in thothbot.parallax.loader.shared
-
- ColladaLoader(String, XHRLoader.ModelLoadHandler) - Constructor for class thothbot.parallax.loader.shared.ColladaLoader
-
- COLOR - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
-
- COLOR - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
-
- Color - Class in thothbot.parallax.core.shared.math
-
The Color class is used encapsulate colors in the default RGB color space.
- Color() - Constructor for class thothbot.parallax.core.shared.math.Color
-
This default constructor will create color where R=1.0, G=1.0, B=1.0
ie (255, 255, 255) or 0xFFFFFF in HEX.
- Color(int) - Constructor for class thothbot.parallax.core.shared.math.Color
-
This constructor will create Color instance by defined HEX value.
- color - Variable in class thothbot.parallax.plugins.lensflare.LensFlare.LensSprite
-
- Color.HSL - Class in thothbot.parallax.core.shared.math
-
HSL presentation of color
- COLOR_ATTACHMENT0 - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- COLOR_BUFFER_BIT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- COLOR_CLEAR_VALUE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- COLOR_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
-
- COLOR_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
-
- COLOR_WRITEMASK - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- ColorCorrectionShader - Class in thothbot.parallax.plugins.postprocessing.shaders
-
Color correction
Based on three.js code.
- ColorCorrectionShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.ColorCorrectionShader
-
- ColorifyShader - Class in thothbot.parallax.plugins.postprocessing.shaders
-
Colorify shader
Based on three.js code
- ColorifyShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.ColorifyShader
-
- colorMask(boolean, boolean, boolean, boolean) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specify whether red, green, blue, and alpha can or cannot be written into
the frame buffer.
- colors - Variable in class thothbot.parallax.core.shared.core.Geometry.MorphColor
-
- colors - Variable in class thothbot.parallax.core.shared.lights.AmbientLight.UniformAmbient
-
- colors - Variable in class thothbot.parallax.core.shared.lights.DirectionalLight.UniformDirectional
-
- colors - Variable in class thothbot.parallax.core.shared.lights.PointLight.UniformPoint
-
- colors - Variable in class thothbot.parallax.core.shared.lights.SpotLight.UniformSport
-
- compareTo(WebGLObject) - Method in class thothbot.parallax.core.client.renderers.WebGLObject
-
- compareTo(Object) - Method in class thothbot.parallax.core.shared.core.Raycaster.Intersect
-
- compareTo(Sprite) - Method in class thothbot.parallax.plugins.sprite.Sprite
-
- COMPILE_STATUS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- compileShader(WebGLShader) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Compile a shader object.
- compose(Vector3, Quaternion, Vector3) - Method in class thothbot.parallax.core.shared.math.Matrix4
-
- COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in class thothbot.parallax.core.client.gl2.extension.WebGLCompressedTextureS3tc
-
- COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in class thothbot.parallax.core.client.gl2.extension.WebGLCompressedTextureS3tc
-
- COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in class thothbot.parallax.core.client.gl2.extension.WebGLCompressedTextureS3tc
-
- COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in class thothbot.parallax.core.client.gl2.extension.WebGLCompressedTextureS3tc
-
- COMPRESSED_TEXTURE_FORMATS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- CompressedCubeTexture - Class in thothbot.parallax.core.client.textures
-
- CompressedCubeTexture(String) - Constructor for class thothbot.parallax.core.client.textures.CompressedCubeTexture
-
- compressedTexImage2D(TextureTarget, int, int, int, int, int, ArrayBufferView) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specify a two-dimensional compressed texture.
- CompressedTexture - Class in thothbot.parallax.core.client.textures
-
- CompressedTexture(String) - Constructor for class thothbot.parallax.core.client.textures.CompressedTexture
-
- CompressedTexture(String, Texture.ImageLoadHandler) - Constructor for class thothbot.parallax.core.client.textures.CompressedTexture
-
- computeBoundingBox() - Method in class thothbot.parallax.core.shared.core.AbstractGeometry
-
- computeBoundingBox() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
Computes bounding box of the geometry, updating Geometry.boundingBox attribute.
- computeBoundingBox() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes bounding box of the geometry.
- computeBoundingSphere() - Method in class thothbot.parallax.core.shared.core.AbstractGeometry
-
- computeBoundingSphere() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
Computes bounding sphere of the geometry, updating Geometry.boundingSphere attribute.
- computeBoundingSphere() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes bounding sphere of the geometry.
- computeFaceNormals() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes face normals.
- computeLineDistances() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Compute distances between vertices for Line geometries.
- computeMorphNormals() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes morph normals.
- computeOffsets() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
- computeOffsets(int) - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
Compute the draw offset for large models by chunking the index buffer into chunks of 65k addressable vertices.
- computeTangents() - Method in class thothbot.parallax.core.shared.core.AbstractGeometry
-
- computeTangents() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
Computes vertex tangents.
- computeTangents() - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes vertex tangents.
- computeVertexNormals() - Method in class thothbot.parallax.core.shared.core.AbstractGeometry
-
- computeVertexNormals() - Method in class thothbot.parallax.core.shared.core.BufferGeometry
-
Computes vertex normals by averaging face normals.
- computeVertexNormals() - Method in class thothbot.parallax.core.shared.core.Geometry
-
- computeVertexNormals(boolean) - Method in class thothbot.parallax.core.shared.core.Geometry
-
Computes vertex normals by averaging face normals.
- conjugate() - Method in class thothbot.parallax.core.shared.math.Quaternion
-
- CONSTANT_ALPHA - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- CONSTANT_COLOR - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- constantAttenuation - Variable in class thothbot.parallax.core.shared.lights.AreaLight
-
- ContainerOfVector(double, double, double) - Constructor for class thothbot.parallax.core.shared.geometries.PolyhedronGeometry.ContainerOfVector
-
- containsKey(Object) - Method in class thothbot.parallax.core.shared.core.FastMap
-
- containsPoint(Vector3, Vector3, Vector3, Vector3) - Static method in class thothbot.parallax.core.shared.math.Triangle
-
- containsPoint(Vector3) - Method in class thothbot.parallax.core.shared.math.Triangle
-
- containsValue(Object) - Method in class thothbot.parallax.core.shared.core.FastMap
-
- Context3dErrorEvent - Class in thothbot.parallax.core.client.events
-
- Context3dErrorEvent(String) - Constructor for class thothbot.parallax.core.client.events.Context3dErrorEvent
-
- Context3dErrorHandler - Interface in thothbot.parallax.core.client.events
-
- Context3dLostEvent - Class in thothbot.parallax.core.client.context
-
Represents a native webgl context lost event.
- Context3dLostHandler - Interface in thothbot.parallax.core.client.context
-
- CONTEXT_LOST_WEBGL - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- Controls - Class in thothbot.parallax.core.client.controls
-
The abstract control implementation.
- Controls(Object3D, Widget) - Constructor for class thothbot.parallax.core.client.controls.Controls
-
The constructor will create a
Controls
instance.
- convertGammaToLinear() - Method in class thothbot.parallax.core.shared.math.Color
-
This method will convert gamma to color
- convertLinearToGamma() - Method in class thothbot.parallax.core.shared.math.Color
-
This method will convert color to gamma
- ConvolutionShader - Class in thothbot.parallax.plugins.postprocessing.shaders
-
Convolution shader
Based on three.js code
Ported from o3d sample to WebGL / GLSL o3d.googlecode.com
- ConvolutionShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.ConvolutionShader
-
- coplanarPoint() - Method in class thothbot.parallax.core.shared.math.Plane
-
- coplanarPoint(Vector3) - Method in class thothbot.parallax.core.shared.math.Plane
-
- copy(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.ArrayBuffer
-
- copy(Box2) - Method in class thothbot.parallax.core.shared.math.Box2
-
- copy(Box3) - Method in class thothbot.parallax.core.shared.math.Box3
-
- copy(Color) - Method in class thothbot.parallax.core.shared.math.Color
-
Set value of the color from another color.
- copy(Euler) - Method in class thothbot.parallax.core.shared.math.Euler
-
- copy(Frustum) - Method in class thothbot.parallax.core.shared.math.Frustum
-
- copy(Line3) - Method in class thothbot.parallax.core.shared.math.Line3
-
- copy(Matrix3) - Method in class thothbot.parallax.core.shared.math.Matrix3
-
- copy(Matrix4) - Method in class thothbot.parallax.core.shared.math.Matrix4
-
Sets the value of this matrix to the values of input matrix.
- copy(Plane) - Method in class thothbot.parallax.core.shared.math.Plane
-
- copy(Quaternion) - Method in class thothbot.parallax.core.shared.math.Quaternion
-
Copy values from input Quaternion to the values of current Quaternion.
- copy(Ray) - Method in class thothbot.parallax.core.shared.math.Ray
-
- copy(Sphere) - Method in class thothbot.parallax.core.shared.math.Sphere
-
- copy(Triangle) - Method in class thothbot.parallax.core.shared.math.Triangle
-
- copy(Vector2) - Method in class thothbot.parallax.core.shared.math.Vector2
-
Set value of the vector from another vector.
- copy(Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
-
Set value of the vector from another vector.
- copy(Vector4) - Method in class thothbot.parallax.core.shared.math.Vector4
-
Set value of the vector from another vector.
- copy(Vector3) - Method in class thothbot.parallax.core.shared.math.Vector4
-
Set value of the vector from another vector.
- copyAt(int, BufferAttribute, int) - Method in class thothbot.parallax.core.shared.core.BufferAttribute
-
- copyGammaToLinear(Color) - Method in class thothbot.parallax.core.shared.math.Color
-
Set value of color from gamma.
- copyLinearToGamma(Color) - Method in class thothbot.parallax.core.shared.math.Color
-
Set value of the gamma from color.
- copyPosition(Matrix4) - Method in class thothbot.parallax.core.shared.math.Matrix4
-
- CopyShader - Class in thothbot.parallax.plugins.postprocessing.shaders
-
Full-screen textured quad shader
Based on three.js code
- CopyShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.CopyShader
-
- copyTexImage2D(TextureTarget, int, PixelFormat, int, int, int, int, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
If an attempt is made to call this function with no WebGLTexture bound,
an INVALID_OPERATION error is raised.
- copyTexSubImage2D(TextureTarget, int, int, int, int, int, int, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
If an attempt is made to call this function with no WebGLTexture bound,
an INVALID_OPERATION error is raised.
- CoreResources - Interface in thothbot.parallax.core.resources
-
Some static resources which used on the client side.
- count - Variable in class thothbot.parallax.core.shared.core.BufferGeometry.DrawCall
-
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.ArrayBuffer
-
Creates a new ArrayBuffer of the given length in bytes.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.DataView
-
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.DataView
-
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.DataView
-
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(double...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayNumber) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new Float32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new Float32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float32Array
-
Create a new Float32Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(double...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayNumber) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new Float64Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new Float64Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Float64Array
-
Create a new Float64Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new Int16Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new Int16Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int16Array
-
Create a new Int16Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new Int32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new Int32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int32Array
-
Create a new Int32Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new Int8Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new Int8Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Int8Array
-
Create a new Int8Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new Uint16Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new Uint16Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint16Array
-
Create a new Uint16Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new Uint32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new Uint32Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint32Array
-
Create a new Uint32Array object using the passed
ArrayBuffer
for
its storage.
- create(int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new
ArrayBuffer
with enough bytes to hold length elements
of this typed array, then creates a typed array view referring to the full
buffer.
- create(TypeArray) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(int...) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(JsArrayInteger) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new
ArrayBuffer
with enough bytes to hold array.length
elements of this typed array, then creates a typed array view referring
to the full buffer.
- create(ArrayBuffer) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new Uint8Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new Uint8Array object using the passed
ArrayBuffer
for
its storage.
- create(ArrayBuffer, int, int) - Static method in class thothbot.parallax.core.client.gl2.arrays.Uint8Array
-
Create a new Uint8Array object using the passed
ArrayBuffer
for
its storage.
- createBuffer() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLBuffer object and initialize it with a buffer object name as
if by calling glGenBuffers.
- createBuffers(WebGLRenderer) - Method in class thothbot.parallax.core.shared.objects.Line
-
- createBuffers(WebGLRenderer, GeometryGroup) - Method in class thothbot.parallax.core.shared.objects.Mesh
-
- createBuffers(WebGLRenderer) - Method in class thothbot.parallax.core.shared.objects.PointCloud
-
- createFramebuffer() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLFramebuffer object and initialize it with a framebuffer
object name as if by calling glGenFramebuffers.
- createMultiMaterialObject(Geometry, List<? extends Material>) - Static method in class thothbot.parallax.core.shared.utils.SceneUtils
-
This method creates multi-material 3D object which contains Mesh objects
in amount of the materials list size.
- createPointsGeometry() - Method in class thothbot.parallax.core.shared.curves.Path
-
- createPointsGeometry(int) - Method in class thothbot.parallax.core.shared.curves.Path
-
- createProgram() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLProgram object and initialize it with a program object name
as if by calling glCreateProgram.
- createRenderbuffer() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLRenderbuffer object and initialize it with a renderbuffer
object name as if by calling glGenRenderbuffers.
- createShader(int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLShader object and initialize it with a shader object name
as if by calling glCreateShader.
- createSpacedPointsGeometry() - Method in class thothbot.parallax.core.shared.curves.Path
-
- createSpacedPointsGeometry(int) - Method in class thothbot.parallax.core.shared.curves.Path
-
- createTexture() - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Create a WebGLTexture object and initialize it with a texture object name
as if by calling glGenTextures.
- createUniqueBuffers - Variable in class thothbot.parallax.core.client.shaders.Attribute
-
- cross(Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
-
Sets this vector to be the vector cross product of vectors v1 and v2.
- cross(Vector3) - Method in class thothbot.parallax.core.shared.math.Vector3
-
- CubeCamera - Class in thothbot.parallax.core.shared.cameras
-
Camera for rendering cube maps
- renders scene into axis-aligned cube
Based on three.js code.
- CubeCamera(double, double, int) - Constructor for class thothbot.parallax.core.shared.cameras.CubeCamera
-
- CubeShader - Class in thothbot.parallax.core.client.shaders
-
CubeGeometry map shader.
- CubeShader() - Constructor for class thothbot.parallax.core.client.shaders.CubeShader
-
- CubeTexture - Class in thothbot.parallax.core.client.textures
-
Implementation of cubic texture.
- CubeTexture(String) - Constructor for class thothbot.parallax.core.client.textures.CubeTexture
-
- CubeTexture(String, Texture.ImageLoadHandler) - Constructor for class thothbot.parallax.core.client.textures.CubeTexture
-
- CubeTexture(List<Image>, Texture.ImageLoadHandler) - Constructor for class thothbot.parallax.core.client.textures.CubeTexture
-
- CubeTexture(List<Element>) - Constructor for class thothbot.parallax.core.client.textures.CubeTexture
-
- CubicBezierCurve - Class in thothbot.parallax.core.shared.curves
-
- CubicBezierCurve(Vector2, Vector2, Vector2, Vector2) - Constructor for class thothbot.parallax.core.shared.curves.CubicBezierCurve
-
- CubicBezierCurve3 - Class in thothbot.parallax.core.shared.curves
-
- CubicBezierCurve3(Vector3, Vector3, Vector3, Vector3) - Constructor for class thothbot.parallax.core.shared.curves.CubicBezierCurve3
-
- CULL_FACE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- CULL_FACE_MODE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- cullFace(CullFaceMode) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
-
Specify whether front- or back-facing facets can be culled.
- CullFaceMode - Enum in thothbot.parallax.core.client.gl2.enums
-
- CURRENT_PROGRAM - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- CURRENT_VERTEX_ATTRIB - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- Curve - Class in thothbot.parallax.core.shared.curves
-
- Curve() - Constructor for class thothbot.parallax.core.shared.curves.Curve
-
- CurveCinquefoilKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveCinquefoilKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveCinquefoilKnot
-
- CurveCinquefoilKnot(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveCinquefoilKnot
-
- CurveDecoratedTorusKnot4a - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveDecoratedTorusKnot4a() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveDecoratedTorusKnot4a
-
- CurveDecoratedTorusKnot4a(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveDecoratedTorusKnot4a
-
- CurveDecoratedTorusKnot4b - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveDecoratedTorusKnot4b() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveDecoratedTorusKnot4b
-
- CurveDecoratedTorusKnot5a - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveDecoratedTorusKnot5a() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveDecoratedTorusKnot5a
-
- CurveDecoratedTorusKnot5c - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveDecoratedTorusKnot5c() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveDecoratedTorusKnot5c
-
- CurveFigureEightPolynomialKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveFigureEightPolynomialKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveFigureEightPolynomialKnot
-
- CurveFigureEightPolynomialKnot(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveFigureEightPolynomialKnot
-
- CurveGrannyKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveGrannyKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveGrannyKnot
-
- CurveHeart - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveHeart() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveHeart
-
- CurveHeart(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveHeart
-
- CurveHelix - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveHelix() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveHelix
-
- CurveKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveKnot
-
- CurvePath - Class in thothbot.parallax.core.shared.curves
-
- CurvePath() - Constructor for class thothbot.parallax.core.shared.curves.CurvePath
-
- curveSegments - Variable in class thothbot.parallax.core.shared.core.ExtrudeGeometry.ExtrudeGeometryParameters
-
- CurveTorusKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveTorusKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTorusKnot
-
- CurveTorusKnot(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTorusKnot
-
- CurveTrefoilKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveTrefoilKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTrefoilKnot
-
- CurveTrefoilKnot(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTrefoilKnot
-
- CurveTrefoilPolynomialKnot - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveTrefoilPolynomialKnot() - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTrefoilPolynomialKnot
-
- CurveTrefoilPolynomialKnot(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveTrefoilPolynomialKnot
-
- CurveUtils - Class in thothbot.parallax.core.shared.utils
-
This class implements some helpers methods for Curve instances
This code is based on js-code written by zz85
http://www.lab4games.net/zz85/blog
- CurveUtils() - Constructor for class thothbot.parallax.core.shared.utils.CurveUtils
-
- CurveViviani - Class in thothbot.parallax.core.shared.curves.parametric
-
- CurveViviani(double) - Constructor for class thothbot.parallax.core.shared.curves.parametric.CurveViviani
-
- CW - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
-
- CylinderGeometry - Class in thothbot.parallax.core.shared.geometries
-

Cylinder geometry
- CylinderGeometry() - Constructor for class thothbot.parallax.core.shared.geometries.CylinderGeometry
-
- CylinderGeometry(double, double, double, int, int) - Constructor for class thothbot.parallax.core.shared.geometries.CylinderGeometry
-
- CylinderGeometry(double, double, double, int, int, boolean, double, double) - Constructor for class thothbot.parallax.core.shared.geometries.CylinderGeometry
-