Mr.doob
|
fca3aec67d
Fixed `Projector::projectObjects`.
|
14 年之前 |
Mr.doob
|
3b54cf7918
Projector now checks for object.visible before projecting (alteredq: better late than never :P)
|
14 年之前 |
Mr.doob
|
f50f42dde1
Commented out `Mesh::normalizeUVs`. Needs to be handled in the CanvasRenderer directly.
|
14 年之前 |
Mr.doob
|
5f0b6876e6
Optimised Minecraft AO demo (removing more unseen sides).
|
14 年之前 |
alteredq
|
8e53294e62
Synced with mrdoob's branch.
|
14 年之前 |
alteredq
|
45f47b89b7
Added minecraft fake ambient occlusion demo.
|
14 年之前 |
Mr.doob
|
d3a56f3f35
Yet again that misterious behaviour where stuff gets pasted in weird places. Long time without experiencing it...
|
14 年之前 |
Mr.doob
|
b84bca3bb0
WebGLRenderer optimisation: flattening camera matrices just once per render, it was doing it once per object before.
|
14 年之前 |
alteredq
|
0c1851393d
Added check for normals in shader when rendering VBOs.
|
14 年之前 |
alteredq
|
feb349a794
Synced with mrdoob's branch.
|
14 年之前 |
alteredq
|
c0055eec7a
Synced with mrdoob's branch.
|
14 年之前 |
Mr.doob
|
e3fd761786
Optimised CanvasRenderer::getGradientTexture.
|
14 年之前 |
Mr.doob
|
8a31cd8d98
Implemented gero3 normalToComponent optimisation.
|
14 年之前 |
Mr.doob
|
e85a0605e8
Updated build.
|
14 年之前 |
Mr.doob
|
5b0714c370
Updated build.
|
14 年之前 |
Mr.doob
|
389b74f9fc
Updated builds.
|
14 年之前 |
Mr.doob
|
e538e30a2a
Adding alteredq's builds (crappy way to merge I know, but works).
|
14 年之前 |
Mr.doob
|
7aeaa8c663
Added `translateX( amount )` and `translateZ( amount )` to `Camera`.
|
14 年之前 |
Mr.doob
|
b13b9164b7
`THREE.Matrix4()` → `THREE.Matrix4( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )`
|
14 年之前 |
Mr.doob
|
10e21dde88
`Geometry::computeNormals` → `Geometry::computeFaceNormals`
|
14 年之前 |
alteredq
|
508d22f296
Synced with mrdoob's branch.
|
14 年之前 |
Mr.doob
|
a9e185aa70
Updated README includes.
|
14 年之前 |
Mr.doob
|
a030086cf5
`texture.loaded = true` → `texture.image.loaded = true`
|
14 年之前 |
Mr.doob
|
e7f5f3865a
Fixed WebGL Wrappings.
|
14 年之前 |
Mr.doob
|
fecd2f3a39
`python build.py --includes` generate a `includes.js` for easy copy/pasting
|
14 年之前 |
alteredq
|
a395e120c3
Updated WebGLRenderer and corresponding examples to work with new Texture API.
|
14 年之前 |
Mr.doob
|
00795b3a83
Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach.
|
14 年之前 |
alteredq
|
c91aac5d5c
Synced with mrdoob's branch.
|
14 年之前 |
Mr.doob
|
315bc5ad3e
Updated build.
|
14 年之前 |
alteredq
|
a1d68ddba3
Fixed bug(s) causing broken Fresnel demo.
|
14 年之前 |