Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface P3dCameraResponse

Hierarchy

Index

Properties

Properties

location?: { x: number; y: number; z: number }

Location of the camera, in scene space coordinates

Type declaration

  • x: number
  • y: number
  • z: number
target?: { x: number; y: number; z: number }

Point that the camera is looking at and rotating around, in scene space coordinates

Type declaration

  • x: number
  • y: number
  • z: number

Generated using TypeDoc