@twinfinity/core
    Preparing search index...

    Interface CameraLookAt

    This interface defines a Camera look at, where two 3D points define positions for eye to look from and target to look towards.

    interface CameraLookAt {
        eye: Vector3;
        target: Vector3;
    }
    Index

    Properties

    Properties

    eye: Vector3
    target: Vector3