| Package | Description |
|---|---|
| com.io7m.jcamera |
Camera implementations.
|
| com.io7m.jcamera.examples.jogl |
JOGL examples.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCameraSphericalInput
An input for a spherical camera.
|
| Modifier and Type | Method and Description |
|---|---|
JCameraSphericalInputType |
JCameraSphericalLinearIntegratorZoomScaled.integratorGetInput() |
JCameraSphericalInputType |
JCameraSphericalLinearIntegratorType.integratorGetInput() |
JCameraSphericalInputType |
JCameraSphericalLinearIntegrator.integratorGetInput() |
JCameraSphericalInputType |
JCameraSphericalAngularIntegratorType.integratorGetInput() |
JCameraSphericalInputType |
JCameraSphericalAngularIntegrator.integratorGetInput() |
static JCameraSphericalInputType |
JCameraSphericalInput.newInput() |
| Modifier and Type | Method and Description |
|---|---|
static JCameraSphericalLinearIntegratorType |
JCameraSphericalLinearIntegratorZoomScaled.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Construct a new integrator.
|
static JCameraSphericalLinearIntegratorType |
JCameraSphericalLinearIntegrator.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Construct a new integrator.
|
static JCameraSphericalIntegratorType |
JCameraSphericalIntegrator.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Return a new integrator for the given camera and input using the default
integrator implementations.
|
static JCameraSphericalAngularIntegratorType |
JCameraSphericalAngularIntegrator.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Construct a new integrator.
|
| Modifier and Type | Method and Description |
|---|---|
JCameraSphericalInputType |
ExampleSphericalSimulationType.getInput() |
JCameraSphericalInputType |
ExampleSphericalSimulation.getInput() |
| Constructor and Description |
|---|
ExampleSphericalMouseListener(com.jogamp.newt.Window in_window,
AtomicReference<JCameraSphericalMouseRegion> in_mouse_region,
JCameraSphericalInputType in_input,
ExampleRendererType in_renderer) |
Copyright © 2016 <code@io7m.com> http://io7m.com