Mikael Emtinger
|
3379648153
...forgot file.
|
14 gadi atpakaļ |
Mikael Emtinger
|
d87224face
Put back the pink square method to allow for partial screen border occlusion in opengl
|
14 gadi atpakaļ |
Mikael Emtinger
|
50b6745ad6
Added sorting to sprites and updated example.
|
14 gadi atpakaļ |
Mikael Emtinger
|
08127af611
Fixed blending bug with sprites. Added example.
|
14 gadi atpakaļ |
Mikael Emtinger
|
615f872023
Added sprite support. See Sprite.js for details. No support for custom shader at this point.
|
14 gadi atpakaļ |
Mikael Emtinger
|
5ef9e04535
removed finish
|
14 gadi atpakaļ |
Mikael Emtinger
|
2c8b6b35fe
Fixed bug in lens flare
|
14 gadi atpakaļ |
Mikael Emtinger
|
f70aaed1d8
Merge branch 'master' of git://github.com/mrdoob/three.js
|
14 gadi atpakaļ |
Mikael Emtinger
|
c3ab2eb1e9
Rewrote lens flares to not use readPixels. There are different solutions based on availablity of vertex textures. If available, occlusion calculation is more exact and handles partial occlusion on screen edges. If not available, occlusion calculation is less exact (because it's made on each fragment so it has to be fast) and partial occlusion by screen edge is not possible (same reason).
|
14 gadi atpakaļ |
alteredq
|
f221b853b7
Refactoring and optimizations in collision system and examples.
|
14 gadi atpakaļ |
alteredq
|
1fd801719f
Added option to have flat shading for renderBufferImmediate.
|
14 gadi atpakaļ |
alteredq
|
5c943cab3e
Fixed broken MarchingCubes.
|
14 gadi atpakaļ |
alteredq
|
4470e0f619
Merged physics branch into master.
|
14 gadi atpakaļ |
alteredq
|
07294ccfaf
Merge remote branch 'remotes/drojdjou/master' into physics
|
14 gadi atpakaļ |
alteredq
|
65e3f92d55
Merged latest master branch into physics branch.
|
14 gadi atpakaļ |
Bartek Drozdz
|
0017fa4285
Removed comments from Collision classes
|
14 gadi atpakaļ |
alteredq
|
0209928118
Fixed reaction and trigger collisions examples.
|
14 gadi atpakaļ |
alteredq
|
693a36f509
Moved scene loader from SceneUtils into SceneLoader.
|
14 gadi atpakaļ |
alteredq
|
55a3d8290d
Changed hardcoded uv scale to uniform in lava shader example.
|
14 gadi atpakaļ |
alteredq
|
f7e3a80d70
Added edges computation to OBJ converter.
|
14 gadi atpakaļ |
alteredq
|
7915999bdd
Added edges to Blender exporter, JSONLoader and Geometry.
|
14 gadi atpakaļ |
Bartek Drozdz
|
9850695f38
Collisions system initial commit.
|
14 gadi atpakaļ |
Mr.doob
|
5742cceefd
Ray: Added support for object.flipSided and object.doubleSided properties.
|
14 gadi atpakaļ |
Mr.doob
|
b899391008
Updated buillds.
|
14 gadi atpakaļ |
Mr.doob
|
51b56fe695
Merge remote branch 'alteredq/master' into experimental
|
14 gadi atpakaļ |
Mr.doob
|
abb4a774cd
Merging with alteredq.
|
14 gadi atpakaļ |
Mr.doob
|
3f20fee01a
Merge remote branch 'empaempa/master' into experimental
|
14 gadi atpakaļ |
Mr.doob
|
63ab3c2d80
Merge remote branch 'tarmour/master'
|
14 gadi atpakaļ |
Theo Armour
|
28869a95a7
Added the same onDocumentMouseWheel() function and event handlers as in canvas_geometry_panorama_fisheye.html so that mousewheel zooming works on Firefox 4 and other browsers.
|
14 gadi atpakaļ |
alteredq
|
00b0f6df41
Fleshed out more face color pipeline (OBJ converter, Blender importer and loaders).
|
14 gadi atpakaļ |