|
-
November 29th, 2008, 01:03 PM
#1
Action Screen - Question Texture Mappings
i need an explanation what does this part of code do:
private function createTerrainTriangles(num:int):void{
locked = true;
_ground = new Vector.<Number>();
var rows:int = num; //number of points per column
var columns:int = num; //new of points per row
var jumpX:Number = 760/(columns-1);
var jumpY:Number = 560/(rows-1);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|