DavidP

DavidP

DavidP last signed in Aug 21 2011 and has been on Bukisa since Jul 07, 2009.


About Me:


More of Mine

My Friends

Simon G

I haven't added any favorites yet.



I haven't recieved any comments yet.



for Away3D Programming Tutorials - Getting Started on 7th, Jul 2009

You are an absolute GOD for publishing this! This is the first time a getting started tutorial has really helped structure a project. Usually when I learn something new I am so focused on learning the material that I can't also focus on good abstraction and OO technique. Thanks for laying out the beginners stuff in such a great fasion! Just one simple update for you: If you change the width and height of the View3D viewport it skewes the image, as the container is updated it's probably more logical to update a clipping area (at least that was the first thing I ran into). In updateDisplayList() swap out the width/heigh update for: view.clipping = new RectangleClipping({minX:-this.width/2, minY:-this.height/2, maxX:this.width/2, maxY:this.height/2 }); Thanks again for the truly superb tutorial - best I've ever seen! I can't wait to get through the rest of them!