Layer as structs/gobjects
Bug #869493 reported by
Daniel Röhrig
on 2011-10-06
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Zafar |
High
|
Unassigned |
Bug Description
Layers should be own graphs(?) if that is possible with an own buffer, rotation, scaling...
Jon Nordby (jonnor) wrote : | #1 |
Daniel Röhrig (roehrig-daniel) wrote : | #2 |
Yes, but it may be necessary to temporary safe some buffer to speed up some operations. The more nodes we have, the more time the rendering will take. It's just an idea.
To post a comment you must log in.
Using a subgraph for each layer should be straightforward. Buffers are passed between nodes, you typically do not need to handle them much manually in an application.