-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
materials: Covert to es6 class. #20002
Closed
Closed
Changes from 1 commit
Commits
Show all changes
263 commits
Select commit
Hold shift + click to select a range
b5bcd51
fixed missing space in GLBufferAttribute example
raub 9359e2f
fixed info title in GLBufferAttribute example
raub 920caf3
Merge branch 'master' of https://github.com/mrdoob/three.js into dev
raub 368d1fd
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub f8f0b41
Add culling warnings for GLBufferAttribute, update the example
raub ddf9406
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 4b5c8ee
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 54c6ef8
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 461f4f6
Fix GLBufferAttribute example
raub 15a8615
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 0c95418
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 70aee41
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 9ba4d01
Add parameter to the constructor
raub 01356f3
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 1d73a66
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub a0f4661
Update GLBufferAttribute
raub 35d9f1e
Merge branch 'master' of https://github.com/mrdoob/three.js into dev
raub 8df321f
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 3bc4a2a
Add example screenshot
raub 0064c2b
Fix e2e test
raub 419e9cb
Fix docs list entry
raub 93a7c58
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 4aed9dc
Add zh doc entry
raub 80a9ebe
Set sRGB encoding. Also some clean up.
WestLangley 7d140f8
Disable stencil buffer by default
WestLangley 8282023
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub c16eb64
Update GLBufferAttribute
raub 727e89b
Update screenshot for GLBufferAttribute example
raub 7860f32
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub 938a4cf
Vector2
yomotsu 881697f
missing semi
yomotsu 9d14b87
Vector3, Vector4
yomotsu 979f99d
solve hoisting in Vector3
yomotsu b6e40eb
Matrix3, Matrix4
yomotsu 8a7585d
adding incomplete loader work
fraguada 22eca2d
Quaternion
yomotsu 5eef1d2
Euler
yomotsu f549b79
fix static value of Euler
yomotsu 576577c
materials: Covert to es6 class.
linbingquan a868fe3
Some cleanup of copied code
fraguada 68bd99b
Audio: Convert to es6 class
ianpurvis 148763a
PositionalAudio: Convert to es6 class
ianpurvis 0fc6f20
AudioListener: Convert to es6 class
ianpurvis a670b9d
Merge pull request #20003 from ianpurvis/audio-es6-classes
mrdoob 612f544
Updated builds.
mrdoob 9d5e658
Remove outdated examples of ArrowHelper
Methuselah96 8bcfccd
move internal use instances to the end of the file
yomotsu 425019b
Fix for #19959. Add 'glslVersion' property to ShaderMaterial and prep…
J-Rojas debb7eb
Fix linting errors
J-Rojas 1e75579
src/scenes: move to es6 classes
DefinitelyMaybe 79c661e
Ahhhh! It works!!!
fraguada c4d3d9a
Check that the buffer is actually the 3dm file.
fraguada f09f4fa
program: make unroll loop regexp accept other coding style
DavidPeicho 4aec0b9
Updated: Clean up.
linbingquan f12f41f
Remove from Chinese docs as well
Methuselah96 bed4fce
getting meshes out!
fraguada c0c9b04
cleanup
fraguada 15812b1
cleanup console
fraguada c18c10c
Update MeshPhysicalMaterial.d.ts
FishOrBear 7f6b128
Conditionally apply automatic GLSL 3.0 conversions.
J-Rojas 57335a5
Add GLSL1 and GLSL3 declarations for Typescript
J-Rojas e1e076e
Fix linting errors
J-Rojas a95b395
added attributes and materials
fraguada 6d849c8
Added support for tracks using cubic spline interpolation to Animatio…
6a9c3a4
Remove #version from GLSL constants... only the version string should…
J-Rojas 6ccf9df
ParametricGeometry: Revert class change.
Mugen87 e8843c7
Address PR feedback
J-Rojas b3e09f7
Fixed index lookup for non-quaternions in AnimationUtils.makeClipAddi…
6a6d2fc
Merge pull request #1 from fraguada/fraguada-Rhino3dmLoader
fraguada eb546c2
Examples: Update chevrotain module.
Mugen87 44d6821
Fix orthographic camera rendering for CSS3D on safari on High DPI dis…
JohannesDeml adbc721
Fix css perspective camera for safari when looking straight forward
JohannesDeml b087ed0
Updated decode code and added some material props
fraguada c943e7a
Change remove perspective camera "fix"
JohannesDeml a68a258
Change match to test for safari check
JohannesDeml 8eb4096
perfer const
DefinitelyMaybe ae0dcdd
adding clarity.
DefinitelyMaybe 0bab9ab
following formatting.
DefinitelyMaybe c1ebc34
initial parsing of layers and views
fraguada 287b404
Added extrusion support, groups, settings
fraguada 51c463f
cleanup.
fraguada 945feb9
Add @default values to TypeScript declaration files
dmnsgn 307444b
Merge pull request #20031 from DefinitelyMaybe/prefer-const
mrdoob 0802a5c
Merge pull request #20027 from Mugen87/dev51
mrdoob 542a2c6
Merge pull request #20023 from Mugen87/dev46
mrdoob 590ce8d
Merge pull request #20017 from FishOrBear/patch-5
mrdoob 0bc5065
Merge pull request #20004 from Methuselah96/patch-1
mrdoob b4f4e2f
Merge pull request #20015 from linbingquan/dev-cleanup-examples
mrdoob 03f17a3
Updated builds.
mrdoob d0f4129
adding layer visibility toggle to example.
fraguada 673705f
fix example layer visibility functionality
fraguada e5fa0bc
Make equirectangular reflections / refractions backwards compatible. …
mrdoob 50bee74
Updated builds.
mrdoob c9a83cd
Package.json: Added "lint-fix" script (#20033)
DefinitelyMaybe 630c6f4
Merge pull request #20032 from DefinitelyMaybe/package.json
mrdoob 6dc1d17
Merge pull request #20028 from JohannesDeml/css3d-rendering-issues-sa…
mrdoob 9ea9891
CSS3DRenderer: Clean up.
mrdoob 8000b03
Euler.DefaultOrder should be writable
yomotsu b800b22
Fix Euler property typo in setFromEuler
encadyma 25be43d
WebGLCubeMaps: Fix runtime error when image is undefined.
Mugen87 401263e
TS: Add WebGLCubeMaps.
Mugen87 5920b80
Clean up.
Mugen87 bb8266e
Added support for curves and textdots.
fraguada 4bb1b01
Merge pull request #20043 from Mugen87/dev51
mrdoob a5d212c
Merge pull request #20044 from Mugen87/dev46
mrdoob a381ffe
Merge pull request #20042 from encadyma/kmo-patch-euler
mrdoob feb7612
Add index cache for vao
shawn0326 4b3e2b0
refactor and code styling
fraguada 2214226
Handling Instances, needs cleanup
fraguada 6c0915e
Code Style cleanup
fraguada dfb5c23
Updated builds.
mrdoob 639d1b4
WebGLRenderer: Fix equirect texture conversion.
Mugen87 027a6b1
revert Euler.RotationOrders to be writable
yomotsu b7e45a6
cleanup, adding screenshot
fraguada 84fc41a
Update MaterialLoader.js
Sammius 3e3f153
updated sample model, added d.ts, screenshot
fraguada ab97e72
Cleanup formating.
fraguada bc547ad
adding request header
fraguada d46af62
Merge pull request #20050 from Sammius/patch-1
mrdoob 434c71e
GLTFLoader: Fix regression unecessarily choosing MeshPhysicalMaterial.
f53774a
check if cachedAttribute is undefined
greggman eb98cf1
deleting unused model
fraguada 075b86f
Merge pull request #20047 from mcneel/3DMLoader
mrdoob 0dc4335
Merge pull request #20056 from greggman/check-cached-attribute
mrdoob 5298bdc
Merge pull request #20045 from shawn0326/fix-vao
mrdoob 1e651a3
Merge pull request #20053 from donmccurdy/bug-gltfloader-getmaterialtype
mrdoob d7400b6
Updated: webgl_loader_3dm screenshot.
linbingquan ac94302
Merge pull request #20063 from linbingquan/dev-screenshot
mrdoob 76514b4
Updated: package.json
linbingquan 1a27f06
Merge pull request #20064 from linbingquan/dev-packagejson
mrdoob 8a39501
Revert Fix orthographic camera rendering for CSS3D on safari on High …
WestLangley 74790fb
Added onWindowResize callback
WestLangley 6fb6835
Merge pull request #20067 from WestLangley/dev_css3d_revert
mrdoob 0c2b647
Merge pull request #20068 from WestLangley/dev_css3d_examples
mrdoob 4050200
Updated builds.
mrdoob 1983589
Merge pull request #20036 from dmnsgn/dev
mrdoob a53fcce
is*** should not be a getter function
yomotsu f228453
Initialize Audio.source as null
takahirox 8f01419
Merge pull request #20073 from takahirox/AudioSource
mrdoob ff37eaa
Merge pull request #19997 from yomotsu/move-to-es6-classes/math
mrdoob 3071583
Updated builds.
mrdoob dc33699
Merge pull request #20021 from c-morten/Additive_Animation
mrdoob 98a77f8
Updated builds.
mrdoob 4e50d8d
Merge pull request #19800 from WestLangley/dev_examples_cubemap
mrdoob 1a258c0
initiate: create-a-scene doc page
hassanMuhamad 7a105b1
update: add Arabic lang support
hassanMuhamad fbfffb7
update: add Arabic doc mapping
hassanMuhamad a00dac3
update: fix indentation issue
hassanMuhamad 8d0a3c0
Merge pull request #20075 from hassanMuhamad/dev
mrdoob b9fd220
Merge pull request #20048 from Mugen87/dev46
mrdoob 6ef6686
Updated builds.
mrdoob c73e993
Merge branch 'dev' of https://github.com/mrdoob/three.js into dev
raub c346757
is* adjustment
DefinitelyMaybe a7f5acf
Box2: Convert to es6 class
yomotsu d322d88
Box3: Convert to es6 class
yomotsu 021c21f
Cylindrical.js: Convert to es6 class
yomotsu 676ad63
Frustum: Convert to es6 class
yomotsu c210e32
Line3: Convert to es6 class
yomotsu 328e990
Plane: Convert to es6 class
yomotsu 32e90cb
Sphere: Convert to es6 class
yomotsu 4d0cb6f
SphericalHarmonics3: Convert to es6 class
yomotsu b547cc8
Triangle: Convert to es6 class
yomotsu 7093d27
Merge branch 'dev' of git://github.com/mrdoob/three.js into dev_rt_st…
WestLangley 1fa77e2
Disable stencil buffer by default
WestLangley 88b79f2
Clean up.
Mugen87 232fd44
Examples: Improved volume example compatibility.
mrdoob 327ca08
WebGLRenderer: Make uniforms handling of RectAreaLight more consistent.
Mugen87 7aa9fa2
Merge pull request #20078 from Mugen87/dev46
mrdoob 20b1de2
Merge pull request #20077 from Mugen87/dev45
mrdoob acb337f
Merge pull request #20076 from yomotsu/move-to-es6-classes/math-area-…
mrdoob eb03a9c
Disable stencil buffer by default
WestLangley dfd8712
Updated builds.
mrdoob 1819c5b
Merge pull request #20007 from DefinitelyMaybe/src/scene--move-to-es6…
mrdoob 4bf5eb9
Updated builds.
mrdoob dd7c0d7
Merge pull request #19926 from WestLangley/dev_rt_stencil_default
mrdoob bf43197
Updated builds.
mrdoob a3c3b79
add: browser-support doc page
hassanMuhamad 9e2e9ee
add: installation doc page
hassanMuhamad d5654f0
fix: indentation
hassanMuhamad 8b76b5d
add: how-to-run-things-locally doc page
hassanMuhamad 4922dc8
add: WebGL compatibility check doc page
hassanMuhamad e7e69b1
add: Typescript setup doc page
hassanMuhamad 6671b86
update: documentation list mapping
hassanMuhamad f119b45
Clean up.
mrdoob 1c09e7d
Merge pull request #20079 from hassanMuhamad/dev
mrdoob 18b3027
WebGLRenderer: Fix update of materialProperties.envMap.
Mugen87 662e7e1
Merge pull request #20081 from Mugen87/dev46
mrdoob 717cb0d
Docs: Cleaned up Arabic pages.
mrdoob e762278
Updated builds.
mrdoob 483196c
WebGLClipping: Refactoring.
Mugen87 00adf6d
Merge pull request #20084 from Mugen87/dev46
mrdoob 2a14426
WebGLRenderer: Avoid frame-late bug with converted env maps.
Mugen87 81bdcca
Docs: Set navigation direction to rtl when language is ar.
mrdoob 1be9e21
Updated builds.
mrdoob 1ae605f
Merge pull request #20085 from Mugen87/dev45
mrdoob 908de67
Updated builds.
mrdoob 08397c7
Merge pull request #1 from mrdoob/dev
hassanMuhamad 70e8ea5
fix: multiple language words arrangement
hassanMuhamad c3005fd
add: drawing-lines doc page mapping
hassanMuhamad 172878f
add: drawing-lines Arabic doc page
hassanMuhamad 3085594
add: creating-text doc page mapping
hassanMuhamad e8cc8a5
add: creating-text Arabic doc page
hassanMuhamad 5376d17
WebGLPrograms: Rename allocateBones().
Mugen87 07469d7
Color: Convert to es6 class
yomotsu 44e40fa
add: loading-3D-models doc page mapping
hassanMuhamad 86a0021
add: Loading-3D-models Arabic doc page
hassanMuhamad dc3a627
fix: direction issues
hassanMuhamad 7d8b5b8
Merge pull request #20087 from Mugen87/dev45
mrdoob 567b6fa
Merge pull request #20088 from hassanMuhamad/dev
mrdoob ba9f859
Merge pull request #13196 from node-3d/dev
mrdoob cb5a9e3
Updated builds.
mrdoob 738c2ca
Examples: Renamed webgl_buffergeometry_points_glbufferattribute to we…
mrdoob 7021fdd
Merge pull request #20089 from yomotsu/move-to-es6-classes/math-color
mrdoob 8989206
Updated builds.
mrdoob a7a3f0a
Merge pull request #20005 from J-Rojas/fix-19959
mrdoob 5dff158
WebGLProgram: Refactor GLSL conversion.
Mugen87 9e2cea0
Examples: Updated Ammo.js
mrdoob faa6495
CannonPhysics: Clean up.
mrdoob b941c87
Clean up.
mrdoob 2199be4
Examples: Removed redundant code from physics_cannon_instancing.
mrdoob 471e038
Examples: Added AmmoPhysics.
mrdoob 711d711
Examples: Fixed physics_ammo_instancing.
mrdoob 5c7ab46
Merge pull request #20090 from Mugen87/dev45
mrdoob 1568cff
Updated builds.
mrdoob c761f3d
AmmoPhysics: Reset angular and linear velocity in setMeshPosition.
mrdoob 6f5a9d8
Examples: Fixed ammo.js import.
mrdoob 23f40de
Examples: Removed physics_cannon_instancing.
mrdoob 8ff94fe
Merge pull request #20012 from DavidPeicho/feature/shjader-loop-unrol…
mrdoob 2093a0b
Updated builds.
mrdoob 55a2467
Docs: Fix broken links to transmission example.
4535498
Introduce _connected flag in Audio to fix a bug that setFilters does not
takahirox a036bdb
ColladaExporter: Fix runtime error when processing ImageBitmap.
Mugen87 7de1e3e
Merge pull request #20092 from donmccurdy/docs-links-transmission
mrdoob 0ff40ec
Merge pull request #20049 from Mugen87/dev51
mrdoob 3ca2ae0
Merge pull request #20093 from takahirox/AudioConnected
mrdoob 26bcd94
ShaderMaterial: Improve typings and docs for glslVersion.
Mugen87 b9ecd4e
Merge pull request #20095 from Mugen87/dev51
mrdoob 64f3162
Editor: Removed Minify Shaders option.
mrdoob caa8647
WebGLRenderer: Remove superfluous program check in setProgram().
Mugen87 cf613a2
Merge pull request #20097 from Mugen87/dev51
mrdoob 02455cf
Updated builds.
mrdoob e23e1a4
add: FAQ doc page mapping
hassanMuhamad 11ba7f8
add: FAQ Arabic doc page
hassanMuhamad 9d3475f
add: useful-links page mapping
hassanMuhamad 33d41e0
add: useful-links Arabic doc page
hassanMuhamad 0719888
Docs: Clean up.
Mugen87 7e13b72
prototype properties: Clean up.
linbingquan 256ffc2
Merge pull request #20099 from Mugen87/dev51
mrdoob 7a879a0
Merge pull request #20098 from hassanMuhamad/dev
mrdoob 4d1fc09
Merge remote-tracking branch 'origin/dev-es6-materials' into dev
linbingquan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a quick look over this way.