alteredq
|
ad3c96d695
Added Loader.js to DOM build to get rid of Closure warning.
|
13 years ago |
alteredq
|
cb3efd230d
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
Mr.doob
|
37d958a384
Merge remote-tracking branch 'zz85/master' into dev
|
13 years ago |
zz85
|
99ac6131e0
space -> tab indentation
|
13 years ago |
zz85
|
574ebccf4b
refactored parametric argument signature. new THREE.ParametricGeometry( parametricFunction, uSements, ySegements, useQuads );
|
13 years ago |
zz85
|
a027cd0ccb
parameter for triangle/quads generation
|
13 years ago |
zz85
|
235f35a5e2
test face4s generation in parametricgeometry
|
13 years ago |
Mr.doob
|
f38d76822f
Updated builds.
|
13 years ago |
Mr.doob
|
93562b3ca6
Merge remote-tracking branch 'zz85/master' into dev
|
13 years ago |
zz85
|
b50f2b97ec
so parametric geometries should work. just need to tweak the parameters a little
|
13 years ago |
zz85
|
6bf2a48366
phew... caught another bug with ParametricGeometry
|
13 years ago |
zz85
|
9705bc05a9
mobius strip parametric geometry
|
13 years ago |
Mr.doob
|
4cc7a01343
Merge remote-tracking branch 'alteredq/dev' into dev
|
13 years ago |
alteredq
|
f356316b56
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
13 years ago |
alteredq
|
85ca01acdd
Cleanup of GL culling state handling in WebGLRenderer and ShadowMapPlugin.
|
13 years ago |
Mr.doob
|
0339f3c94a
Removed unneeded vars in ParametricGeometry.
|
13 years ago |
Mr.doob
|
4313ed37bc
Merge remote-tracking branch 'zz85/master' into dev
|
13 years ago |
Mr.doob
|
08a37d34c1
Scene graph update is fast enough that on my system there is no change of FPS when removing the matrixAutoUpdate = false stuff.
|
13 years ago |
alteredq
|
9bd054ca63
Optimized internal _lights array setting (thanks to @gero3).
|
13 years ago |
alteredq
|
d72fbccedc
Replaced "+=" on uninitialized variable in focus shader in ShaderExtras (thanks to @c0d1f1ed).
|
13 years ago |
Mr.doob
|
db52c0835a
Merge remote-tracking branch 'AddictArts/dev_colladaVerticesTexcoordInput' into dev
|
13 years ago |
Mr.doob
|
a09af3a5d3
CanvasRenderer and SVGRenderer fix. material === undefined instead of material === null.
|
13 years ago |
Mr.doob
|
91fedbd8ca
CanvasRenderer: Seems like Firefox will never implement globalCompositeOperation = 'darker'. Removing the hack for textures + lighting.
|
13 years ago |
Mr.doob
|
20f0b819ea
Added material.visible property. Fixes #1763.
|
13 years ago |
zz85
|
660fa8ccab
Added UVs debug utils
|
13 years ago |
zz85
|
84d1be3618
fixed UVs removal in .mergeVertices()
|
13 years ago |
zz85
|
8377d9387c
fixed ParametricGeometry bugs
|
13 years ago |
zz85
|
3e70070a00
refactoring ParametricGeometry
|
13 years ago |
John Pywtorak
|
08824aa5f7
Added support for mesh vertices input source (non indexed in geometric primitive) texture coordinates,TEXCOORD, and color.
|
13 years ago |
Mr.doob
|
7d18966079
WebGLRenderer: Removed opacity === 0 checks. Fixes #1750.
|
13 years ago |