-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add KHR_interactivity draft #2293
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
Draft
lexaknyazev
wants to merge
80
commits into
main
Choose a base branch
from
interactivity
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,324
−2
Draft
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
2070215
Add KHR_interactivity intro
lexaknyazev 09bd2cf
Add socket descriptions and math nodes
lexaknyazev 151f3ad
Add vector and more arithmetic nodes; editorial changes
lexaknyazev 47c12fa
Add comparison nodes; address feedback
lexaknyazev 736e686
Add special float constants
lexaknyazev 667fdb1
Add matrix and integer nodes; update formatting
lexaknyazev 4b7b4fe
Add a note about math/tan return values
lexaknyazev 866ea7f
Add flow nodes
lexaknyazev f69bfb1
Address feedback
lexaknyazev 29e8acc
Add flow/throttle
lexaknyazev 6ebb25f
Add flow/delay
lexaknyazev c63a37f
Address feedback
lexaknyazev 48851d2
Mention flow/delay activations limit
lexaknyazev 86bf693
Add pointer/get and pointer/set
lexaknyazev 71860b8
Add variable/get and variable/set
lexaknyazev ffd99ef
Adjust flow/throttle error condition
lexaknyazev 3260039
Update delay nodes
lexaknyazev 18e12cc
Clarify delay limits
lexaknyazev e73bc71
Clarify invalid values for pointer/set
lexaknyazev 38e690f
Add boolean arithmetic nodes
lexaknyazev 8fbc866
Add type conversion nodes
lexaknyazev b681b0a
Add math/select node
lexaknyazev 9e000b9
Add boolean XOR
lexaknyazev de89f6a
Add vector and matrix combine/extract nodes
lexaknyazev 6867635
Add pointer/interpolate
lexaknyazev 32fd170
Typo fixes
lexaknyazev 19630ba
Adjust min/max/clamp node descriptions
lexaknyazev a369436
Add animation control nodes
lexaknyazev 4685e06
Add lifecycle nodes
lexaknyazev 09f1f1d
Add custom event nodes
lexaknyazev 22fecec
Add more intro sections
lexaknyazev 63f5d3d
Add JSON syntax
lexaknyazev 4177adf
Initialize floating-point variables to NaN
lexaknyazev 21e1b4c
Update custom event nodes
lexaknyazev 83aa69c
Align async output flow socket names
lexaknyazev d873db6
Clarify flow/multiGate randomness
lexaknyazev 86409f3
Fix typo
lexaknyazev 4834fcd
Clarify input value sockets for pointer nodes
lexaknyazev e33a3bc
Clarify configuration value types
lexaknyazev fbcf696
Clarify pointer nodes for not mutable pointers
lexaknyazev 11339a0
Add active camera pointers
lexaknyazev 220ca40
Clarify pointer nodes validity
lexaknyazev c77e924
Public specification update
lexaknyazev 45ef4a7
Update GitHub Actions
lexaknyazev 298984e
Address feedback
lexaknyazev d9aa299
Validation and typo fixes
lexaknyazev fa4b37c
Add more tips
lexaknyazev 3e8791f
Refine math node definitions
lexaknyazev 02ca19d
Refine vector and matrix nodes
lexaknyazev a873ea7
Clarify ordering of inline value components
lexaknyazev 82bae09
Clarify that strings are case-sensitive
lexaknyazev 8fb8578
Clarify descriptions of math/clamp and math/saturate
lexaknyazev be2fa21
Expand flow socket descriptions
lexaknyazev cdabac1
Fix math/asinh table formatting
lexaknyazev c2259bf
Add math/matCompose
lexaknyazev c30626a
Add math/matDecompose
lexaknyazev 111288d
Allow unused input value sockets
lexaknyazev 05e6715
Adjust value socket definitions
lexaknyazev 1ffad04
Tighten validity of configurable nodes
lexaknyazev 1493bcd
Add math/switch
lexaknyazev 518b740
Clarify animation nodes and pointers usage
lexaknyazev 9bc12f7
Add pointer node tips about unsupported pointers
lexaknyazev d9bfdb0
Clarify animations targeting the same properties
lexaknyazev 5ef1fad
Add variable/setMultiple
lexaknyazev 38bc704
Update pointer template syntax
lexaknyazev 6f6b10d
Clarify effective JSON Pointer generation
lexaknyazev 048bc30
Add debug/log
lexaknyazev 5713a5c
Update math rotate nodes
lexaknyazev b8e8a5a
Add basic quaternion nodes
lexaknyazev 4f0e47e
Update math/rotate* input sockets
lexaknyazev 72fe934
Update math nodes spelling
lexaknyazev 23bcc6f
Fix typos
lexaknyazev f6af2bf
Fix table formatting
lexaknyazev 151988b
Support matrix types only for arithmetic operations
lexaknyazev 2c85ad8
Merge variable/set and variable/setMultiple nodes
lexaknyazev 2f4558f
Refine math/inverse, math/matDecompose, and math/quatFromDirections
lexaknyazev 582c2fa
Add math/quatFromUpForward
lexaknyazev 461eb8d
Add math/quatSlerp
lexaknyazev 248c2e3
Tweak Turing completeness language
lexaknyazev cdc399f
Add math/Tau
lexaknyazev 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.