Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
Modifier and Type | Field and Description |
---|---|
protected SLCamera |
SLAxes.camera |
Modifier and Type | Method and Description |
---|---|
SLCamera |
SLCameraControllerPanel.getCamera() |
SLCamera |
SLAxes.getCamera() |
SLCamera |
SLStereoCameraGroup.getCameraLeft() |
SLCamera |
SLStereoCameraGroup.getCameraRight() |
Modifier and Type | Method and Description |
---|---|
void |
SLStereoCameraGroup.addCamera(SLCamera cam) |
void |
SLCameraGroup.addCamera(SLCamera cam) |
void |
SLStereoCameraGroup.removeCamera(SLCamera cam) |
void |
SLCameraGroup.removeCamera(SLCamera cam) |
boolean |
SLComponent.seenIntersecting(SLComponent C,
SLCamera cam)
Convenience syntax that always returns false for intersection tests.
|
void |
SLAxes.setCamera(SLCamera c) |
void |
SLStereoCameraGroup.setCameraLeft(SLCamera cam) |
void |
SLStereoCameraGroup.setCameraRight(SLCamera cam) |
Constructor and Description |
---|
FitFrameModel(SLCamera camera) |
Graphics2DDemo.CameraKeyboardHandler(SLCamera a) |
Graphics3DDemo.CameraKeyboardHandler(SLCamera a) |
GraphicsDemo.CameraKeyboardHandler(SLCamera a) |
ShapeClipMap(SLCamera cam) |
SLCameraControllerFrame(SLCamera cam) |
SLCameraControllerPanel(SLCamera c)
Uses the camera's name as the title of the control dialog.
|
SLStereoCameraGroup(SLCamera camL,
SLCamera camR) |
Copyright © 2011, 2013. Daniel P. Dougherty