Uses of Class
com.badlogic.gdx.graphics.Camera
-
-
Uses of Camera in com.badlogic.gdx.graphics
Subclasses of Camera in com.badlogic.gdx.graphics Modifier and Type Class Description classOrthographicCameraA camera with orthographic projection.classPerspectiveCameraA Camera with perspective projection. -
Uses of Camera in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as Camera Modifier and Type Field Description protected CameraModelBatch. cameraMethods in com.badlogic.gdx.graphics.g3d that return Camera Modifier and Type Method Description CameraModelBatch. getCamera()Provides access to the current camera in betweenModelBatch.begin(Camera)andModelBatch.end().Methods in com.badlogic.gdx.graphics.g3d with parameters of type Camera Modifier and Type Method Description voidModelBatch. begin(Camera cam)Start rendering one or moreRenderables.voidModelCache. begin(Camera camera)Begin creating the cache, must be followed by a call toModelCache.end(), in between these calls one or more calls to one of the add(...) methods can be made.voidShader. begin(Camera camera, RenderContext context)Initializes the context for exclusive rendering by this shader.voidModelBatch. setCamera(Camera cam)Change the camera in betweenModelBatch.begin(Camera)andModelBatch.end().voidModelCache.Sorter. sort(Camera camera, Array<Renderable> renderables) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.decals
Methods in com.badlogic.gdx.graphics.g3d.decals that return Camera Modifier and Type Method Description CameraCameraGroupStrategy. getCamera()Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type Camera Modifier and Type Method Description voidCameraGroupStrategy. setCamera(Camera camera)Constructors in com.badlogic.gdx.graphics.g3d.decals with parameters of type Camera Constructor Description CameraGroupStrategy(Camera camera)CameraGroupStrategy(Camera camera, java.util.Comparator<Decal> sorter) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.environment
Fields in com.badlogic.gdx.graphics.g3d.environment declared as Camera Modifier and Type Field Description protected CameraDirectionalShadowLight. camMethods in com.badlogic.gdx.graphics.g3d.environment that return Camera Modifier and Type Method Description CameraDirectionalShadowLight. getCamera()Methods in com.badlogic.gdx.graphics.g3d.environment with parameters of type Camera Modifier and Type Method Description voidDirectionalShadowLight. begin(Camera camera)voidDirectionalShadowLight. update(Camera camera) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles declared as Camera Modifier and Type Field Description protected CameraParticleSorter. cameraMethods in com.badlogic.gdx.graphics.g3d.particles with parameters of type Camera Modifier and Type Method Description voidParticleShader. begin(Camera camera, RenderContext context)voidParticleSorter. setCamera(Camera camera) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as Camera Modifier and Type Field Description protected CameraBufferedParticleBatch. cameraMethods in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type Camera Modifier and Type Method Description voidBufferedParticleBatch. setCamera(Camera camera) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as Camera Modifier and Type Field Description CameraBaseShader. cameraMethods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type Camera Modifier and Type Method Description voidBaseShader. begin(Camera camera, RenderContext context)voidDefaultShader. begin(Camera camera, RenderContext context)voidDepthShader. begin(Camera camera, RenderContext context) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as Camera Modifier and Type Field Description CameraCameraInputController. cameraThe camera.protected CameraFirstPersonCameraController. cameraMethods in com.badlogic.gdx.graphics.g3d.utils with parameters of type Camera Modifier and Type Method Description voidDefaultRenderableSorter. sort(Camera camera, Array<Renderable> renderables)voidRenderableSorter. sort(Camera camera, Array<Renderable> renderables)Sorts the array ofRenderableinstances based on some criteria, e.g.Constructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type Camera Constructor Description CameraInputController(Camera camera)CameraInputController(CameraInputController.CameraGestureListener gestureListener, Camera camera)FirstPersonCameraController(Camera camera) -
Uses of Camera in com.badlogic.gdx.graphics.g3d.utils.shapebuilders
Methods in com.badlogic.gdx.graphics.g3d.utils.shapebuilders with parameters of type Camera Modifier and Type Method Description static voidFrustumShapeBuilder. build(MeshPartBuilder builder, Camera camera)Build camera with default colorsstatic voidFrustumShapeBuilder. build(MeshPartBuilder builder, Camera camera, Color frustumColor, Color coneColor, Color upColor, Color targetColor, Color crossColor)Build Camera with custom colors -
Uses of Camera in com.badlogic.gdx.scenes.scene2d
Methods in com.badlogic.gdx.scenes.scene2d that return Camera Modifier and Type Method Description CameraStage. getCamera()The viewport's camera. -
Uses of Camera in com.badlogic.gdx.scenes.scene2d.utils
Methods in com.badlogic.gdx.scenes.scene2d.utils with parameters of type Camera Modifier and Type Method Description static voidScissorStack. calculateScissors(Camera camera, float viewportX, float viewportY, float viewportWidth, float viewportHeight, Matrix4 batchTransform, Rectangle area, Rectangle scissor)static voidScissorStack. calculateScissors(Camera camera, Matrix4 batchTransform, Rectangle area, Rectangle scissor)Calculates a scissor rectangle using 0,0,Gdx.graphics.getWidth(),Gdx.graphics.getHeight() as the viewport. -
Uses of Camera in com.badlogic.gdx.utils.viewport
Methods in com.badlogic.gdx.utils.viewport that return Camera Modifier and Type Method Description CameraViewport. getCamera()Methods in com.badlogic.gdx.utils.viewport with parameters of type Camera Modifier and Type Method Description voidViewport. setCamera(Camera camera)Constructors in com.badlogic.gdx.utils.viewport with parameters of type Camera Constructor Description ExtendViewport(float minWorldWidth, float minWorldHeight, float maxWorldWidth, float maxWorldHeight, Camera camera)Creates a new viewport with a maximum world size.ExtendViewport(float minWorldWidth, float minWorldHeight, Camera camera)Creates a new viewport with no maximum world size.FillViewport(float worldWidth, float worldHeight, Camera camera)FitViewport(float worldWidth, float worldHeight, Camera camera)ScalingViewport(Scaling scaling, float worldWidth, float worldHeight, Camera camera)ScreenViewport(Camera camera)StretchViewport(float worldWidth, float worldHeight, Camera camera)
-