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 _ 

U

Uint16Array - Class in thothbot.parallax.core.client.gl2.arrays
The typed array that holds unsigned short (16-bit unsigned integer) as its element.
Uint32Array - Class in thothbot.parallax.core.client.gl2.arrays
The typed array that holds unsigned int (32-bit unsigned integer) as its element.
Uint8Array - Class in thothbot.parallax.core.client.gl2.arrays
The typed array that holds unsigned char (8-bit unsigned integer) as its element.
Uniform - Class in thothbot.parallax.core.client.shaders
Shader's uniforms.
Uniform(Uniform.TYPE) - Constructor for class thothbot.parallax.core.client.shaders.Uniform
 
Uniform(Uniform.TYPE, Object) - Constructor for class thothbot.parallax.core.client.shaders.Uniform
 
Uniform.TYPE - Enum in thothbot.parallax.core.client.shaders
 
uniform1f(WebGLUniformLocation, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1fv(WebGLUniformLocation, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1fv(WebGLUniformLocation, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1fv(WebGLUniformLocation, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1i(WebGLUniformLocation, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1iv(WebGLUniformLocation, int[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1iv(WebGLUniformLocation, Int32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform1iv(WebGLUniformLocation, JsArrayInteger) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2f(WebGLUniformLocation, double, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2fv(WebGLUniformLocation, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2fv(WebGLUniformLocation, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2fv(WebGLUniformLocation, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2i(WebGLUniformLocation, int, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2iv(WebGLUniformLocation, int[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2iv(WebGLUniformLocation, Int32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform2iv(WebGLUniformLocation, JsArrayInteger) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3f(WebGLUniformLocation, double, double, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3fv(WebGLUniformLocation, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3fv(WebGLUniformLocation, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3fv(WebGLUniformLocation, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3i(WebGLUniformLocation, int, int, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3iv(WebGLUniformLocation, int[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3iv(WebGLUniformLocation, JsArrayInteger) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform3iv(WebGLUniformLocation, Int32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4f(WebGLUniformLocation, double, double, double, double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4fv(WebGLUniformLocation, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4fv(WebGLUniformLocation, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4fv(WebGLUniformLocation, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4i(WebGLUniformLocation, int, int, int, int) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4iv(WebGLUniformLocation, int[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4iv(WebGLUniformLocation, Int32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniform4iv(WebGLUniformLocation, JsArrayInteger) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
UniformAmbient() - Constructor for class thothbot.parallax.core.shared.lights.AmbientLight.UniformAmbient
 
UniformDirectional() - Constructor for class thothbot.parallax.core.shared.lights.DirectionalLight.UniformDirectional
 
UniformHemisphere() - Constructor for class thothbot.parallax.core.shared.lights.HemisphereLight.UniformHemisphere
 
uniformMatrix2fv(WebGLUniformLocation, boolean, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix2fv(WebGLUniformLocation, boolean, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix2fv(WebGLUniformLocation, boolean, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix3fv(WebGLUniformLocation, boolean, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix3fv(WebGLUniformLocation, boolean, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix3fv(WebGLUniformLocation, boolean, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix4fv(WebGLUniformLocation, boolean, double[]) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix4fv(WebGLUniformLocation, boolean, Float32Array) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
uniformMatrix4fv(WebGLUniformLocation, boolean, JsArrayNumber) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Sets the specified uniform to the values provided.
UniformPoint() - Constructor for class thothbot.parallax.core.shared.lights.PointLight.UniformPoint
 
UniformsLib - Class in thothbot.parallax.core.client.shaders
Some common uniforms used by shaders.
UniformsLib() - Constructor for class thothbot.parallax.core.client.shaders.UniformsLib
 
UniformSport() - Constructor for class thothbot.parallax.core.shared.lights.SpotLight.UniformSport
 
UniformsUtils - Class in thothbot.parallax.core.shared.utils
The class implements some Uniform related helper methods
UniformsUtils() - Constructor for class thothbot.parallax.core.shared.utils.UniformsUtils
 
UniformTypes - Enum in thothbot.parallax.core.client.gl2.enums
 
union(Box2) - Method in class thothbot.parallax.core.shared.math.Box2
 
union(Box3) - Method in class thothbot.parallax.core.shared.math.Box3
 
UNPACK_ALIGNMENT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNPACK_FLIP_Y_WEBGL - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNPACK_PREMULTIPLY_ALPHA_WEBGL - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UnpackDepthRGBAShader - Class in thothbot.parallax.plugins.postprocessing.shaders
Unpack RGBA depth shader Show RGBA encoded depth as monochrome color.
UnpackDepthRGBAShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.UnpackDepthRGBAShader
 
unproject(Camera) - Method in class thothbot.parallax.core.shared.math.Vector3
 
unrollBufferMaterial(WebGLRenderer) - Method in class thothbot.parallax.core.client.renderers.WebGLObject
 
unrollImmediateBufferMaterial() - Method in class thothbot.parallax.core.client.renderers.WebGLObject
 
UNSIGNED_BYTE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNSIGNED_INT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNSIGNED_SHORT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNSIGNED_SHORT_4_4_4_4 - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNSIGNED_SHORT_5_5_5_1 - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
UNSIGNED_SHORT_5_6_5 - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
unwrapArray(JsArrayString) - Static method in class thothbot.parallax.core.client.gl2.arrays.JsArrayUtil
Converts a JsArrayString to a String[].
update(double) - Method in class thothbot.parallax.core.client.controls.FirstPersonControls
The method must be called in the AnimatedScene} onUpdate method.
update(double) - Method in class thothbot.parallax.core.client.controls.FlyControls
 
update() - Method in class thothbot.parallax.core.client.controls.TrackballControls
The method must be called in the AnimatedScene} onUpdate method.
update() - Method in class thothbot.parallax.core.client.debugger.Debugger
This method will refresh debugger information.
update() - Method in class thothbot.parallax.core.client.debugger.VisualGraph
 
update(Mesh) - Method in class thothbot.parallax.core.shared.helpers.BoxHelper
 
update() - Method in class thothbot.parallax.core.shared.helpers.CameraHelper
 
update() - Method in class thothbot.parallax.core.shared.helpers.FaceNormalsHelper
 
update() - Method in class thothbot.parallax.core.shared.helpers.PointLightHelper
 
update() - Method in class thothbot.parallax.core.shared.helpers.VertexNormalsHelper
 
update(Camera) - Method in class thothbot.parallax.core.shared.objects.LOD
 
update() - Method in interface thothbot.parallax.plugins.lensflare.LensFlare.Callback
 
updateAnimation(double) - Method in class thothbot.parallax.core.shared.objects.MorphAnimMesh
 
updateArcLengths() - Method in class thothbot.parallax.core.shared.curves.Curve
 
updateCubeMap(WebGLRenderer, Scene) - Method in class thothbot.parallax.core.shared.cameras.CubeCamera
Call this to update the renderTarget.
updateMatrix() - Method in class thothbot.parallax.core.shared.core.Object3D
Updates local transform.
updateMatrixWorld(boolean) - Method in class thothbot.parallax.core.shared.core.Gyroscope
 
updateMatrixWorld(boolean) - Method in class thothbot.parallax.core.shared.core.Object3D
Updates global transform of the object and its children.
updateMatrixWorld(boolean) - Method in class thothbot.parallax.core.shared.objects.SkinnedMesh
 
updateMorphTargets() - Method in class thothbot.parallax.core.shared.objects.Mesh
 
updateObject(GeometryObject, Object3D) - Method in class thothbot.parallax.core.client.renderers.WebGLRenderer
 
updateProgramParameters(ProgramParameters) - Method in class thothbot.parallax.core.shared.materials.Material
 
updateProjectionMatrix() - Method in class thothbot.parallax.core.shared.cameras.OrthographicCamera
Updates the camera projection matrix.
updateProjectionMatrix() - Method in class thothbot.parallax.core.shared.cameras.PerspectiveCamera
Updates the camera projection matrix.
updateRenderTargetMipmap(WebGLRenderingContext) - Method in class thothbot.parallax.core.client.textures.RenderTargetCubeTexture
 
updateRenderTargetMipmap(WebGLRenderingContext) - Method in class thothbot.parallax.core.client.textures.RenderTargetTexture
 
updateShaderSource(String, List<String>...) - Static method in class thothbot.parallax.core.client.shaders.Shader
 
updateShaderSource(String, String...) - Static method in class thothbot.parallax.core.client.shaders.Shader
 
useFog - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
useFog2 - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
useProgram(WebGLProgram) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Install a program object as part of current rendering state.
useVertexTexture - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
uv - Variable in class thothbot.parallax.core.shared.geometries.PolyhedronGeometry.ContainerOfVector
 
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