API / geotoolkit3d / Plot / CameraType

Enumeration: CameraType

geotoolkit3d.Plot.CameraType

Enum of built-in camera types.
Each Camera has its own projection algorithm.

Table of contents

Enumeration Members

Contents

Enumeration Members

Orthographic

Orthographic = "orthographic"

Camera will be using an orthographic projection


Perspective

Perspective = "perspective"

Camera will be using a perspective projection