Skip to content
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

NodeEditor: New Version (Rev. 3) #25692

Merged
merged 27 commits into from Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
133c88c
update flow.js rev. 3
sunag Mar 20, 2023
7cd87c3
Pass: Added .isPass property.
sunag Mar 20, 2023
1ecc1a1
NodeEditor: Rev. 3 (WIP)
sunag Mar 20, 2023
86687d5
fix example custom node "Replace Material by Name"
sunag Mar 20, 2023
4ee60c9
fix disconnect resize icon size
sunag Mar 20, 2023
b3223e5
cleanup
sunag Mar 20, 2023
e8260ba
fix gtf loader example
sunag Mar 20, 2023
31b6ee6
NodeMaterial: Fix backward compatibility of scene.environment.
sunag Mar 21, 2023
00120ad
MeshStandardNodeMaterial: Fix specular color node.
sunag Mar 21, 2023
5e6c376
NodeEditor: Move playground to root and revisions.
sunag Mar 22, 2023
9ee18de
Package: Added lint-playground
sunag Mar 22, 2023
8fadbdf
cleanup from lint
sunag Mar 22, 2023
4c64900
update lib
sunag Mar 22, 2023
b040512
RangeNode: Node-Based parameters.
sunag Mar 27, 2023
f05c0b2
TSL: Added split( node, channels ) as alternative.
sunag Mar 27, 2023
80dcfd3
cleanup
sunag Mar 27, 2023
2ca865b
Revision and more two examples
sunag Mar 27, 2023
765fa34
TextureEditor: Fix const.
sunag Mar 27, 2023
ee6b1d3
Example particle: Fix rotate.
sunag Mar 27, 2023
57565c6
Example car: update car color
sunag Mar 27, 2023
735c805
cleanup
sunag Mar 27, 2023
64b0114
NodeEditorLib: getNodeList() -> prevent multiple fetch.
sunag Mar 27, 2023
0a618e5
NodeEditor: Fix linux case-sensitive getting example.
sunag Mar 27, 2023
f35b8dc
Merge branch 'dev' into dev-just-nodes
sunag Mar 28, 2023
b951e7d
Added fresnel example
sunag Mar 28, 2023
12e871c
Merge branch 'dev' into dev-just-nodes
sunag Mar 29, 2023
cc39eff
Rename invert -> oneMinus
sunag Mar 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/files.json
Expand Up @@ -245,7 +245,6 @@
"webgl_nodes_materials_physical_clearcoat",
"webgl_nodes_materials_standard",
"webgl_nodes_materialx_noise",
"webgl_nodes_playground",
"webgl_nodes_points"
],
"webgl / postprocessing": [
Expand Down Expand Up @@ -341,7 +340,6 @@
"webgpu_lights_selective",
"webgpu_loader_gltf",
"webgpu_materials",
"webgpu_nodes_playground",
"webgpu_particles",
"webgpu_rtt",
"webgpu_sandbox",
Expand Down
Binary file removed examples/fonts/tabler-icons/fonts/tabler-icons.eot
Binary file not shown.
Binary file removed examples/fonts/tabler-icons/fonts/tabler-icons.ttf
Binary file not shown.
Binary file removed examples/fonts/tabler-icons/fonts/tabler-icons.woff
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions examples/fonts/tabler-icons/tabler-icons.min.css

This file was deleted.

12 changes: 0 additions & 12 deletions examples/jsm/node-editor/NodeEditorUtils.js

This file was deleted.

14 changes: 0 additions & 14 deletions examples/jsm/node-editor/accessors/MatcapUVEditor.js

This file was deleted.

30 changes: 0 additions & 30 deletions examples/jsm/node-editor/accessors/NormalEditor.js

This file was deleted.

30 changes: 0 additions & 30 deletions examples/jsm/node-editor/accessors/PositionEditor.js

This file was deleted.

59 changes: 0 additions & 59 deletions examples/jsm/node-editor/core/DataFile.js

This file was deleted.

20 changes: 0 additions & 20 deletions examples/jsm/node-editor/core/FileEditor.js

This file was deleted.

29 changes: 0 additions & 29 deletions examples/jsm/node-editor/core/FileURLEditor.js

This file was deleted.

44 changes: 0 additions & 44 deletions examples/jsm/node-editor/display/BlendEditor.js

This file was deleted.

49 changes: 0 additions & 49 deletions examples/jsm/node-editor/display/NormalMapEditor.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/jsm/node-editor/examples/animate-uv.json

This file was deleted.

1 change: 0 additions & 1 deletion examples/jsm/node-editor/examples/fake-top-light.json

This file was deleted.

1 change: 0 additions & 1 deletion examples/jsm/node-editor/examples/matcap.json

This file was deleted.