This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
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
* WIP add more control to model transform * replace meshoptimizer with gltfpack * add baking material base color to vertices
* fix hierarchy node and parameter input breaking
* add jsdom to dev dependencies
* implement RuntimeGraphComponent * implement BehaveGraphSystem
HexaField
suggested changes
Nov 14, 2022
packages/engine/src/behave-graph/components/RuntimeGraphComponent.ts
Outdated
Show resolved
Hide resolved
… into behave-graph
HexaField
suggested changes
Nov 17, 2022
add start event in runtime graph entry queue
* fix duplicate menu items in material library
@@ -2,4 +2,5 @@ | |||
process.env.TS_NODE_FILES = true | |||
process.env.TS_NODE_PROJECT = 'tsconfig.json' | |||
process.env.TS_NODE_COMPILER_OPTIONS = '{\"module\": \"commonjs\" }' | |||
process.env.NODE_TLS_REJECT_UNAUTHORIZED='0' | |||
process.env.NODE_TLS_REJECT_UNAUTHORIZED='0' |
Check failure
Code scanning / CodeQL
Disabling certificate validation
Disabling certificate validation is strongly discouraged.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Integrate basic scaffold for node graph editor UI using behave-graph and forked version of behave-flow
Closes #7211 and #7212