Package | Description |
---|---|
fr.inria.zvtm.cluster |
Enables distributed rendering of ZVTM views on multiple computers.
|
fr.inria.zvtm.engine |
ZVTM core functionalities.
|
fr.inria.zvtm.engine.portals |
Portals that can be embedded in ZVTM views (to create views within views).
|
Modifier and Type | Method and Description |
---|---|
Location |
ClusteredView.centerOnRegion(Camera cam,
double x1,
double y1,
double x2,
double y2) |
Modifier and Type | Method and Description |
---|---|
Location |
View.centerOnGlyph(Glyph g,
Camera c,
int d)
Translates and (un)zooms a camera in order to focus on glyph g
The camera must be used in this view.
|
Location |
View.centerOnGlyph(Glyph g,
Camera c,
int d,
boolean z)
Translates and (un)zooms a camera in order to focus on glyph g
The camera must be used in this view.
|
Location |
View.centerOnGlyph(Glyph g,
Camera c,
int d,
boolean z,
float mFactor)
Translates and (un)zooms a camera in order to focus on glyph g
The camera must be used in this view.
|
Location |
View.centerOnGlyph(Glyph g,
Camera c,
int d,
boolean z,
float mFactor,
EndAction endAction)
Translates and (un)zooms a camera in order to focus on glyph g
The camera must be used in this view.
|
Location |
View.centerOnRegion(Camera c,
int d,
double x1,
double y1,
double x2,
double y2)
Translates and (un)zooms a camera in order to focus on a specific rectangular region
The camera must be used in this view.
|
Location |
View.centerOnRegion(Camera c,
int d,
double x1,
double y1,
double x2,
double y2,
EndAction ea)
Translates and (un)zooms a camera in order to focus on a specific rectangular region
The camera must be used in this view.
|
Location |
View.getGlobalView(Camera c)
Get the location from which a camera will see everything visible in the associated virtual space.
|
Location |
View.getGlobalView(Camera c,
float mFactor)
Get the location from which a camera will see all glyphs visible in the associated virtual space.
|
Location |
View.getGlobalView(Camera c,
int d)
Translates and (un)zooms a camera in order to see everything visible in the associated virtual space.
|
Location |
View.getGlobalView(Camera c,
int d,
float mFactor)
Translates and (un)zooms a camera in order to see everything visible in the associated virtual space.
|
Location |
Camera.getLocation()
Get camera location.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Location.equals(Location l1,
Location l2) |
static Vector |
Location.getDifference(Location l1,
Location l2)
Get the difference between two locations in position and altitude.
|
void |
Camera.setLocation(Location l)
Set camera location.
|
Modifier and Type | Method and Description |
---|---|
Location |
CameraPortal.centerOnRegion(double x1,
double y1,
double x2,
double y2)
Get the location from which this portal's camera will focus on a specific rectangular region.
|
Location |
CameraPortal.centerOnRegion(double x1,
double y1,
double x2,
double y2,
Camera c)
Get the location from which this portal's camera will focus on a specific rectangular region.
|
Location |
CameraPortal.centerOnRegion(int d,
double x1,
double y1,
double x2,
double y2)
Translates and (un)zooms this portal's camera in order to focus on a specific rectangular region
|
Location |
CameraPortal.centerOnRegion(int d,
double x1,
double y1,
double x2,
double y2,
Camera c)
Translates and (un)zooms this portal's camera in order to focus on a specific rectangular region
|
Location |
CameraPortal.getGlobalView()
Get the location from which the Camera in this Portal will see all glyphs visible in the associated virtual space.
|
Location |
CameraPortal.getGlobalView(Camera c)
Get the location from which a Camera in this Portal will see all glyphs visible in the associated virtual space.
|
Location |
CameraPortal.getGlobalView(int d)
Translates and (un)zooms this portal's camera in order to see everything visible in the associated virtual space.
|
Location |
CameraPortal.getGlobalView(int d,
Camera c)
Translates and (un)zooms this portal's camera in order to see everything visible in the associated virtual space.
|
Location |
CameraPortal.getSeamlessView(Camera contextCam)
Position one of this portal's cameras so that it seamlessly integrates with the surrounding context.
|
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.