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 upPinned
3,294 contributions in the last year
Contribution activity
December 2020
Created 90 commits in 5 repositories
Created a pull request in mrdoob/three.js that received 7 comments
WebGLRenderer: Add "target" argument to "getClearColor"
Related issue: #20819
Description
When scene.background is set to a color the renderer clear color is modified because WebGLRenderer.getClearColor() …
Opened 12 other pull requests in 4 repositories
mrdoob/three.js
5
merged
2
open
- Linting: Run lint fix on js and jsm files
- Package.json: Lint both js and jsm examples folders
- Line2: Fix error when raycasting line object with materials array
- Linting: Lint fix examples
- Linting: Add rule to consistently use single quotes and fix files
- PMREMGenerator: Add ability to set camera origin in fromScene
- Add encoding to DataTexture constructor docs
NASA-AMMOS/3DTilesRendererJS
3
merged
gkjohnson/urdf-loaders
1
merged
gkjohnson/three-mesh-bvh
1
open
Reviewed 1 pull request in 1 repository
mrdoob/three.js 1 pull request
Created an issue in mrdoob/three.js that received 4 comments
PMREMGenerator: FromScene behavior differs with renderer clear color vs scene.background
Describe the bug
The resulting environment map from PMREMGenerator.fromScene differs when calling renderer.setClearColor( 0xffffff ) beforehand vs …