home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / org / papervision3d / scenes / Scene3D.as
Encoding:
Text File  |  2010-06-23  |  231 b   |  14 lines

  1. package org.papervision3d.scenes
  2. {
  3.    import org.papervision3d.core.proto.SceneObject3D;
  4.    
  5.    public class Scene3D extends SceneObject3D
  6.    {
  7.       public function Scene3D()
  8.       {
  9.          super();
  10.       }
  11.    }
  12. }
  13.  
  14.