You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it easier to get previous and current transformations for things like layer transformations (previously only possible with undocumented methods) on top of one another, which would be great for things like editing programs that could use multiple transformations (e.g. 2d models, 3d art), and it would also help with debugging.
Most appropriate sub-area of p5.js?
Accessibility
Color
Core/Environment/Rendering
Data
DOM
Events
Image
IO
Math
Typography
Utilities
WebGL
Build process
Unit testing
Internationalization
Friendly errors
Other (specify if possible)
Feature request details
Create a function that returns a list containing transformation data (could be a list containing the data in any format it shouldn't really make a difference) for each transformation in order (preferrably so that the first/base transformation is at index 0).
The text was updated successfully, but these errors were encountered:
Increasing access
This would make it easier to get previous and current transformations for things like layer transformations (previously only possible with undocumented methods) on top of one another, which would be great for things like editing programs that could use multiple transformations (e.g. 2d models, 3d art), and it would also help with debugging.
Most appropriate sub-area of p5.js?
Feature request details
Create a function that returns a list containing transformation data (could be a list containing the data in any format it shouldn't really make a difference) for each transformation in order (preferrably so that the first/base transformation is at index 0).
The text was updated successfully, but these errors were encountered: