Problem with SGCamera
in
Contributed Library Questions
•
2 years ago
Hello,
I programmed a 2D game and now I want to program the same game in 3D. My idea was to make the environment with Blender. So I was looking for a possibility to integrate the blender files into the processing code. I found this website with this sketch: http://screamyguy.net/gallery/index.htm
It seems to be the solution for problem, but when I try to compile sketch with the whole libraries and files an error message appears
Thanks :)
EDIT: I tried to compile the sketch with different Processing versions (1.5, 1.2, 1.0)
EDIT2: After a long process(ing) of trial and error the library works. So I come to a new problem.
I have the same error like " i kill bombs" in this old thread:
http://processing.org/discourse/yabb2/YaBB.pl?num=1194129549
EDIT3: When I delete the whole passage with the constructor Ray a new error appears
I programmed a 2D game and now I want to program the same game in 3D. My idea was to make the environment with Blender. So I was looking for a possibility to integrate the blender files into the processing code. I found this website with this sketch: http://screamyguy.net/gallery/index.htm
It seems to be the solution for problem, but when I try to compile sketch with the whole libraries and files an error message appears
When I try to import the library manually another error message appearsThe type SGCamera.SGCamera cannot be resolved. It is indirectly referenced from required .class files.
So have you a solution for the problem or an alternative suggestion to create a 3D world with Blender and to travel through this world?Ignoring C:\..\libraries\SGCamera\library\SGCamera.jar (error in opening zip file)
Thanks :)
EDIT: I tried to compile the sketch with different Processing versions (1.5, 1.2, 1.0)
EDIT2: After a long process(ing) of trial and error the library works. So I come to a new problem.
I have the same error like " i kill bombs" in this old thread:
http://processing.org/discourse/yabb2/YaBB.pl?num=1194129549
The constructor Ray(PVector, Tuple3f) is undefined
EDIT3: When I delete the whole passage with the constructor Ray a new error appears
It's a wonder for me, how the online version works. I think it doesn't make much sense to waste my time with this library, so have anybody an alternative solution?The function getCopy() does not exist
1