An open API service providing commit metadata for open source projects.

GitHub / missingdays/three.js-node / commits

SHA Message Author Date Stats
bf92c9af Bumop version missingdays <r****n@g****m> almost 11 years ago
36b54800 Delete self reference in main file missingdays <r****n@g****m> almost 11 years ago
a93be865 merge Merge pull request #7253 from sunag/master Mr.doob <i****o@m****m> almost 11 years ago
aa87a666 sea3d fixes, optimization, native script features Jean Carlo Deconto <s****l@g****m> almost 11 years ago
af21991f Blender: Moved index buffer out of attributes JSON. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
66e82360 Blender: Set .itemSize of index buffer to 1. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
9ba60dac Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
bbc3ea23 Object3D: Let .toJSON serialize .metadata to root. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
97c70d20 BufferGeometry: Prevented duplicate index buffers. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
f411533f Renderer: Fixed interleaved buffer rendering. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
86a66a0e Renderer: Fixed indexed buffer rendering. tschw <t****r@i****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
a48f2457 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
215f6b16 fix: corrected WebGLPrograms lookup of 'logarithmicDepthBuffer' capability (n... mataron <m****6@g****m>
Committed by: Mr.doob <i****o@m****m>
almost 11 years ago
5c6ec4a6 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
7f25fb8c merge Merge pull request #7162 from tschw/InfoSuggestion Mr.doob <i****o@m****m> almost 11 years ago
8c77ba48 merge Merge pull request #7159 from tschw/FixPrograms Mr.doob <i****o@m****m> almost 11 years ago
bd8c3604 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
45149b88 ObjectLoader: Minor clean up. Mr.doob <i****o@m****m> almost 11 years ago
139b39e4 ObjectLoader: Rescued lost data urls support. Mr.doob <i****o@m****m> almost 11 years ago
d9c8abd2 Removed useScreenCoordinates from example. Mr.doob <i****o@m****m> almost 11 years ago
163f3ac1 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
0cdba69e Docs: Not sure why we're including three here... Mr.doob <i****o@m****m> almost 11 years ago
c8e3b3b5 Removed remaining `addIndex()`. Fixes #7164. Mr.doob <i****o@m****m> almost 11 years ago
84d4ef49 Docs: Fixed MeshLambertMaterial viewer. See #7115 #7166. Mr.doob <i****o@m****m> almost 11 years ago
0a5be9fb Updated package.son. Mr.doob <i****o@m****m> almost 11 years ago
ad124b8b Minor fix. Mr.doob <i****o@m****m> almost 11 years ago
2587eb48 Renderer: Removed .info.memory.programs. tschw <t****r@i****m> almost 11 years ago
99e185f7 Renderer: Let cache properly own the programs. tschw <t****r@i****m> almost 11 years ago
17df4c44 r72 Mr.doob <i****o@m****m> almost 11 years ago
1dd5f022 Editor: Hiding the Teapot by now as it doesn't currently restore (because is ... Mr.doob <i****o@m****m> almost 11 years ago
b8533a25 Renderer: Fixed WebGLPrograms factorization. tschw <t****r@i****m> almost 11 years ago
0ffd772a merge Merge pull request #7157 from elisee/patch-1 Mr.doob <i****o@m****m> almost 11 years ago
eb5c2c5d Remove "twice" in misc_controls_transform Elisée <e****e@s****m> almost 11 years ago
624465f3 Projector: Fixed remaining attributes.index reference. Mr.doob <i****o@m****m> almost 11 years ago
761c5412 Improved webgl_loader_pdb lighting. Mr.doob <i****o@m****m> almost 11 years ago
463f38c2 merge Merge pull request #7155 from WestLangley/dev-cleanup Mr.doob <i****o@m****m> almost 11 years ago
484246a4 HemisphereLight: Default to 0,1,0. See #7155. Mr.doob <i****o@m****m> almost 11 years ago
8406cd7c Added sortPoints to webgl_custom_attributes_points2. See #6461#7097. Mr.doob <i****o@m****m> almost 11 years ago
626d79eb Updated examples. Mr.doob <i****o@m****m> almost 11 years ago
1ac7def1 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
4a606a66 BufferGeometry: Renamed .addIndex() to setIndex(). Mr.doob <i****o@m****m> almost 11 years ago
1d039ab7 Clean up WestLangley <d****4@g****m> almost 11 years ago
f6797947 Improved webgl_decals ilumination. Mr.doob <i****o@m****m> almost 11 years ago
2a8a4e39 More tweaks to skin examples. Mr.doob <i****o@m****m> almost 11 years ago
f7854553 Improved webgl_materials_skin example. Still broken in Chrome though. Mr.doob <i****o@m****m> almost 11 years ago
a8645cd4 Simplified and improved webgl_materials_bumpmap_skin example. Mr.doob <i****o@m****m> almost 11 years ago
48838397 Fixed Lee Perry-Smith head broken link. Mr.doob <i****o@m****m> almost 11 years ago
9b22e67b merge Merge pull request #7146 from WestLangley/dev-lightmap Mr.doob <i****o@m****m> almost 11 years ago
d14d5586 Clean up WestLangley <d****4@g****m> almost 11 years ago
33ebe28a Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
8cf52243 Updated example. Mr.doob <i****o@m****m> almost 11 years ago
dd1cec72 BufferGeometry: Added setDrawRange(). See #7057. Mr.doob <i****o@m****m> almost 11 years ago
efde4d01 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
9366cfc8 Updated examples. Mr.doob <i****o@m****m> almost 11 years ago
c3096ade Updated docs. Mr.doob <i****o@m****m> almost 11 years ago
c97bcf9b Renamed THREE.PointCloud to THREE.Points. Mr.doob <i****o@m****m> almost 11 years ago
7488add5 Removed groups/offsets/drawcalls code from raycast methods. Mr.doob <i****o@m****m> almost 11 years ago
cd4d0d7f merge Merge pull request #7143 from WestLangley/dev-sky Mr.doob <i****o@m****m> almost 11 years ago
9dcd80ef Clean up WestLangley <d****4@g****m> almost 11 years ago
6da28b46 Blender Exporter: Removed AreaLight references. Fixes #7141. Mr.doob <i****o@m****m> almost 11 years ago
cfbc1276 merge Merge pull request #7140 from tinaun/tinaun-zerotails Mr.doob <i****o@m****m> almost 11 years ago
9e2103f9 support arrows with zero-length tails tinaun <t****a@g****m> almost 11 years ago
47e05f8e merge Merge pull request #7137 from antont/fix_blenderexport_noarealight Mr.doob <i****o@m****m> almost 11 years ago
301cd455 fix blender export by removing ref to constants.AREA_LIGHT removed in 43f1e3d Toni Alatalo <t****i@p****t> almost 11 years ago
52588154 merge Merge branch 'fix-examples' of https://github.com/Kakakakakku/three.js into dev Mr.doob <i****o@m****m> almost 11 years ago
6d4c00b1 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
a38644b3 ObjectLoader: Moved material parsing logic to MaterialLoader. Mr.doob <i****o@m****m> almost 11 years ago
72f1fefa More materials clean up. Mr.doob <i****o@m****m> almost 11 years ago
68987ade Fixed examples for YouTube Data API v3 kakakakakku <y****2@g****m> almost 11 years ago
ea09bc7e Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
60b4af69 Loader: Materials clean up. Mr.doob <i****o@m****m> almost 11 years ago
d15e48e6 Warnings for r71 code. Mr.doob <i****o@m****m> almost 11 years ago
b18926df Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
08ffca6b WebGLRenderer: refreshUniforms* clean up. Mr.doob <i****o@m****m> almost 11 years ago
d68366e3 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
718f4967 Material: Check if material has the property. Warn otherwise. Mr.doob <i****o@m****m> almost 11 years ago
5381cfbe Fixed example. Mr.doob <i****o@m****m> almost 11 years ago
a63f55e8 merge Merge pull request #7128 from unphased/fix-shadowmap-alpha-confirmed Mr.doob <i****o@m****m> almost 11 years ago
189ded08 fix Steven Lu (PuTTY Win7 on rMBP[tmux]) <s****3@g****m>
Committed by: Steven Lu (rMBP) <s****3@g****m>
almost 11 years ago
e2c1c5f6 merge Merge pull request #7114 from simonThiele/unittestsForObject3DAndCamera Mr.doob <i****o@m****m> almost 11 years ago
8b82d22d Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
3f563014 merge Merge pull request #7127 from mrdoob/revert-7124-dev-clearColor Mr.doob <i****o@m****m> almost 11 years ago
16b85072 Revert "WebGLShadowMap: Fixed clearColor bug" Mr.doob <i****o@m****m> almost 11 years ago
c9b5e79f WebGLPrograms: Rescued displacementMap. Mr.doob <i****o@m****m> almost 11 years ago
70c3f157 WebGLPrograms: Clean up. Mr.doob <i****o@m****m> almost 11 years ago
9686a8c2 merge Merge pull request #7072 from gero3/WebglProgramCache Mr.doob <i****o@m****m> almost 11 years ago
c35c65b4 fix wrong constructor gero3 <j****6@h****m> almost 11 years ago
839e964e merge Merge pull request #7126 from tschw/SkinTangents Mr.doob <i****o@m****m> almost 11 years ago
5a459f1a add WebglPrograms gero3 <j****6@h****m> almost 11 years ago
bfac0c9c Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
6a7dd68b Docs: Removed broken link. Mr.doob <i****o@m****m> almost 11 years ago
e0fdf76d Materian.toJSON: Added displacementBias. Mr.doob <i****o@m****m> almost 11 years ago
ca09c18f merge Merge branch 'dev' of https://github.com/mrdoob/three.js into WebglProgramCache gero3 <j****6@h****m> almost 11 years ago
e35a4ed6 Skin shader: Removed uniform uPixelSize. tschw <t****r@i****m> almost 11 years ago
9cfdb1dc merge Merge pull request #7124 from WestLangley/dev-clearColor Mr.doob <i****o@m****m> almost 11 years ago
13014d3c Fixed clearColor bug WestLangley <d****4@g****m> almost 11 years ago
d1c9d5c5 getWorldQuaternion -> getWorldRotation Simon Thiele <s****e@c****e> almost 11 years ago
aa7aac30 use tab instead of whitespace Simon Thiele <s****e@c****e> almost 11 years ago
22d146f3 Updated builds. Mr.doob <i****o@m****m> almost 11 years ago
3d97a310 MeshLambertMaterial: Removed shading as it's no longer supported. Mr.doob <i****o@m****m> almost 11 years ago

← Back to repository