|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CameraConfig | |
|---|---|
| com.threerings.tudey.client | |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.data | Tudey data. |
| com.threerings.tudey.server | |
| com.threerings.tudey.util | |
| Uses of CameraConfig in com.threerings.tudey.client |
|---|
| Methods in com.threerings.tudey.client with parameters of type CameraConfig | |
|---|---|
void |
TudeySceneView.addCameraConfig(CameraConfig camcfg)
Adds a camera config to the stack with no transition. |
void |
TudeySceneView.addCameraConfig(CameraConfig camcfg,
float transition,
Easing easing)
Adds a camera config to the stack with an option transition. |
void |
TudeySceneView.removeCameraConfig(CameraConfig camcfg)
Removes a camera config from the stack with no transition. |
void |
TudeySceneView.removeCameraConfig(CameraConfig camcfg,
float transition,
Easing easing)
Removes a camera config from the stack with an optional transition. |
void |
TudeySceneService.setCameraParams(CameraConfig config,
float aspect)
Requests to change the client's camera parameters (which affect its area of interest). |
| Uses of CameraConfig in com.threerings.tudey.config |
|---|
| Fields in com.threerings.tudey.config declared as CameraConfig | |
|---|---|
CameraConfig |
TudeyViewerEffectConfig.Camera.camera
The camera configuration. |
CameraConfig |
SceneGlobalConfig.Camera.camera
The camera config. |
| Methods in com.threerings.tudey.config that return CameraConfig | |
|---|---|
CameraConfig |
CameraConfig.lerp(CameraConfig other,
float t)
Interpolates between this and the specified other config. |
CameraConfig |
CameraConfig.lerp(CameraConfig other,
float t,
CameraConfig result)
Interpolates between this and the specified other config, storing the result in the object provided. |
CameraConfig |
CameraConfig.lerpLocal(CameraConfig other,
float t)
Interpolates between this and the specified other config, storing the result in this config. |
CameraConfig |
CameraConfig.set(CameraConfig other)
Copies the parameters of another config. |
CameraConfig |
CameraConfig.set(int priority,
float fov,
float near,
float far,
SphereCoords coords,
Vector3f offset)
Sets the parameters of this config. |
| Methods in com.threerings.tudey.config with parameters of type CameraConfig | |
|---|---|
CameraConfig |
CameraConfig.lerp(CameraConfig other,
float t)
Interpolates between this and the specified other config. |
CameraConfig |
CameraConfig.lerp(CameraConfig other,
float t,
CameraConfig result)
Interpolates between this and the specified other config, storing the result in the object provided. |
CameraConfig |
CameraConfig.lerpLocal(CameraConfig other,
float t)
Interpolates between this and the specified other config, storing the result in this config. |
CameraConfig |
CameraConfig.set(CameraConfig other)
Copies the parameters of another config. |
| Constructors in com.threerings.tudey.config with parameters of type CameraConfig | |
|---|---|
CameraConfig(CameraConfig other)
Copy constructor. |
|
| Uses of CameraConfig in com.threerings.tudey.data |
|---|
| Methods in com.threerings.tudey.data with parameters of type CameraConfig | |
|---|---|
void |
TudeySceneMarshaller.setCameraParams(CameraConfig arg1,
float arg2)
|
| Uses of CameraConfig in com.threerings.tudey.server |
|---|
| Methods in com.threerings.tudey.server with parameters of type CameraConfig | |
|---|---|
void |
ClientLiaison.setCameraParams(CameraConfig config,
float aspect)
Sets the client's camera parameters. |
void |
TudeySceneProvider.setCameraParams(com.threerings.presents.data.ClientObject caller,
CameraConfig arg1,
float arg2)
Handles a TudeySceneService.setCameraParams(com.threerings.tudey.config.CameraConfig, float) request. |
void |
TudeySceneManager.setCameraParams(com.threerings.presents.data.ClientObject caller,
CameraConfig config,
float aspect)
|
| Uses of CameraConfig in com.threerings.tudey.util |
|---|
| Methods in com.threerings.tudey.util that return CameraConfig | |
|---|---|
static CameraConfig |
TudeySceneMetrics.getDefaultCameraConfig()
Returns a reference to the default camera config. |
| Methods in com.threerings.tudey.util with parameters of type CameraConfig | |
|---|---|
static Rect |
TudeySceneMetrics.getLocalInterest(CameraConfig config,
float aspect)
Returns the local area of interest corresponding to the given camera parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||