beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

GltfCameraViewMatrix Op



GltfCameraViewMatrix
Namespace: Ops.Gl.GLTF

Op author: pandur

get view matrix from a gltf camera




Inputs

Update (Trigger)
Node Name (String)

the exact name of a camera view to find in the scene.

Outputs

Matrix (Array)
Found (boolean Number)

was the node name of the camera found


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Example GLTF Camera View Matrix

In this example the GLTFcameraviewmatrix OP is used to get one of the views of 3 cameras in a GLTF scene and an AnimMatrix OP is used to smoothly interpolate between them.


Youtube Video Tutorial

Patches using GltfCameraViewMatrix

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2021-04-07 - pandur
Ops.User.pandur.GltfCameraViewMatrix renamed to Ops.Gl.GLTF.GltfCameraViewMatrix
2021-04-07 - pandur