-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Description
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?
- 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).