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 _ 

L

LambertShader - Class in thothbot.parallax.core.client.shaders
Lambert shader.
LambertShader() - Constructor for class thothbot.parallax.core.client.shaders.LambertShader
 
LatheGeometry - Class in thothbot.parallax.core.shared.geometries
 
LatheGeometry(List<Vector3>) - Constructor for class thothbot.parallax.core.shared.geometries.LatheGeometry
 
LatheGeometry(List<Vector3>, int) - Constructor for class thothbot.parallax.core.shared.geometries.LatheGeometry
 
LatheGeometry(List<Vector3>, int, double, double) - Constructor for class thothbot.parallax.core.shared.geometries.LatheGeometry
 
length() - Method in class thothbot.parallax.core.shared.math.Quaternion
 
length() - Method in class thothbot.parallax.core.shared.math.Vector2
Returns the length of this vector.
length() - Method in class thothbot.parallax.core.shared.math.Vector3
Returns the length of this vector.
length() - Method in class thothbot.parallax.core.shared.math.Vector4
Returns the length of this vector.
lengthManhattan() - Method in class thothbot.parallax.core.shared.math.Vector3
 
lengthManhattan() - Method in class thothbot.parallax.core.shared.math.Vector4
 
lengthSq() - Method in class thothbot.parallax.core.shared.math.Quaternion
 
lengthSq() - Method in class thothbot.parallax.core.shared.math.Vector2
Returns the squared length of this vector.
lengthSq() - Method in class thothbot.parallax.core.shared.math.Vector3
Returns the squared length of this vector.
lengthSq() - Method in class thothbot.parallax.core.shared.math.Vector4
Returns the squared length of this vector
LensFlare - Class in thothbot.parallax.plugins.lensflare
 
LensFlare(Texture, Integer, double, Material.BLENDING, Color) - Constructor for class thothbot.parallax.plugins.lensflare.LensFlare
 
LensFlare.Callback - Interface in thothbot.parallax.plugins.lensflare
 
LensFlare.LensSprite - Class in thothbot.parallax.plugins.lensflare
 
LensFlareGeometry() - Constructor for class thothbot.parallax.plugins.lensflare.LensFlarePlugin.LensFlareGeometry
 
LensFlarePlugin - Class in thothbot.parallax.plugins.lensflare
 
LensFlarePlugin(WebGLRenderer, Scene) - Constructor for class thothbot.parallax.plugins.lensflare.LensFlarePlugin
 
LensFlarePlugin.LensFlareGeometry - Class in thothbot.parallax.plugins.lensflare
 
LensFlareShader - Class in thothbot.parallax.plugins.lensflare.shaders
 
LensFlareShader() - Constructor for class thothbot.parallax.plugins.lensflare.shaders.LensFlareShader
 
LensFlareShader(Shader.DefaultResources) - Constructor for class thothbot.parallax.plugins.lensflare.shaders.LensFlareShader
 
LensFlareVertexTextureShader - Class in thothbot.parallax.plugins.lensflare.shaders
 
LensFlareVertexTextureShader() - Constructor for class thothbot.parallax.plugins.lensflare.shaders.LensFlareVertexTextureShader
 
LensSprite(Texture, Integer, double, double, double, double, double, double, double, Color, Material.BLENDING) - Constructor for class thothbot.parallax.plugins.lensflare.LensFlare.LensSprite
 
LEQUAL - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
lerp(Color, double) - Method in class thothbot.parallax.core.shared.math.Color
Linearly interpolates between the current color and input color.
lerp(Vector2, double) - Method in class thothbot.parallax.core.shared.math.Vector2
 
lerp(Vector3, double) - Method in class thothbot.parallax.core.shared.math.Vector3
 
lerp(Vector4, double) - Method in class thothbot.parallax.core.shared.math.Vector4
 
LESS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
Light - Class in thothbot.parallax.core.shared.lights
Abstract base class for lights.
Light(int) - Constructor for class thothbot.parallax.core.shared.lights.Light
 
Light.UniformLight - Interface in thothbot.parallax.core.shared.lights
 
LIGHTMAP - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
LIGHTMAP - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
lightMap - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
LIGHTMAP_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
LIGHTMAP_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
lightness - Variable in class thothbot.parallax.core.shared.math.Color.HSL
 
LIGHTS_LAMBERT - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
LIGHTS_LAMBERT_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
LIGHTS_PHONG - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
LIGHTS_PHONG_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
LIGHTS_PONG - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
LIGHTS_PONG_PARS - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
Line - Class in thothbot.parallax.core.shared.objects
A line or a series of lines.
Line() - Constructor for class thothbot.parallax.core.shared.objects.Line
 
