Mr.doob
|
063b88a9df
Sprite: material.uvOffset/uvScale to material.map.offset/repeat.
|
11 years ago |
WestLangley
|
bee89eb50c
Sprite cleanup
|
11 years ago |
Mr.doob
|
b60845ac6d
SpritePlugin: Update sprite matrix even if opacity is 0.
|
11 years ago |
Mr.doob
|
1900b2627f
WebGLRenderer/SpritePlugin: Support for texture-less Sprites.
|
11 years ago |
Mr.doob
|
b2ab717f22
Simplified SpritePlugin a bit more.
|
11 years ago |
Mr.doob
|
f1cc77c215
Simplified SpritePlugin code.
|
11 years ago |
Mr.doob
|
95f1599f52
Sprite/SpriteMAterial: Removed useScreenCoordinates, sizeAttenuation and alignment.
|
11 years ago |
Mr.doob
|
35b2609f7a
Moved Sprite.rotation to SpriteMaterial.rotation.
|
11 years ago |
WestLangley
|
6c58539fdf
Fixed Sprite Scaling Issues
|
12 years ago |
Mr.doob
|
88f56b3b3b
Clean up.
|
12 years ago |
Mr.doob
|
b062fee866
Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
|
12 years ago |
alteredq
|
3fa6cd47db
Fixed inconsistent precision for lensflares and sprites shaders causing troubles on mobile (thanks to @phoboslab).
|
12 years ago |
Mr.doob
|
d3acf159b4
renderer.devicePixelRatio is now a public property. Fixed SpritePlugin.
|
12 years ago |
alteredq
|
3d4b2c9566
Removed internal variables _projectionMatrixArray and _viewMatrixArray from WebGLRenderer and render plugins.
|
12 years ago |
alteredq
|
cbc22ff32c
Renamed SpriteMaterial properties: affectedByDistance => sizeAttenuation, mergeWith3D => depthTest. Added support for SpriteMaterial.depthWrite.
|
12 years ago |
alteredq
|
c84097364b
Moved sprite material properties from Sprite object into SpriteMaterial.
|
12 years ago |
alteredq
|
73922dc797
Added support for alphaTest to Sprites.
|
12 years ago |
alteredq
|
8736f3b322
Refactored enabling / disabling of attributes in WebGLRenderer.
|
12 years ago |
alteredq
|
17c9e7278b
Changed Sprites to use stable sorting.
|
12 years ago |
alteredq
|
9c3194b9e1
Added support for fog to Sprites.
|
12 years ago |
alteredq
|
0b379b4c34
Checking how Sprites would look without baked image size.
|
13 years ago |
Mr.doob
|
fc70bb9ba7
r52
|
13 years ago |
alteredq
|
f734e10154
Unflipped sprites.
|
13 years ago |
ide user ide_gero3
|
32ee545296
some small improvements to get webglrenderer faster
|
13 years ago |
ide user ide_gero3
|
e82c1ccd54
first update towards typedarray usage in matrices\n This was done with some simple replaces it doesn't work yet
|
13 years ago |
alteredq
|
4a36583427
Added CustomBlending mode. Added texture.premultiplyAlpha parameter. Added standard and custom blending examples.
|
13 years ago |
Mr.doob
|
614a40c870
Removed *Cameras that are now *Controls. Moved src/extras/plugins to src/extras/renderers/plugins.
|
13 years ago |