stfexp.camera

A camera with perspective or orthographic projection.

Implementations

Blender

bpy.types.Camera

Module

Unity

Camera

Module
Default Processor

Godot

Camera3D

Module

Properties

Key

Required

Type

Description

projection

Yes

string

Possible values are “perspective” and “orthographic”

aspect_ratio

Yes

float

fov

Yes

float

Vertical field of view for “perspective” projection or the vertical size of the orthographic plane for “orthographic” projection.

Json Example

"e7dd296d-024a-49cf-af5b-21c12c85eb31": {
	"type": "stfexp.camera",
	"name": "",
	"projection": "orthographic",
	"aspect_ratio": 1.7777777777777777,
	"fov": 4.114285737276077
},