Line(AbstractGeometry) - Constructor for class thothbot.parallax.core.shared.objects.Line
 
Line(AbstractGeometry, LineBasicMaterial) - Constructor for class thothbot.parallax.core.shared.objects.Line
 
Line(AbstractGeometry, LineBasicMaterial, Line.MODE) - Constructor for class thothbot.parallax.core.shared.objects.Line
If no material is supplied, a randomized line material will be created and assigned to the object.
Line.MODE - Enum in thothbot.parallax.core.shared.objects
In OpenGL terms, LineStrip is the classic GL_LINE_STRIP and LinePieces is the equivalent to GL_LINES.
Line3 - Class in thothbot.parallax.core.shared.math
 
Line3() - Constructor for class thothbot.parallax.core.shared.math.Line3
 
Line3(Vector3, Vector3) - Constructor for class thothbot.parallax.core.shared.math.Line3
 
LINE_LOOP - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINE_PRECISION - Static variable in class thothbot.parallax.core.shared.core.Raycaster
The precision factor of the raycaster when intersecting Line objects.
LINE_STRIP - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINE_WIDTH - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINEAR - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINEAR_MIPMAP_LINEAR - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINEAR_MIPMAP_NEAREST - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LINEAR_TO_GAMMA - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
linearAttenuation - Variable in class thothbot.parallax.core.shared.lights.AreaLight
 
LineBasicMaterial - Class in thothbot.parallax.core.shared.materials
A material for drawing wireframe-style geometries.
LineBasicMaterial() - Constructor for class thothbot.parallax.core.shared.materials.LineBasicMaterial
 
LineCurve - Class in thothbot.parallax.core.shared.curves
 
LineCurve(Vector2, Vector2) - Constructor for class thothbot.parallax.core.shared.curves.LineCurve
 
LineCurve3 - Class in thothbot.parallax.core.shared.curves
 
LineCurve3(Vector3, Vector3) - Constructor for class thothbot.parallax.core.shared.curves.LineCurve3
 
LineDashedMaterial - Class in thothbot.parallax.core.shared.materials
A material for drawing wireframe-style geometries with dashed lines.
LineDashedMaterial() - Constructor for class thothbot.parallax.core.shared.materials.LineDashedMaterial
 
LINES - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
lineTo(double, double) - Method in class thothbot.parallax.core.shared.curves.Path
 
lineWidth(double) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Specifies the width of rasterized lines.
LINK_STATUS - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
linkProgram(WebGLProgram) - Method in class thothbot.parallax.core.client.gl2.WebGLRenderingContext
Link a program object.
localToWorld(Vector3) - Method in class thothbot.parallax.core.shared.core.Object3D
 
LOD - Class in thothbot.parallax.core.shared.objects
 
LOD() - Constructor for class thothbot.parallax.core.shared.objects.LOD
 
Log - Class in thothbot.parallax.core.shared
A Logger object is used to log messages for a specific system or application component.
Log() - Constructor for class thothbot.parallax.core.shared.Log
 
logarithmicDepthBuffer - Variable in class thothbot.parallax.core.client.shaders.ProgramParameters
 
LOGDEPTHBUF - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
LOGDEPTHBUF - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
LOGDEPTHBUF_PAR - Static variable in class thothbot.parallax.core.client.shaders.ChunksFragmentShader
 
LOGDEPTHBUF_PAR - Static variable in class thothbot.parallax.core.client.shaders.ChunksVertexShader
 
logger - Static variable in class thothbot.parallax.core.shared.Log
 
lookAt(Vector3) - Method in class thothbot.parallax.core.shared.cameras.Camera
This makes the camera look at the vector position in the global space as long as the parent of this camera is the scene or at position (0,0,0).
lookAt(Vector3) - Method in class thothbot.parallax.core.shared.core.Object3D
Rotates object to face point in space.
lookAt(Vector3, Vector3, Vector3) - Method in class thothbot.parallax.core.shared.math.Matrix4
Modifies the current matrix by looking at target on defined eye.
LOW_FLOAT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LOW_INT - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LUMINANCE - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LUMINANCE_ALPHA - Static variable in class thothbot.parallax.core.client.gl2.WebGLConstants
 
LuminosityShader - Class in thothbot.parallax.plugins.postprocessing.shaders
Luminosity wikipedia.org Based on three.js code
LuminosityShader() - Constructor for class thothbot.parallax.plugins.postprocessing.shaders.LuminosityShader
 
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