Modifier and Type | Class and Description |
---|---|
class |
NGDefaultCamera |
class |
NGParallelCamera
TODO: 3D - Need documentation
|
class |
NGPerspectiveCamera
Specifies a Swing-coordinates camera, suitable for mixing with Swing and
the 2D scene graph.
|
Modifier and Type | Field and Description |
---|---|
private NGCamera |
NGSubScene.camera |
static NGCamera |
NGCamera.INSTANCE |
Modifier and Type | Method and Description |
---|---|
NGCamera |
NGSubScene.getCamera() |
Modifier and Type | Method and Description |
---|---|
void |
NGSubScene.setCamera(NGCamera camera) |
Modifier and Type | Field and Description |
---|---|
NGCamera |
Toolkit.ImageRenderingContext.camera |
Modifier and Type | Method and Description |
---|---|
void |
TKScene.setCamera(NGCamera camera) |
Modifier and Type | Field and Description |
---|---|
private NGCamera |
SceneState.camera |
private NGCamera |
GlassScene.camera |
Modifier and Type | Method and Description |
---|---|
(package private) NGCamera |
SceneState.getCamera() |
(package private) NGCamera |
GlassScene.getCamera() |
Modifier and Type | Method and Description |
---|---|
private void |
ViewPainter.adjustPerspective(NGCamera camera) |
void |
GlassScene.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
NGCamera |
Graphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
protected BaseShaderContext.State |
D3DContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Modifier and Type | Method and Description |
---|---|
void |
ES2Graphics.setCamera(NGCamera camera) |
protected BaseShaderContext.State |
ES2Context.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Modifier and Type | Field and Description |
---|---|
private NGCamera |
BaseGraphics.camera |
Modifier and Type | Method and Description |
---|---|
protected NGCamera |
BaseGraphics.getCamera() |
NGCamera |
BaseGraphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setCamera(NGCamera camera) |
protected abstract void |
BaseContext.setRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest,
boolean state3D) |
Modifier and Type | Field and Description |
---|---|
private NGCamera |
BaseShaderContext.State.lastCamera |
Modifier and Type | Method and Description |
---|---|
(package private) static PickRay |
PaintHelper.project(float x,
float y,
NGCamera cam,
BaseTransform inv,
PickRay tmpray,
Vec3d tmpvec,
Point2D ret) |
protected void |
BaseShaderContext.setRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest,
boolean state3D) |
protected abstract BaseShaderContext.State |
BaseShaderContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Modifier and Type | Method and Description |
---|---|
NGCamera |
J2DPrismGraphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
protected BaseShaderContext.State |
DummyContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Modifier and Type | Method and Description |
---|---|
NGCamera |
SWGraphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
SWGraphics.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
(package private) static Point2D |
PrEffectHelper.project(float x,
float y,
double vw,
double vh,
NGCamera cam,
BaseTransform inv,
PickRay tmpray,
Vec3d tmpvec,
Point2D ret) |
Modifier and Type | Class and Description |
---|---|
class |
WCCamera |
Modifier and Type | Field and Description |
---|---|
static NGCamera |
WCCamera.INSTANCE |