Ben Houston
|
b5786bbe06
add Box2 based on Box3 paradigm.
|
před 12 roky |
Ben Houston
|
f7991d8336
fix copy() methods in Box3, Plane and Sphere to actually copy objects rather than just references.
|
před 12 roky |
Ben Houston
|
82517012e5
optimize Box3.setFromPoints to be as fast as previous code in Geometry.js
|
před 12 roky |
Ben Houston
|
b50a1a520e
remove unnecessary comments.
|
před 12 roky |
Ben Houston
|
99ed426469
bug fixes. all examples now run while using Box3, Sphere and Plane.
|
před 12 roky |
Ben Houston
|
53ef1756cb
nickname consistency.
|
před 12 roky |
Ben Houston
|
5c373708ee
move away from static fromXXX-style constructors to setXXX style member functions widely used in ThreeJS.
|
před 12 roky |
Ben Houston
|
4f7ceca8af
change Box3, Plane and Sphere declarations from Frustum.js-style to Vector3.js-style.
|
před 12 roky |
Ben Houston
|
6f4995b677
polishing Box3, Plane and Sphere.
|
před 12 roky |
Ben Houston
|
cb2b5cece2
adopt Sphere.js and Box3.js in Geometry.js.
|
před 12 roky |
Ben Houston
|
d7df2dca4a
minor cleanup of Box3 class + no longer modifying input parameter in clampPoint.
|
před 12 roky |
Ben Houston
|
7ca6163266
Plane,Box3,Sphere improvements: static constructors, code simplficiation, optimizations. Box3 made more robust via true empty (+MAX_VALUE,-MIN_VALUE).
|
před 12 roky |
Ben Houston
|
acde547ebb
proposed Vector3.minSelf, maxSelf - issue #2715
|
před 12 roky |
Ben Houston
|
b6451318d7
simplify Sphere.js via use of Vector3.distanceTo*(), minimize code in Plane.js
|
před 12 roky |
Ben Houston
|
8821698a2d
Improvements as a result of code review by @chandlerp
|
před 12 roky |
Ben Houston
|
38563ecb13
implement Sphere.js class, add to common.js - issue #2708
|
před 12 roky |
Ben Houston
|
717e9ab6a4
implement Plane.js, add to common.js and update Frustum.js to use it instead of Vector4 - issue #2706
|
před 12 roky |
Ben Houston
|
9310c423dc
implement Box3.js and add to common.js - issue #2709
|
před 12 roky |
alteredq
|
fa8c69d342
Made Editor work again with ascii JSON models.
|
před 12 roky |
alteredq
|
19df092da9
Moved the rest of deferred pipeline from examples into DeferredHelper.
|
před 12 roky |
alteredq
|
ee53b015a0
Started to move deferred functionality out of examples into DeferredHelper.
|
před 12 roky |
alteredq
|
bd42fea8b8
Simplified a bit light pass shader in deferred examples.
|
před 12 roky |
alteredq
|
a938f0feb4
Removed shininess and specular intensity defines from deferred examples.
|
před 12 roky |
alteredq
|
af239f04e9
Removed old FBX converter again after it got readded in merge.
|
před 12 roky |
alteredq
|
1310deadf6
Merge remote-tracking branch 'remotes/mrdoob/dev' into dev
|
před 12 roky |
alteredq
|
c12109d753
Added specular color and shininess to color G-buffer in deferred shading examples.
|
před 12 roky |
Zelimir Fedoran
|
a9b7fe4cf3
added new fbx converter
|
před 12 roky |
Zelimir Fedoran
|
38653855cc
moved ctm, obj, and utf8 converters out of exporters directory
|
před 12 roky |
alteredq
|
a7b8ec266e
Removed FBX SDK Python bindings.
|
před 12 roky |
alteredq
|
c0fb64deff
Started to experiment with properties packing in geometry passes in deferred shading.
|
před 12 roky |