Hi, thanks a lot for your answer. It works, well i don't get the red crosses anymore, but if i run the project, i received several errors like : "could not found ... Vector3d : and this is in red : public static function getAngle(w:Vector3D, q:Vector3D):Number and a lot more like this one.
my code is very simple, it's just to create a sphere to try the library on FDT. Apparently, it's the "Vector 3d" that causes a problem...? do you know how to fix this? On 20 déc, 13:56, sapphiriotic <[email protected]> wrote: > Hi, > Add to classpath works only with swc. You have to add folders as > "linked libraries". > You can create a new lib folder at the same level as your src/bin > folders and put your away3d folder in it (and any other frameworks you > want). Then in FDT you go to YourProjects -> properties (right click) -> FDT > Build Path -> Add Linked Libraries and create a new linked > > library pointing its source to the lib folder you've just created. > You can point directly to a3d folder as well, but have one linked > library folder is much more convenient. And you don't have to create > more and more new links once you decide to use some more libraries.
