kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

SVN checkout has missing dependencies in BSPTree.as #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download from SVN
2. Make a program that uses the component
3. Compile the program

What is the expected output? What do you see instead?
I had expected the program to compile, but instead; I received a warning 
message saying that it was unable to compile because it couldn't resolve 
class Face or Material

What version of the product are you using? On what operating system?
The current SVN revision 2439 on the IDWOS (version 2010).

Please provide any additional information below.

I have attached a patch to fix the problem. If you are unable to view the 
DIFF file; see the raw output below:

Index: graphs/bsp/BSPTree.as
===================================================================
--- graphs/bsp/BSPTree.as   (revision 2492)
+++ graphs/bsp/BSPTree.as   (working copy)
@@ -16,7 +16,8 @@
    import away3d.core.traverse.Traverser;
    import away3d.core.utils.CameraVarsStore;
    import away3d.events.Object3DEvent;
-
+   import away3d.core.base.Face;
+import away3d.materials.Material;
    import flash.utils.Dictionary;

    use namespace arcane;

Original issue reported on code.google.com by brielc...@gmail.com on 3 May 2010 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
This issue is now fixed in the most recent revision.

Original comment by brielc...@gmail.com on 9 May 2010 at 1:26

GoogleCodeExporter commented 8 years ago
Confirmed fixed in trunk. Closing

Original comment by jens...@gmail.com on 30 Jun 2010 at 10:43