3D Features Planned for Version 8 (original) (raw)
joe andresen joseph.andresen at oracle.com
Mon Oct 8 10:52:42 PDT 2012
- Previous message: 3D Features Planned for Version 8
- Next message: 3D Features Planned for Version 8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/8/2012 9:59 AM, Dr. Michael Paus wrote:
Am 08.10.2012 17:41, schrieb joe andresen:
To be exact something like this
|// Add camera to scene graph (so it can move)| |Group cameraGroup = ||new| |Group();| |cameraGroup.getChildren().add(camera);| |root.getChildren().add(cameraGroup); ImaveView imageView = new ImageView(...); cameraGroup.getChildren().add(||imageView||); //transform cameraGroup to transform camera and billboards. No, this is not the behaviour of a billboard. Bilboard and camera can move independently of each other. Only the orientation of the bilboard is always in the direction towards the camera.
That ImageView can still be transformed independently.....
- Previous message: 3D Features Planned for Version 8
- Next message: 3D Features Planned for Version 8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]