Search found 2 matches

by danny.lesnik
Mon 22. Jun 2009, 01:13
Forum: Programming Help
Topic: Help with Camera
Replies: 3
Views: 983

Re: Help with Camera

Hi Steffen, Sure, that changing ViewPort does not move came... I'm just going through samples and tutorials and what I'm trying is the following code, but it doesn't get the desired effect: public class MyViewer { public static void main(String[] args) { SceneGraphComponent world = SceneGraphUtility...
by danny.lesnik
Sun 21. Jun 2009, 15:48
Forum: Programming Help
Topic: Help with Camera
Replies: 3
Views: 983

Help with Camera

Hello, I'm looking for an option to move camera around object on surface around 180 degrees forward/backward, up/down and left/right according to key pressed. Till now I have found how can I move my camera forward and backward public void actionPerformed(ActionEvent e) { Camera camera = CameraUtilit...