Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
2,659 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 136 commits in 4 repositories
Created a pull request in mrdoob/three.js that received 4 comments
WebGLRenderer: Set style.display to block in constructor.
Description
Even if <canvas> sets style.display to inline by default, setting it to block is more suitable for the common usage of the library and …
Opened 3 other pull requests in 2 repositories
mrdoob/three.js
2
merged
mbitsnbites/soundbox
1
merged
Reviewed 12 pull requests in 1 repository
mrdoob/three.js 12 pull requests
- Renderer: use es6 default value.
- Face4: Updated es6 default values.
- src: Implemented es6 default parameters.
- DataTexture support for GLTFExporter
- Add preliminary support for WebXR Layers
- Editor: Add XYZLoader.
- types (GLTFLoader): add definitions about plugin system
- OBJLoader: Better support point clouds.
- FBXLoader: Support ColorRGB DiffuseColor types.
- Converted TessellateModifier to recursive and made similar to SubdivisionModifier
- Keep OrbitControls' damping speed consistent at different fps.
- TS: Added additional type information toArray( ) to support valid usage.
Created an issue in gpuweb/gpuweb that received 6 comments
WGSL: Use `let` instead of `var`?
Talking with @Kangz today I learnt that WGSL is using var and const for declaring variables and I thought the JavaScript ecosystem would find it co…