Notes:
Can be used to create some cool optical illusions. This library element was inspired when we created this design.
It features a center disk and two others, positioned on either side at a given offset with a given scaled size. This allows the designer to give the illusion of a shadowed and lighten edge. The direction of the light/shadow disks can be set using the rotation parameter.
Features and Usage:
| Primary Attributes: |
11 parameters: |
|---|---|
| To Create: |
var center = new TNTPoint(0, 0); |
| To Draw: |
myDisk.drawTNTShadowedDisk(context); |
| Comments: |
Cool effects can be achieved when these guys tile a plane with their angles adjusted based on their postion or the number of them tiling the canvas. |
