zz85
|
8fa432f156
skip calculating UVs if supportUVs are not enabled in SubD
|
13 سال پیش |
zz85
|
273f96b854
Merge remote-tracking branch 'mrdoob/dev'
|
13 سال پیش |
zz85
|
ca63fd7555
making SubD code a little more readable. problems with UVs seems fixed. only the LatheGeometry subdivision example fails. other geometry seems to be working ok.
|
13 سال پیش |
Mr.doob
|
3e6404ad7f
Updated builds.
|
13 سال پیش |
Mr.doob
|
16894e00d0
Removed redeclared var in Matrix3.
|
13 سال پیش |
Mr.doob
|
1fb1c46343
Merge remote-tracking branch 'alteredq/dev' into dev
|
13 سال پیش |
Mr.doob
|
155b7af166
Merging with @alteredq branch.
|
13 سال پیش |
alteredq
|
9ab854de07
Refactored handling of Matrix4 => Matrix3 inversion.
|
13 سال پیش |
Mr.doob
|
0bc8a14fd7
Refactored CubeCamera. No need for updatePosition() anymore.
|
13 سال پیش |
Mr.doob
|
c33a473dcc
Updated builds.
|
13 سال پیش |
Mr.doob
|
f4b896e9f4
Added some vars. The compiler is already optimising this so there is no point on doing this risky pattern anymore.
|
13 سال پیش |
Mr.doob
|
c5c89fa2d7
Matrix4's static methods makeFrustum, makePerspective, makeOrtho are now normal non-static public methods. Fixes #1615.
|
13 سال پیش |
Mr.doob
|
7f05ba167c
Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615.
|
13 سال پیش |
zz85
|
5396cb10ae
prevents SubdivisionModifier from throwing errors for geometries with 0 UVs
|
13 سال پیش |
alteredq
|
a1cf50753c
Added attribution to monster model.
|
13 سال پیش |
zz85
|
4b0b1fa214
Do not merge yet.
|
13 سال پیش |
zz85
|
784f5862ee
adding add/getUV() in Subdivision to facilitate debugging...
|
13 سال پیش |
zz85
|
c5949b8c3c
attempting to fix UVs in SubdivisionsModifier
|
13 سال پیش |
alteredq
|
8e1909273a
Tweaked a bit Lee-Perry normal map example.
|
13 سال پیش |
zz85
|
6b0579e266
fixed a run away variable in Curve.js
|
13 سال پیش |
zz85
|
947013589f
Cleaning up Curve.js a bit. Removed old constructor support for 2D curves. Also considering merging 2D/3D curves
|
13 سال پیش |
alteredq
|
3c98b09457
Fixed bug in quad tessellation in geometry.computeTangents.
|
13 سال پیش |
sole
|
433f6b3557
Draft-esque docs for WebGLRenderer
|
13 سال پیش |
sole
|
ba87629078
Merge remote-tracking branch 'upstream/dev' into dev
|
13 سال پیش |
sole
|
5aded5e9e0
Docs for Mesh
|
13 سال پیش |
Mr.doob
|
d9ed411fad
Merge remote-tracking branch 'sole/dev' into dev
|
13 سال پیش |
sole
|
66b763c62f
corrections to LineBasicMaterial docs
|
13 سال پیش |
Mr.doob
|
9362105580
Merge remote-tracking branch 'AddictArts/dev_colladaCameraFixes' into dev
|
13 سال پیش |
Mr.doob
|
813ce8895d
Updated builds.
|
13 سال پیش |
Mr.doob
|
efd3de0639
Fixed wave particles example. Not sure where the stroke() came from.
|
13 سال پیش |