Add camera control toggle to preview edit functions

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-16 10:23:36 -07:00
parent e9dc663c0f
commit 8032d0a16d
3 changed files with 30 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class GlModelTransformOutput extends MediaTransformOutput {
$annotations = $metadata['annotations'];
}
//Apply any request transformations
//Apply any requested transformations
if ($this->transform) {
if (in_array('rand',$this->transform)) {
$subKey = array_search('rand',$this->transform);