Ryan Henning
|
1bbe806627
Add missing `dispose()` methods (#21577)
|
4 years ago |
Mr.doob
|
15ab0e6e6a
Revert to *.prototype.is* = true
|
4 years ago |
Mr.doob
|
091f3f438c
Src: Removed Object.defineProperty() calls.
|
4 years ago |
Mr.doob
|
32172e1cf2
PointLight: Convert to ES6
|
4 years ago |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
5 years ago |
Mr.doob
|
4944e56c06
Removed all @author mrdoob.
|
5 years ago |
supereggbert
|
2e145a55a8
lint
|
6 years ago |
supereggbert
|
2c4eb3b602
Use new point light shadows
|
6 years ago |
Don McCurdy
|
07d757661e
Fix links to Frostbite PBR document.
|
7 years ago |
Mugen87
|
f6d48fac79
Clean up some more linter warnings
|
8 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
Mr.doob
|
141e514d06
Object.assign()ed lights and objects.
|
9 years ago |
Mr.doob
|
9d3cf8c2f5
Merge branch 'physical_lights' of http://github.com/bhouston/three.js into dev
|
9 years ago |
Ben Houston
|
7557c591b8
better organization of physical lights in glsl.
|
9 years ago |
Mr.doob
|
43661ef96b
*Light: Reduced default shadow parameters.
|
9 years ago |
Mr.doob
|
9bec2f0363
Added intensity to Light (thus AmbientLight). See #7621.
|
9 years ago |
Mr.doob
|
f1d3105ca6
Refactored Light's shadow API.
|
10 years ago |
Mr.doob
|
74f2813656
Simplified *Light.toJSON()
|
10 years ago |
mkkellogg
|
a7eed9d638
Updated cubeToUV() to a reduced-instruction version with minimal branching, and updated near plane values for shadow map cameras to be at least 1.
|
10 years ago |
Mark Kellogg
|
01e0199b3c
Added shadow functionality for point lights.
|
10 years ago |
Daniel Hritzkiv
|
d19b117ce7
Revert back to using `copy` to actually copy in attributes for Lights
|
10 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
dubejf
|
309ef4a729
Simplify copy invocation
|
10 years ago |
dubejf
|
2f76f92a1b
Rename _copyFrom to copy
|
10 years ago |
dubejf
|
802e589cc0
CloneProperties renamed _copyFrom, swap src / dest arg order
|
10 years ago |
dubejf
|
89491d9ba0
Clone should take no argument. Introduce CloneProperties
|
10 years ago |