Popular repositories
-
three.js
JavaScript 3D library.
-
stats.js
JavaScript Performance Monitor
-
texgen.js
Procedural Texture Generator
-
glsl-sandbox
Online live editor for fragment shaders.
-
htmleditor
Simple editor for messing around.
-
frame.js
JavaScript Animation Framework
1,928 contributions in the last year
Contribution activity
November 2016
- mrdoob/model-tag JavaScript
Created a pull request in KhronosGroup/glTF
that received 1
comment
README: Fixed three.js links.
- RectAreaLightHelper: Refactoring
- make Box3.setFromObject() handle sprites
- Enable using Audio.setBuffer() after having played once
- Add missing Toon Material and shader files
- Export Gradient Map from MMDLoader to let it reusable
- Chain-able OutlineEffect
- MMDLoader Image Cross-origin issue solution
- optimal implementation of caching logic
- Sources warning fix
- Example warning fix
- remove obsolete elements and comments
- STLLoader: Buffer Geometry for ASCII files
- Warning fix, and normalization
- Detect deltaMode - fixes IE11/FF49/Chrome54 on Win7, see #9526
- MMD example enhancement
- Discard attribute typed arrays for buffered geometries that are not modified after initial rendering
- Fix ray-casting on Mesh objects - does not hit when inside a Mesh object's bounding sphere
- [Docs] Add badging to README.md
- Ccdik solver optimization
Created an issue in mrdoob/model-tag
that received 13
comments
API Design
Now that the base is set, the logical next step here is to design some sort of API.
For obj we need to be able to link to the mtl file. Maybe...?
<m…