Real 3D Pixel Drawer (Other)

Pixel Drawer in real 3D powered by mighty Away3D Engine.

You can

  • define a 3D background image
  • change the size of the pixels
  • define a color for each pixel
  • change the mesh transparency of the pixels
  • change the wireframe transparency of the pixels
  • change the horizontal and vertical space between pixels
  • change the response of the application to the mouse events
  • Xml Structure

    <?xml version="1.0" encoding="utf-8"?>
    <data>
        <settings cubesize="30" bgpicwidth="700" verticalfactor3d=".2" wirealpha=".4" bgpicheight="700" horizontalspace="6" meshalpha=".8" verticalspace="6" horizontalfactor3d=".2" link="" bgpic="">
            <color>0xFF0000</color>
            <color>0x0000FF</color>
        </settings>
        <row>1,2,1,2,0,0,1,1</row>
        <row>2,1,2,1,0,0,2,2</row>
        <row>2,2,2,2,2,2,2,2</row>
    </data>
    

    Download Real 3D Pixel Drawer (Other)

    Leave a Reply

    Your email address will not be published. Required fields are marked *