Mr.doob
|
a5a00cc52a
Updated examples with three.min.js include. Closes #2229.
|
13 years ago |
Mr.doob
|
d06aa42e68
Removed unneded scene.add( camera ) from the examples.
|
13 years ago |
Mr.doob
|
632b0f8e0c
HTML correctness.
|
13 years ago |
Mr.doob
|
39d92677ee
I run chrome with the flag `--allow-file-access-from-files` instead of doing a web server so I wasn't seeing these.
|
13 years ago |
alteredq
|
4dbff6d829
More examples resizing handling. Also fixed typo in flag name and cleaned whitespace in CombinedCamera.
|
13 years ago |
zz85
|
4becf192df
fixed a very rare case situation when a duplicated vertex in a face4
|
13 years ago |
Mr.doob
|
ded6c16ad3
Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703.
|
13 years ago |
zz85
|
57eecfd1b3
quick hack to fix subdivision example for lathegeometry as mergeVertices breaks the UVs..
|
13 years ago |
Mr.doob
|
7f05ba167c
Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615.
|
13 years ago |
zz85
|
30db3bb144
fix for #1589 as THREE.PolyhedronGeometry do not use computeCentroids()
|
13 years ago |
alteredq
|
2a79171077
Fixed some examples.
|
13 years ago |
Mr.doob
|
75242fec8f
Updated examples that used Icosahedron.
|
13 years ago |
alteredq
|
6b014f8684
Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples.
|
13 years ago |
Mr.doob
|
5697084e64
Moved `RequestAnimationFrame.js` code right into `src/Three.js`.
|
13 years ago |
zz85
|
4fbb905606
Update subdivision example
|
13 years ago |
Mr.doob
|
ed67da2783
Merge remote-tracking branch 'zz85/master' into dev
|
13 years ago |
zz85
|
f39c58b79b
Replace THREE.ScaleModifier with geometry.applyMatrix
|
13 years ago |
Mr.doob
|
6b151b552e
Merging with @alteredq's experimental branches.
|
14 years ago |
zz85
|
e17dc71d5b
Added ScaleGeometry and added Monkey Head + more geometries to examples
|
14 years ago |
zz85
|
24dcc76bf7
fix subdivision example
|
14 years ago |
zz85
|
ed7fcf7cb3
Update Subdivision model loading
|
14 years ago |
zz85
|
cfc77699d3
Adding WaltHead back to subdivision example
|
14 years ago |
Mr.doob
|
330b64b080
Removed some (now gone) WaltHead.js includes.
|
14 years ago |
zz85
|
94ff102c64
Updated example + merge with doob/dev
|
14 years ago |
Mr.doob
|
c89e3fe49a
More breakage...
|
14 years ago |
alteredq
|
db81e45255
Updated builds. Renamed subdivision example with webgl prefix.
|
14 years ago |