Issue 64: Add shadow nodes to extras http://code.google.com/p/piccolo2d/issues/detail?id=64
New issue report by heuermh: Add shadow nodes to extras (see shadow.png). The attached provides a static shadow node, static in that its shadow image is created on instantiation and not updated. It would be much more useful if the shadow node could act as a decorator group for other nodes (see GroupExample.java) or use/be an implementation of a NodeCache (see NodeCacheExample.java). http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/GroupExample.java http://code.google.com/p/piccolo2d/source/browse/piccolo2d.java/trunk/examples/src/main/java/edu/umd/cs/piccolo/examples/NodeCacheExample.java This still needs some work (see TODOs) so I have attached it as a patch instead of committing to trunk. Attachments: shadow.png 6.2 KB patch.txt 24.2 KB shadow-node-src.tar.gz 3.8 KB Issue attributes: Status: New Owner: ---- Labels: Type-Enhancement Priority-Medium Effort-Medium OpSys-All Toolkit-Piccolo2D.Java Component-Extras Milestone-1.3 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
