Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: ParallelCamera

[14:7] extends: Camera

Wraps JavaFX ParallelCamera, an orthographic camera that projects the scene without perspective foreshortening. Distant objects appear the same size as nearby objects. Useful for isometric games, 2.5D layouts, and CAD-like views. ParallelCamera has no field of view because there is no projection cone.

Methods

  • ParallelCamera ()

    Creates a new ParallelCamera.