Camera

Overview

Camera is a class in Aspose.3D FOSS for Java. Inherits from: Entity.

Camera.Camera creates a new camera instance with default name and properties.

This class provides 1 method for working with Camera objects in Java programs. Available methods include: Camera. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

Camera is a class in the Aspose.3D FOSS library for Java that exposes 15 methods and 8 properties for programmatic use. It extends Entity, inheriting shared functionality from its parent type.

The class offers 5 constructor overloads, allowing flexible initialization depending on the calling context.

Methods

SignatureDescription
Camera()Creates a new camera instance with default name and properties
Camera(name: String)

See Also