Talk:Download: Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
No edit summary |
(Undo revision 10190 by 71.123.236.16 (talk)) |
||
Line 1: | Line 1: | ||
Hi David .. try doing a test with a simple grmteoeic figure. When you export the file. AS apparently is okay, the problem happens when you add to the container Alternativa3D. You use the following code:var bx: mybox mybox = new ();bx.calculateNormals (true);bx.calculateBounds ();container.addChild (bx);But as it happens in version 7, the method calculateNormals () does not exist. So I put:var bx: mybox mybox = new ();bx.calculateBounds ();container.addChild (bx);But in this case adds nothing to the container, then I fail to see anything, but how big you assign the object. What would be the correct way to add it. Thanks to Excellent Your Job | |||
Revision as of 02:20, 23 July 2012
Hi David .. try doing a test with a simple grmteoeic figure. When you export the file. AS apparently is okay, the problem happens when you add to the container Alternativa3D. You use the following code:var bx: mybox mybox = new ();bx.calculateNormals (true);bx.calculateBounds ();container.addChild (bx);But as it happens in version 7, the method calculateNormals () does not exist. So I put:var bx: mybox mybox = new ();bx.calculateBounds ();container.addChild (bx);But in this case adds nothing to the container, then I fail to see anything, but how big you assign the object. What would be the correct way to add it. Thanks to Excellent Your Job