bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class BabylonCamera

    Index

    Constructors

    Properties

    adjust

    • Freeze projection matrix of the camera

      Parameters

      Returns void

      freeze projection matrix

    • Unfreeze projection matrix of the camera

      Parameters

      Returns void

      unfreeze projection matrix

    • Changes the the mode of the camera to orthographic

      Parameters

      Returns void

      enable orthographic mode

    • Changes the mode of a camera to perspective

      Parameters

      Returns void

      enable perspective mode

    get

    • Gets the position of a camera

      Parameters

      Returns Point3

      get camera position

    • Gets the target of a camera

      Parameters

      Returns Point3

      get camera target

    • Gets the speed of a camera

      Parameters

      Returns Point3

      get camera speed

    set

    • Changes the position of a camera

      Parameters

      Returns void

      set camera position

    • Changes the target of a camera

      Parameters

      Returns void

      set camera target

    • Changes the speed of a camera

      Parameters

      Returns void

      set camera speed

    • Changes the minZ of a camera

      Parameters

      Returns void

      set camera min z

    • Changes the maxZ of a camera

      Parameters

      • inputs: MaxZDto

        camera and maxz value

      Returns void

      camera max z