We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

gfazioli on 06/02/08


Tagged

20 Papervision3D BasicView


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

gfazioli
taboularasa


Papervision3D: BasicView


Published in: ActionScript 3 


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

  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. }

Report this snippet 

You need to login to post a comment.