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

fix docs (add latch, reverse) #51

Merged
merged 1 commit into from
Dec 28, 2022
Merged

fix docs (add latch, reverse) #51

merged 1 commit into from
Dec 28, 2022

Conversation

ChristopherChudzicki
Copy link
Collaborator

Resolves #48

@ChristopherChudzicki ChristopherChudzicki force-pushed the fix-docs branch 2 times, most recently from 997d9f1 to 4dec8cd Compare December 28, 2022 17:21
@@ -55,6 +55,7 @@ export default {
{ expr: "function (emit, x, y, z, i, j, k, time, delta) { ... }" },
],
scale: ["data", "Human-friendly divisions on an axis, subdivided as needed"],
latch: ["data", "Control expr/data updates when conditions change"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This i took from the description in #32

@@ -89,6 +90,7 @@ export default {
],
resample: ["operator", "Resample data to new dimensions with a shader"],
repeat: ["operator", "Repeat data in one or more dimensions"],
reverse: ["operator", "Reverse data in one or more dimensions"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#32 's changelog did not have an entry for reverse...This description is probably true? If vague?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha I was stymied as well when I looked at this yesterday. If it becomes clear while porting the examples I'll add to these.

@sritchie sritchie merged commit a228437 into master Dec 28, 2022
@sritchie sritchie deleted the fix-docs branch December 28, 2022 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs are broken
2 participants