Papervision3D: BasicView


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*
  2. ** @name : initPapervision()
  3. ** @description : esempio di inizializzazione di Papervision3D con GreatWhite
  4. */
  5. protected function initPapervision():void {
  6. bv = new BasicView(640, 480, false, true);
  7. addChild( bv);
  8. }

URL: http://www.undolog.com/2008/05/30/papervision3d-basicview/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.