I get this error every time I start a new flex project with cairngorm. Because I don’t want to google this anymore, I write the solution down. Just add the following compiler argument and it should work.
-source-path+=locale/{locale}
I get this error every time I start a new flex project with cairngorm. Because I don’t want to google this anymore, I write the solution down. Just add the following compiler argument and it should work.
-source-path+=locale/{locale}
PAGE, one of the most popular design magazines in Germany, published an article about my project Das Astronomische Jahr. In their new magazine “weave” they published the article “Generation Interactive”, in which Jens Franke gives an overview of current trends in interaction design. He presents some interesting student projects, among others my 6th semester project “Das Astronomische Jahr”:
Full article
Events in Papervision are InteractiveScene3DEvents. You can add event listeners for InteractiveScene3DEvents to any DisplayObject3D or to the InteractiveSceneManager of Viewport3D.
The interactive-property of a DisplayObject3D´s material must be true to make the object interactive. The interactive property of your viewport must also be true. If you want to add an event listener to your viewport, you have to add it to the viewport´s InteractiveSceneManager.