diff --git a/.gitattributes b/.gitattributes index e1f0a2ae40bde2fcfc0ff9df4f5e930372c75f38..8f92163d8bbe77027c580fe3a3408618282a7da2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,31 @@ *.png filter=lfs diff=lfs merge=lfs -text *.tga filter=lfs diff=lfs merge=lfs -text *.TGA filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Big_Mouth/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_1/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_2/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_3/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_4/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_5/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_6/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Bite_7/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Catch/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Dash/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Dash_2/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Dead_Up/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Die/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Die_Loop/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Shake/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Stand_Idle/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Throw/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Throw_2/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Walk_1/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Walk_2/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Alligator-Walk_3/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Attack/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Bite/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Bite_2/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Die/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Hiss/frames.tar filter=lfs diff=lfs merge=lfs -text +animation_render/Anaconda-Idle/frames.tar filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 60b18adab073c3fdba2ceaa40184bb2b2374d2fc..43f66bfd10f162ae473434ed44f77660de4a7549 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ __pycache__/ Truebone_Z-OO/ animation/ animation_glb/ + +# Loose per-frame render PNGs — shipped packed as /frames.tar on the Hub +animation_render/*/v[0-9][0-9][0-9]/ diff --git a/README.md b/README.md index de41bc899df72c039b95d8c8ac743e8bcfec3f2a..305ecf1efe0a3d03bdc25f503c6caab039b27c5b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ reptiles, insects, marine and prehistoric creatures. 1.02 hours, 111,158 frames, **The motion files themselves are not in this repository.** Truebones ZOO is a commercial library by [Truebones Motions Animation Studios](https://truebones.com) and may not be redistributed. What ships here is everything around the motions — one text prompt per clip, -per-clip and per-species metadata, one rest-pose render per skeleton, and the dependency-free +four-view renders of every clip, per-clip and per-species metadata, one rest-pose render per +skeleton, and the dependency-free pipeline that rebuilds the exact per-clip dataset from your own purchased copy: buy the library at , unpack it here, run four scripts, and `animation/` materialises byte-for-byte (sixteen clips excepted; see below). @@ -48,6 +49,7 @@ animation_frames.json clip -> frame count animation_bones.json species -> its joint names species.csv one row per species (74) species_tpose/.png one rest-pose render grid per species (74) +animation_render// four-view render per clip: MP4 + camera JSON per view, frames.tar (1,097) clips.csv one row per source file (2,447), mapped onto animation/ excluded.csv source files no importer reads (1) scripts/pipeline|probes the build pipeline and the format readers @@ -139,6 +141,39 @@ One 1024×1024 PNG per species: a 2×2 grid of its rest pose — front and back left and right below — rendered (EEVEE) from the species' first clip in `animation/`. A visual index of the 74 rigs. +## animation_render/ + +A four-view render of every clip, straight from its FBX (mesh and textures included). One +folder per clip, named after the FBX stem: + +``` +animation_render/Cat-Walk/ + v000.mp4 v000.json front (azimuth -90°) + v001.mp4 v001.json back (azimuth +90°) + v002.mp4 v002.json left (azimuth 180°) + v003.mp4 v003.json right (azimuth 0°) + frames.tar the per-frame PNGs behind all four MP4s +``` + +Rendered with Blender EEVEE at 512×512, 30 fps, elevation 0, transparent background. The MP4s +preview each motion directly on the Hub; `frames.tar` packs the same frames losslessly as +RGBA PNGs (`v000/0001.png` …, one uncompressed tar per clip to keep the repository's file +count sane). Unpack in place with: + +```bash +for d in animation_render/*/; do tar xf "$d"frames.tar -C "$d"; done +``` + +Rendering covers the first 200 frames of a clip (~6.7 s); 117 of the 1,097 clips are longer +and are truncated — `frame_start`/`frame_end` in the per-view JSON record the covered range. +Frame counts otherwise match `animation_frames.json` exactly. + +Each `v00X.json` holds the camera in NeRF convention: `view`, `azimuth`/`elevation` (radians), +`resolution`, `camera_angle_x` (horizontal FoV, radians), the 4×4 camera-to-world +`transform_matrix`, the `scene_scale`/`scene_offset` that normalised the asset into frame, +and `frame_start`/`frame_end`/`fps`. The nine `inferred` prompts in +`animation_prompts.json` were written against these renders. + ## clips.csv One row per file in `Truebone_Z-OO/`, mapping every source path onto the dataset: @@ -238,5 +273,6 @@ Truebones Z-OO by Truebones Motions Animation Studios, obtained from governs what may be done with these assets: they may not be resold or redistributed — which is why no FBX, GLB or BVH is included here, and why `animation/` is rebuilt from your own purchased copy. The metadata, sidecars and scripts describe and rebuild the library without -containing it; the rest-pose renders are included as a visual index of the rigs. The captions +containing it; the renders — the per-clip multi-view videos and frames and the rest-pose +grids — depict Truebones assets and are included as visual reference. The captions carry their own license (CC-BY-NC-4.0; see `animation_prompts.json` above). diff --git a/animation_render/Alligator-Big_Mouth/frames.tar b/animation_render/Alligator-Big_Mouth/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7b702771b35f3f027caf33bd402eb7da8f75c56 --- /dev/null +++ b/animation_render/Alligator-Big_Mouth/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1c505dc328a1797ca85d9ae246decc9878e16e368efd81d9a63638c25ac5f4 +size 75233280 diff --git a/animation_render/Alligator-Big_Mouth/v000.json b/animation_render/Alligator-Big_Mouth/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..aa5ffbde1987cb5bbd8f9ed557fd1c687eabe94d --- /dev/null +++ b/animation_render/Alligator-Big_Mouth/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23111376971253714, + "scene_offset": [ + 0.08958053588867188, + -0.008175760507583618, + -0.3751090168952942 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Big_Mouth/v000.mp4 b/animation_render/Alligator-Big_Mouth/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcc23f94641477e6f5385bb9ea40a69d169cf094 Binary files /dev/null and b/animation_render/Alligator-Big_Mouth/v000.mp4 differ diff --git a/animation_render/Alligator-Big_Mouth/v001.json b/animation_render/Alligator-Big_Mouth/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..4ab59a913f4c5550a5689e5200a0086108eb27b4 --- /dev/null +++ b/animation_render/Alligator-Big_Mouth/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23111376971253714, + "scene_offset": [ + 0.08958053588867188, + -0.008175760507583618, + -0.3751090168952942 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Big_Mouth/v001.mp4 b/animation_render/Alligator-Big_Mouth/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1538678964e69bf83bf06f93a15119261ce5138 Binary files /dev/null and b/animation_render/Alligator-Big_Mouth/v001.mp4 differ diff --git a/animation_render/Alligator-Big_Mouth/v002.json b/animation_render/Alligator-Big_Mouth/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..6ac7242058634d7ddb0d7297db7c74ddadb8236d --- /dev/null +++ b/animation_render/Alligator-Big_Mouth/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23111376971253714, + "scene_offset": [ + 0.08958053588867188, + -0.008175760507583618, + -0.3751090168952942 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Big_Mouth/v002.mp4 b/animation_render/Alligator-Big_Mouth/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..820a07a5209a4bde4d10cc240f2d697a0c0c25bb Binary files /dev/null and b/animation_render/Alligator-Big_Mouth/v002.mp4 differ diff --git a/animation_render/Alligator-Big_Mouth/v003.json b/animation_render/Alligator-Big_Mouth/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..02a188e396a7357aeac4519a6e9bf71a6544c671 --- /dev/null +++ b/animation_render/Alligator-Big_Mouth/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23111376971253714, + "scene_offset": [ + 0.08958053588867188, + -0.008175760507583618, + -0.3751090168952942 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Big_Mouth/v003.mp4 b/animation_render/Alligator-Big_Mouth/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e15b0f0d8e634cd8834a92dc138f638f265f3c Binary files /dev/null and b/animation_render/Alligator-Big_Mouth/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_1/frames.tar b/animation_render/Alligator-Bite_1/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..201e697b37272ea7d82790d627355b90a266b73b --- /dev/null +++ b/animation_render/Alligator-Bite_1/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8b3bc03b257c3694a1a75034bcb36395e097f16ce54cee570edf2bb2acd562 +size 70461440 diff --git a/animation_render/Alligator-Bite_1/v000.json b/animation_render/Alligator-Bite_1/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..cb910bfa21782b43b0a9157e55349910ca7fb001 --- /dev/null +++ b/animation_render/Alligator-Bite_1/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18023997940067374, + "scene_offset": [ + -0.5757192373275757, + -0.0004954338073730469, + -0.4069828987121582 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_1/v000.mp4 b/animation_render/Alligator-Bite_1/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fef14094079d8a4cc0a53da341be32f70646397c Binary files /dev/null and b/animation_render/Alligator-Bite_1/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_1/v001.json b/animation_render/Alligator-Bite_1/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..53678d5790441591c71353f634ee36236ba9a111 --- /dev/null +++ b/animation_render/Alligator-Bite_1/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18023997940067374, + "scene_offset": [ + -0.5757192373275757, + -0.0004954338073730469, + -0.4069828987121582 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_1/v001.mp4 b/animation_render/Alligator-Bite_1/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..202e61b87469daf69bc3d3ac08a81036fbb33275 Binary files /dev/null and b/animation_render/Alligator-Bite_1/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_1/v002.json b/animation_render/Alligator-Bite_1/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..beb01469633c4a521cb22d210d1cf48ea983595e --- /dev/null +++ b/animation_render/Alligator-Bite_1/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18023997940067374, + "scene_offset": [ + -0.5757192373275757, + -0.0004954338073730469, + -0.4069828987121582 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_1/v002.mp4 b/animation_render/Alligator-Bite_1/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d292a1196ba654919b9bf05c6d801eda6fd06ac Binary files /dev/null and b/animation_render/Alligator-Bite_1/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_1/v003.json b/animation_render/Alligator-Bite_1/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..5f62dab779d225d4ba283bdd9c72de18eeff5ca0 --- /dev/null +++ b/animation_render/Alligator-Bite_1/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18023997940067374, + "scene_offset": [ + -0.5757192373275757, + -0.0004954338073730469, + -0.4069828987121582 + ], + "frame_start": 1, + "frame_end": 136, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_1/v003.mp4 b/animation_render/Alligator-Bite_1/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf9feaa881f6fb85559ca29be793f7e021a2c8e Binary files /dev/null and b/animation_render/Alligator-Bite_1/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_2/frames.tar b/animation_render/Alligator-Bite_2/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..771d8374a2a7183ddd29509717fc59541ffed271 --- /dev/null +++ b/animation_render/Alligator-Bite_2/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c4e2d738b7b054d4777dff938e33b195adb6906756dcc985ca8dfe50c8384 +size 80189440 diff --git a/animation_render/Alligator-Bite_2/v000.json b/animation_render/Alligator-Bite_2/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..0f367ac69149933925a05a3f90213cfbe9f828c9 --- /dev/null +++ b/animation_render/Alligator-Bite_2/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18232156689551568, + "scene_offset": [ + -0.5897117853164673, + -0.0007120072841644287, + -0.4621090888977051 + ], + "frame_start": 1, + "frame_end": 155, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_2/v000.mp4 b/animation_render/Alligator-Bite_2/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88a9ae59fdb11e765d22ab579ede7eea43676df5 Binary files /dev/null and b/animation_render/Alligator-Bite_2/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_2/v001.json b/animation_render/Alligator-Bite_2/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..d6796fe136e3d6d3466458943a3a3a76a397b9df --- /dev/null +++ b/animation_render/Alligator-Bite_2/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18232156689551568, + "scene_offset": [ + -0.5897117853164673, + -0.0007120072841644287, + -0.4621090888977051 + ], + "frame_start": 1, + "frame_end": 155, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_2/v001.mp4 b/animation_render/Alligator-Bite_2/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5489d7d0ba06a45421f0e9d4455904cd4a1e096c Binary files /dev/null and b/animation_render/Alligator-Bite_2/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_2/v002.json b/animation_render/Alligator-Bite_2/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..a0b7f1d60fb28db6dfbdab213824d82e215a6a02 --- /dev/null +++ b/animation_render/Alligator-Bite_2/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18232156689551568, + "scene_offset": [ + -0.5897117853164673, + -0.0007120072841644287, + -0.4621090888977051 + ], + "frame_start": 1, + "frame_end": 155, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_2/v002.mp4 b/animation_render/Alligator-Bite_2/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11abde266193d1a57615e5a54cc7dc0043471069 Binary files /dev/null and b/animation_render/Alligator-Bite_2/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_2/v003.json b/animation_render/Alligator-Bite_2/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..409b8f91619e8efa7d43c2f07568b6d2c69c2e8b --- /dev/null +++ b/animation_render/Alligator-Bite_2/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18232156689551568, + "scene_offset": [ + -0.5897117853164673, + -0.0007120072841644287, + -0.4621090888977051 + ], + "frame_start": 1, + "frame_end": 155, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_2/v003.mp4 b/animation_render/Alligator-Bite_2/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0658f99a041eda326f3c790eeec82720c38f9c Binary files /dev/null and b/animation_render/Alligator-Bite_2/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_3/frames.tar b/animation_render/Alligator-Bite_3/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1e0019c54b07bd08702f8cddbb2f99127acf141 --- /dev/null +++ b/animation_render/Alligator-Bite_3/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa25a1ec7cdb4e3259db1321eb51f3c35d92964dd75a3bc31bb156499b2120c +size 50759680 diff --git a/animation_render/Alligator-Bite_3/v000.json b/animation_render/Alligator-Bite_3/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..47695a18e4305157552def32ad056953d9105ca0 --- /dev/null +++ b/animation_render/Alligator-Bite_3/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18243163658981085, + "scene_offset": [ + -0.5930154323577881, + 0.01573428511619568, + -0.3941923677921295 + ], + "frame_start": 1, + "frame_end": 98, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_3/v000.mp4 b/animation_render/Alligator-Bite_3/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..147e14a0cb0b29e0707adf1d36b41630941d489e Binary files /dev/null and b/animation_render/Alligator-Bite_3/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_3/v001.json b/animation_render/Alligator-Bite_3/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..baa551949e2bfd3c25e0dd99682e6bcabcbd23cf --- /dev/null +++ b/animation_render/Alligator-Bite_3/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18243163658981085, + "scene_offset": [ + -0.5930154323577881, + 0.01573428511619568, + -0.3941923677921295 + ], + "frame_start": 1, + "frame_end": 98, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_3/v001.mp4 b/animation_render/Alligator-Bite_3/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eff0fe3a2b459d079d00203ef99c92e1a955cad1 Binary files /dev/null and b/animation_render/Alligator-Bite_3/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_3/v002.json b/animation_render/Alligator-Bite_3/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..1e44c2a0ce0364f9cde098e240ab42afb03f4972 --- /dev/null +++ b/animation_render/Alligator-Bite_3/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18243163658981085, + "scene_offset": [ + -0.5930154323577881, + 0.01573428511619568, + -0.3941923677921295 + ], + "frame_start": 1, + "frame_end": 98, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_3/v002.mp4 b/animation_render/Alligator-Bite_3/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7459cfcbbac070191b42b336caad6cbc390e087 Binary files /dev/null and b/animation_render/Alligator-Bite_3/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_3/v003.json b/animation_render/Alligator-Bite_3/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..125a8053b9f2660cdb4868695c6298e622717e31 --- /dev/null +++ b/animation_render/Alligator-Bite_3/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18243163658981085, + "scene_offset": [ + -0.5930154323577881, + 0.01573428511619568, + -0.3941923677921295 + ], + "frame_start": 1, + "frame_end": 98, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_3/v003.mp4 b/animation_render/Alligator-Bite_3/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..947d45b6746505d4f036e992f4f69c1432de05a7 Binary files /dev/null and b/animation_render/Alligator-Bite_3/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_4/frames.tar b/animation_render/Alligator-Bite_4/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..3baebb31c30f892d2dc7e0b1e49b7f095537b1bf --- /dev/null +++ b/animation_render/Alligator-Bite_4/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007f53dbf4b0ae793b2b3f2936e35a462566a79142cf98bb9c12d10896ce3fee +size 59668480 diff --git a/animation_render/Alligator-Bite_4/v000.json b/animation_render/Alligator-Bite_4/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..9baf5fc932daa44fffdf1c9902c49f41e584cc37 --- /dev/null +++ b/animation_render/Alligator-Bite_4/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17219882703080944, + "scene_offset": [ + -0.4471186399459839, + 0.011135607957839966, + -0.4114213287830353 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_4/v000.mp4 b/animation_render/Alligator-Bite_4/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61126e2bd66711f6a10da3c9165237a5573e1151 Binary files /dev/null and b/animation_render/Alligator-Bite_4/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_4/v001.json b/animation_render/Alligator-Bite_4/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..e52a39e94f728fe81909475325b17d00d9b64986 --- /dev/null +++ b/animation_render/Alligator-Bite_4/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17219882703080944, + "scene_offset": [ + -0.4471186399459839, + 0.011135607957839966, + -0.4114213287830353 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_4/v001.mp4 b/animation_render/Alligator-Bite_4/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac817382e456340de0e5e990a11f70c29e9c7a30 Binary files /dev/null and b/animation_render/Alligator-Bite_4/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_4/v002.json b/animation_render/Alligator-Bite_4/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..5349d44eb5f11c0057e9742a621d360abf614d8d --- /dev/null +++ b/animation_render/Alligator-Bite_4/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17219882703080944, + "scene_offset": [ + -0.4471186399459839, + 0.011135607957839966, + -0.4114213287830353 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_4/v002.mp4 b/animation_render/Alligator-Bite_4/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a3d49c2232900683f2fb64509f0a56f52c6276e Binary files /dev/null and b/animation_render/Alligator-Bite_4/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_4/v003.json b/animation_render/Alligator-Bite_4/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..b4f5047a742fc71ef474c1624df54a6499e6df88 --- /dev/null +++ b/animation_render/Alligator-Bite_4/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17219882703080944, + "scene_offset": [ + -0.4471186399459839, + 0.011135607957839966, + -0.4114213287830353 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_4/v003.mp4 b/animation_render/Alligator-Bite_4/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..852cb0c58d15e63d044dde475a0b5b7b25aa05ca Binary files /dev/null and b/animation_render/Alligator-Bite_4/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_5/frames.tar b/animation_render/Alligator-Bite_5/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..05a8f1aa1587cb81c657c8292eb0518aaa6e0df8 --- /dev/null +++ b/animation_render/Alligator-Bite_5/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6312d1e9dbb35dee6be2f2039f264900bee4598d1b00211b9fcb88145593d016 +size 59586560 diff --git a/animation_render/Alligator-Bite_5/v000.json b/animation_render/Alligator-Bite_5/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..4d9378a208d48fecfd9459ee1d149a12ccf989ca --- /dev/null +++ b/animation_render/Alligator-Bite_5/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17090107150546494, + "scene_offset": [ + -0.4250650405883789, + -0.02905520796775818, + -0.3958021402359009 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_5/v000.mp4 b/animation_render/Alligator-Bite_5/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6f9797c4dc61f2dc82b7041d2db61e037cf3c28 Binary files /dev/null and b/animation_render/Alligator-Bite_5/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_5/v001.json b/animation_render/Alligator-Bite_5/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..812508113f282be9b4d07cc656dbed2f9a66580e --- /dev/null +++ b/animation_render/Alligator-Bite_5/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17090107150546494, + "scene_offset": [ + -0.4250650405883789, + -0.02905520796775818, + -0.3958021402359009 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_5/v001.mp4 b/animation_render/Alligator-Bite_5/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed817d746c22a3b4e381dbff27520b6c6b98989b Binary files /dev/null and b/animation_render/Alligator-Bite_5/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_5/v002.json b/animation_render/Alligator-Bite_5/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..8313dbf159cb43b824330cfa54e4ae8d9ee3495d --- /dev/null +++ b/animation_render/Alligator-Bite_5/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17090107150546494, + "scene_offset": [ + -0.4250650405883789, + -0.02905520796775818, + -0.3958021402359009 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_5/v002.mp4 b/animation_render/Alligator-Bite_5/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2c14c461e806d54c85ccc1df5c9894c8c58f593 Binary files /dev/null and b/animation_render/Alligator-Bite_5/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_5/v003.json b/animation_render/Alligator-Bite_5/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..5916ec855fc5b604bd8bd71625b973b0d858dbe4 --- /dev/null +++ b/animation_render/Alligator-Bite_5/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17090107150546494, + "scene_offset": [ + -0.4250650405883789, + -0.02905520796775818, + -0.3958021402359009 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_5/v003.mp4 b/animation_render/Alligator-Bite_5/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d0fcf0cbd685b988190f337bc7e9ba58b04d6ed Binary files /dev/null and b/animation_render/Alligator-Bite_5/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_6/frames.tar b/animation_render/Alligator-Bite_6/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7be943306c3e23af3d305b32486d8105709e984 --- /dev/null +++ b/animation_render/Alligator-Bite_6/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b0fa18d2b8a9d10a2a6c93b1d39c3cf41613d729bb3f977e696bc208fcbd32 +size 101765120 diff --git a/animation_render/Alligator-Bite_6/v000.json b/animation_render/Alligator-Bite_6/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..e646e938973f70e2e4acc2f3672923038fc24ad6 --- /dev/null +++ b/animation_render/Alligator-Bite_6/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517380427795136, + "scene_offset": [ + -0.41577374935150146, + 0.026895970106124878, + -0.40451866388320923 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_6/v000.mp4 b/animation_render/Alligator-Bite_6/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eefab90705dacd524e6cd8c6d1271e4c63d5c85f Binary files /dev/null and b/animation_render/Alligator-Bite_6/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_6/v001.json b/animation_render/Alligator-Bite_6/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..badb394d66a249ad2070f4e4781b0f80947ea667 --- /dev/null +++ b/animation_render/Alligator-Bite_6/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517380427795136, + "scene_offset": [ + -0.41577374935150146, + 0.026895970106124878, + -0.40451866388320923 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_6/v001.mp4 b/animation_render/Alligator-Bite_6/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a6170d96f3af5b0a126d2a8cfe14f5c551cd889 Binary files /dev/null and b/animation_render/Alligator-Bite_6/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_6/v002.json b/animation_render/Alligator-Bite_6/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..c10cfe0ce84725c5e9a71b9d2e3973fd3956fce4 --- /dev/null +++ b/animation_render/Alligator-Bite_6/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517380427795136, + "scene_offset": [ + -0.41577374935150146, + 0.026895970106124878, + -0.40451866388320923 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_6/v002.mp4 b/animation_render/Alligator-Bite_6/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8071bab002142172561b49e7047477de992a961c Binary files /dev/null and b/animation_render/Alligator-Bite_6/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_6/v003.json b/animation_render/Alligator-Bite_6/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..ec522d483d6e8f39486e141cd1c57cd6b51c94e2 --- /dev/null +++ b/animation_render/Alligator-Bite_6/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517380427795136, + "scene_offset": [ + -0.41577374935150146, + 0.026895970106124878, + -0.40451866388320923 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_6/v003.mp4 b/animation_render/Alligator-Bite_6/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d271486b55d0c22b9c4251e235d39243bc3ec67d Binary files /dev/null and b/animation_render/Alligator-Bite_6/v003.mp4 differ diff --git a/animation_render/Alligator-Bite_7/frames.tar b/animation_render/Alligator-Bite_7/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..6cee82eb97d6f6d62e23c19ecb68ed25b0e83e85 --- /dev/null +++ b/animation_render/Alligator-Bite_7/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898354ffebc16e2ae32df302e14378e285ef5c94a08632ab596b513b8c975c8c +size 95795200 diff --git a/animation_render/Alligator-Bite_7/v000.json b/animation_render/Alligator-Bite_7/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..1a76c268d64f110e0bd30663be4ff4c6c940d77d --- /dev/null +++ b/animation_render/Alligator-Bite_7/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15347818418535483, + "scene_offset": [ + -1.7373685836791992, + -0.007217228412628174, + -0.384525328874588 + ], + "frame_start": 1, + "frame_end": 190, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_7/v000.mp4 b/animation_render/Alligator-Bite_7/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4baf00181e6bb4cb45dcb5157ccb48e293e1b54 Binary files /dev/null and b/animation_render/Alligator-Bite_7/v000.mp4 differ diff --git a/animation_render/Alligator-Bite_7/v001.json b/animation_render/Alligator-Bite_7/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..dacbecdab81a29af2a7096f229e3ae8d1d070cbc --- /dev/null +++ b/animation_render/Alligator-Bite_7/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15347818418535483, + "scene_offset": [ + -1.7373685836791992, + -0.007217228412628174, + -0.384525328874588 + ], + "frame_start": 1, + "frame_end": 190, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_7/v001.mp4 b/animation_render/Alligator-Bite_7/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3d38f10757bd52f4466ce8935ba40a9d38460a4 Binary files /dev/null and b/animation_render/Alligator-Bite_7/v001.mp4 differ diff --git a/animation_render/Alligator-Bite_7/v002.json b/animation_render/Alligator-Bite_7/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..1327af9833686bf3c4d36eb1ad7ff9ca8bbb7fcb --- /dev/null +++ b/animation_render/Alligator-Bite_7/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15347818418535483, + "scene_offset": [ + -1.7373685836791992, + -0.007217228412628174, + -0.384525328874588 + ], + "frame_start": 1, + "frame_end": 190, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_7/v002.mp4 b/animation_render/Alligator-Bite_7/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af2706c6bb5f9f07d2eae9ebb340b538f1c44d55 Binary files /dev/null and b/animation_render/Alligator-Bite_7/v002.mp4 differ diff --git a/animation_render/Alligator-Bite_7/v003.json b/animation_render/Alligator-Bite_7/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4d80359bf5e9e09c075de04644d5e33c1b20ae --- /dev/null +++ b/animation_render/Alligator-Bite_7/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15347818418535483, + "scene_offset": [ + -1.7373685836791992, + -0.007217228412628174, + -0.384525328874588 + ], + "frame_start": 1, + "frame_end": 190, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Bite_7/v003.mp4 b/animation_render/Alligator-Bite_7/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bdce78737af15cbbb073b7b8139e611faed0eff Binary files /dev/null and b/animation_render/Alligator-Bite_7/v003.mp4 differ diff --git a/animation_render/Alligator-Catch/frames.tar b/animation_render/Alligator-Catch/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..eca21a1196bf71af0bca26884292b2c641438ee7 --- /dev/null +++ b/animation_render/Alligator-Catch/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0add855b59fb3ce6587f7a567bad52026eb01bd7eef1c11325604b4b62987dec +size 66611200 diff --git a/animation_render/Alligator-Catch/v000.json b/animation_render/Alligator-Catch/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..188de4421fbc9117b8f1742d5fc3e1af40be85d6 --- /dev/null +++ b/animation_render/Alligator-Catch/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23217204062992997, + "scene_offset": [ + 0.12256908416748047, + 0.0191459059715271, + -0.39946088194847107 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Catch/v000.mp4 b/animation_render/Alligator-Catch/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23198d265876f6c9b34e59e2699fcbfd20e1284a Binary files /dev/null and b/animation_render/Alligator-Catch/v000.mp4 differ diff --git a/animation_render/Alligator-Catch/v001.json b/animation_render/Alligator-Catch/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..9675940d6f1d8bc29370a1177b2afb58daf5a495 --- /dev/null +++ b/animation_render/Alligator-Catch/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23217204062992997, + "scene_offset": [ + 0.12256908416748047, + 0.0191459059715271, + -0.39946088194847107 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Catch/v001.mp4 b/animation_render/Alligator-Catch/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce32a881a0314718c11f79fba26c71793626e15a Binary files /dev/null and b/animation_render/Alligator-Catch/v001.mp4 differ diff --git a/animation_render/Alligator-Catch/v002.json b/animation_render/Alligator-Catch/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..01b112a1bf36f86e14e1a57567404a577f94d315 --- /dev/null +++ b/animation_render/Alligator-Catch/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23217204062992997, + "scene_offset": [ + 0.12256908416748047, + 0.0191459059715271, + -0.39946088194847107 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Catch/v002.mp4 b/animation_render/Alligator-Catch/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f37ea59442fb655041f130781de6fb8a2b00b6c Binary files /dev/null and b/animation_render/Alligator-Catch/v002.mp4 differ diff --git a/animation_render/Alligator-Catch/v003.json b/animation_render/Alligator-Catch/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..ea3e4b1ab509345d0061ffe4f842cd0c2d576b74 --- /dev/null +++ b/animation_render/Alligator-Catch/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23217204062992997, + "scene_offset": [ + 0.12256908416748047, + 0.0191459059715271, + -0.39946088194847107 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Catch/v003.mp4 b/animation_render/Alligator-Catch/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b55ab661448687d98d683a0b1d2ae1ba9ea6fe59 Binary files /dev/null and b/animation_render/Alligator-Catch/v003.mp4 differ diff --git a/animation_render/Alligator-Dash/frames.tar b/animation_render/Alligator-Dash/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..02e9497c48113174b39d4efb0fa62b57a5722f33 --- /dev/null +++ b/animation_render/Alligator-Dash/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfcb55a209c6eeca22b6cabaae50a68a477ce3d98d24a798f3ab5b34ac9aeae +size 71628800 diff --git a/animation_render/Alligator-Dash/v000.json b/animation_render/Alligator-Dash/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..0eab1b6874b65eba54940251820f3aaaba026d38 --- /dev/null +++ b/animation_render/Alligator-Dash/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17886292025048886, + "scene_offset": [ + -0.6481672525405884, + -0.11535024642944336, + -0.4689139723777771 + ], + "frame_start": 1, + "frame_end": 139, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash/v000.mp4 b/animation_render/Alligator-Dash/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aad1062139e0122cd57149da9b5e33afae6bbcf Binary files /dev/null and b/animation_render/Alligator-Dash/v000.mp4 differ diff --git a/animation_render/Alligator-Dash/v001.json b/animation_render/Alligator-Dash/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..f8c295ffcc8300a119f07d1151dcce787caed8a4 --- /dev/null +++ b/animation_render/Alligator-Dash/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17886292025048886, + "scene_offset": [ + -0.6481672525405884, + -0.11535024642944336, + -0.4689139723777771 + ], + "frame_start": 1, + "frame_end": 139, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash/v001.mp4 b/animation_render/Alligator-Dash/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3750048de5e9eb557bc444b740001e891ddf2d07 Binary files /dev/null and b/animation_render/Alligator-Dash/v001.mp4 differ diff --git a/animation_render/Alligator-Dash/v002.json b/animation_render/Alligator-Dash/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..354259c0b09883690db451b8cf8b68282ae89d6e --- /dev/null +++ b/animation_render/Alligator-Dash/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17886292025048886, + "scene_offset": [ + -0.6481672525405884, + -0.11535024642944336, + -0.4689139723777771 + ], + "frame_start": 1, + "frame_end": 139, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash/v002.mp4 b/animation_render/Alligator-Dash/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..049a31fd0a4cfbb528bc67a4da3cc723ab87c8df Binary files /dev/null and b/animation_render/Alligator-Dash/v002.mp4 differ diff --git a/animation_render/Alligator-Dash/v003.json b/animation_render/Alligator-Dash/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..cae670cd66c18d4bd0b3119ba79e0143c97f92dd --- /dev/null +++ b/animation_render/Alligator-Dash/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17886292025048886, + "scene_offset": [ + -0.6481672525405884, + -0.11535024642944336, + -0.4689139723777771 + ], + "frame_start": 1, + "frame_end": 139, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash/v003.mp4 b/animation_render/Alligator-Dash/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b40ed0fc8775f031fa6a17a6fd7a674090db409f Binary files /dev/null and b/animation_render/Alligator-Dash/v003.mp4 differ diff --git a/animation_render/Alligator-Dash_2/frames.tar b/animation_render/Alligator-Dash_2/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..11d64483439ccd992d52a31a981dcb8a66561d3f --- /dev/null +++ b/animation_render/Alligator-Dash_2/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d96a7107521e9983aeeb8f3d4cc13edce122a6e7377f7f744853cae1db3600 +size 101754880 diff --git a/animation_render/Alligator-Dash_2/v000.json b/animation_render/Alligator-Dash_2/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..bbd24fed86270789ad7686eaeefd810a97afb270 --- /dev/null +++ b/animation_render/Alligator-Dash_2/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517399941701033, + "scene_offset": [ + -0.4157724380493164, + 0.02694094181060791, + -0.4023764133453369 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash_2/v000.mp4 b/animation_render/Alligator-Dash_2/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec80294a62da986ef0105838d9dbf64f2be1a781 Binary files /dev/null and b/animation_render/Alligator-Dash_2/v000.mp4 differ diff --git a/animation_render/Alligator-Dash_2/v001.json b/animation_render/Alligator-Dash_2/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..9e3739bff632d9ac4e3db3e69eb9f630a979197f --- /dev/null +++ b/animation_render/Alligator-Dash_2/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517399941701033, + "scene_offset": [ + -0.4157724380493164, + 0.02694094181060791, + -0.4023764133453369 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash_2/v001.mp4 b/animation_render/Alligator-Dash_2/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f57861673ec388994be9f4b56b8c5bf4b245da Binary files /dev/null and b/animation_render/Alligator-Dash_2/v001.mp4 differ diff --git a/animation_render/Alligator-Dash_2/v002.json b/animation_render/Alligator-Dash_2/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..760d3580d7107ddb7be70a49cdb3739d213bd565 --- /dev/null +++ b/animation_render/Alligator-Dash_2/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517399941701033, + "scene_offset": [ + -0.4157724380493164, + 0.02694094181060791, + -0.4023764133453369 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash_2/v002.mp4 b/animation_render/Alligator-Dash_2/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a494bf89b7ef36426325f9947d9e6169886247ef Binary files /dev/null and b/animation_render/Alligator-Dash_2/v002.mp4 differ diff --git a/animation_render/Alligator-Dash_2/v003.json b/animation_render/Alligator-Dash_2/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..461e10cf36a9030d80183d677d23536503e0d864 --- /dev/null +++ b/animation_render/Alligator-Dash_2/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.16517399941701033, + "scene_offset": [ + -0.4157724380493164, + 0.02694094181060791, + -0.4023764133453369 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dash_2/v003.mp4 b/animation_render/Alligator-Dash_2/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4fb75f2e6ef1b9c6169bdd0d6feb2ea707d7dd6 Binary files /dev/null and b/animation_render/Alligator-Dash_2/v003.mp4 differ diff --git a/animation_render/Alligator-Dead_Up/frames.tar b/animation_render/Alligator-Dead_Up/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..c04bb140843b0c674494c7da24413b5c49e71039 --- /dev/null +++ b/animation_render/Alligator-Dead_Up/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e0fd23292e21d846faebbd524b8214a30301932ce12a477344cf706e77fc84 +size 32573440 diff --git a/animation_render/Alligator-Dead_Up/v000.json b/animation_render/Alligator-Dead_Up/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..51e00978e7bb5e01e726d7eb7ca1ce059253037e --- /dev/null +++ b/animation_render/Alligator-Dead_Up/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2317547525067372, + "scene_offset": [ + 0.18012738227844238, + 0.05700039863586426, + -0.39972996711730957 + ], + "frame_start": 1, + "frame_end": 59, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dead_Up/v000.mp4 b/animation_render/Alligator-Dead_Up/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd3912726bc981bb9e0d995568eea7731c90ee70 Binary files /dev/null and b/animation_render/Alligator-Dead_Up/v000.mp4 differ diff --git a/animation_render/Alligator-Dead_Up/v001.json b/animation_render/Alligator-Dead_Up/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..62b76a64ad1857f391f2de1adf4d8f5dcb93c064 --- /dev/null +++ b/animation_render/Alligator-Dead_Up/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2317547525067372, + "scene_offset": [ + 0.18012738227844238, + 0.05700039863586426, + -0.39972996711730957 + ], + "frame_start": 1, + "frame_end": 59, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dead_Up/v001.mp4 b/animation_render/Alligator-Dead_Up/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79262fb9052c0bc87e1da9402b460ffd9072cf48 Binary files /dev/null and b/animation_render/Alligator-Dead_Up/v001.mp4 differ diff --git a/animation_render/Alligator-Dead_Up/v002.json b/animation_render/Alligator-Dead_Up/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..fc93db0ef130417d544ed887376f03593a2088c9 --- /dev/null +++ b/animation_render/Alligator-Dead_Up/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2317547525067372, + "scene_offset": [ + 0.18012738227844238, + 0.05700039863586426, + -0.39972996711730957 + ], + "frame_start": 1, + "frame_end": 59, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dead_Up/v002.mp4 b/animation_render/Alligator-Dead_Up/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b15ed33b6a832e41f1cb9404c1dc7c6c43a44d4f Binary files /dev/null and b/animation_render/Alligator-Dead_Up/v002.mp4 differ diff --git a/animation_render/Alligator-Dead_Up/v003.json b/animation_render/Alligator-Dead_Up/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..225affd47c253a4df936510b0653f67a47564a58 --- /dev/null +++ b/animation_render/Alligator-Dead_Up/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2317547525067372, + "scene_offset": [ + 0.18012738227844238, + 0.05700039863586426, + -0.39972996711730957 + ], + "frame_start": 1, + "frame_end": 59, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Dead_Up/v003.mp4 b/animation_render/Alligator-Dead_Up/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a075efb907cd0b276617ed3428e4bbb823c208a Binary files /dev/null and b/animation_render/Alligator-Dead_Up/v003.mp4 differ diff --git a/animation_render/Alligator-Die/frames.tar b/animation_render/Alligator-Die/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..15206a344e2ccac2d8e7c75f30141cfdcd5fd0ac --- /dev/null +++ b/animation_render/Alligator-Die/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdd8a30a24e31ddf6f5e17082b072028c802563adfe4fea16e1da496b5e9a4b +size 110520320 diff --git a/animation_render/Alligator-Die/v000.json b/animation_render/Alligator-Die/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..e3f81e0cc04079a668276340321d3e89a027fbac --- /dev/null +++ b/animation_render/Alligator-Die/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2327216426981858, + "scene_offset": [ + 0.07541894912719727, + -0.011257380247116089, + -0.36934328079223633 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die/v000.mp4 b/animation_render/Alligator-Die/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfeb7f989ca4b47c5ec67f61c9c7d56bdd0144f0 Binary files /dev/null and b/animation_render/Alligator-Die/v000.mp4 differ diff --git a/animation_render/Alligator-Die/v001.json b/animation_render/Alligator-Die/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..2b67a00f49d4c245a06f6281e08569802d6f77bd --- /dev/null +++ b/animation_render/Alligator-Die/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2327216426981858, + "scene_offset": [ + 0.07541894912719727, + -0.011257380247116089, + -0.36934328079223633 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die/v001.mp4 b/animation_render/Alligator-Die/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47721a72626b758b59f9638a612ec6bfdd3b8dc4 Binary files /dev/null and b/animation_render/Alligator-Die/v001.mp4 differ diff --git a/animation_render/Alligator-Die/v002.json b/animation_render/Alligator-Die/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..08a06934037ab85fce2a251a29d9d1c6be903c78 --- /dev/null +++ b/animation_render/Alligator-Die/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2327216426981858, + "scene_offset": [ + 0.07541894912719727, + -0.011257380247116089, + -0.36934328079223633 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die/v002.mp4 b/animation_render/Alligator-Die/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66e9411036afba31571ea0b4c322df8963571d12 Binary files /dev/null and b/animation_render/Alligator-Die/v002.mp4 differ diff --git a/animation_render/Alligator-Die/v003.json b/animation_render/Alligator-Die/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..5b35c791b0772e4857d3ae5331ca491ee0f183dd --- /dev/null +++ b/animation_render/Alligator-Die/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2327216426981858, + "scene_offset": [ + 0.07541894912719727, + -0.011257380247116089, + -0.36934328079223633 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die/v003.mp4 b/animation_render/Alligator-Die/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f948c53627604ccd70749aaedfc921cd8968fe6 Binary files /dev/null and b/animation_render/Alligator-Die/v003.mp4 differ diff --git a/animation_render/Alligator-Die_Loop/frames.tar b/animation_render/Alligator-Die_Loop/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..49f569e967eae2791c023f90fb6d69d4f51ce7a4 --- /dev/null +++ b/animation_render/Alligator-Die_Loop/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcc1aadc3a797341dd379ca65513b8ed70e424b70f6af4984bf426bb5e31122 +size 33341440 diff --git a/animation_render/Alligator-Die_Loop/v000.json b/animation_render/Alligator-Die_Loop/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..de286390fb19882d26450b8a1b3b6aa0780ed22b --- /dev/null +++ b/animation_render/Alligator-Die_Loop/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23530884937263377, + "scene_offset": [ + 0.14448750019073486, + -0.003131657838821411, + -0.21612289547920227 + ], + "frame_start": 1, + "frame_end": 61, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die_Loop/v000.mp4 b/animation_render/Alligator-Die_Loop/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..105043a2eaf7a715fe7be43d6fd2985131477109 Binary files /dev/null and b/animation_render/Alligator-Die_Loop/v000.mp4 differ diff --git a/animation_render/Alligator-Die_Loop/v001.json b/animation_render/Alligator-Die_Loop/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..0a27b0a910f6d7d23a923ca111f9b950ea0a06c6 --- /dev/null +++ b/animation_render/Alligator-Die_Loop/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23530884937263377, + "scene_offset": [ + 0.14448750019073486, + -0.003131657838821411, + -0.21612289547920227 + ], + "frame_start": 1, + "frame_end": 61, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die_Loop/v001.mp4 b/animation_render/Alligator-Die_Loop/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c14943262c9e34de69868adcdfc3a7ccf1aca8d Binary files /dev/null and b/animation_render/Alligator-Die_Loop/v001.mp4 differ diff --git a/animation_render/Alligator-Die_Loop/v002.json b/animation_render/Alligator-Die_Loop/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..9333333718e163d151c1475ec4178a313aef8a98 --- /dev/null +++ b/animation_render/Alligator-Die_Loop/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23530884937263377, + "scene_offset": [ + 0.14448750019073486, + -0.003131657838821411, + -0.21612289547920227 + ], + "frame_start": 1, + "frame_end": 61, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die_Loop/v002.mp4 b/animation_render/Alligator-Die_Loop/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a445f27635024a225ffd4daeeb89919f195362e7 Binary files /dev/null and b/animation_render/Alligator-Die_Loop/v002.mp4 differ diff --git a/animation_render/Alligator-Die_Loop/v003.json b/animation_render/Alligator-Die_Loop/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..1d096fad4ebf63f1cfc687d965491fba303ea2a3 --- /dev/null +++ b/animation_render/Alligator-Die_Loop/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23530884937263377, + "scene_offset": [ + 0.14448750019073486, + -0.003131657838821411, + -0.21612289547920227 + ], + "frame_start": 1, + "frame_end": 61, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Die_Loop/v003.mp4 b/animation_render/Alligator-Die_Loop/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a965462b8bc03160f030befadda0513f905390 Binary files /dev/null and b/animation_render/Alligator-Die_Loop/v003.mp4 differ diff --git a/animation_render/Alligator-Shake/frames.tar b/animation_render/Alligator-Shake/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..52b993e548ffa8120fe05a8186d96365035a75eb --- /dev/null +++ b/animation_render/Alligator-Shake/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d53e10231bf7bbe7407369d0662c7a9788c17524cc651b9070efd1d43abf84 +size 63744000 diff --git a/animation_render/Alligator-Shake/v000.json b/animation_render/Alligator-Shake/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..54c473934f0c2d4de990873fc751149c1e088dad --- /dev/null +++ b/animation_render/Alligator-Shake/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.22707843459120833, + "scene_offset": [ + 0.09364700317382812, + -0.02331790328025818, + -0.4160972535610199 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Shake/v000.mp4 b/animation_render/Alligator-Shake/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d6ce767a83ae5c10b890761dfdd1b14edf96eae Binary files /dev/null and b/animation_render/Alligator-Shake/v000.mp4 differ diff --git a/animation_render/Alligator-Shake/v001.json b/animation_render/Alligator-Shake/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1130658f8a0b24fb26a37320b4ed535887e720 --- /dev/null +++ b/animation_render/Alligator-Shake/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.22707843459120833, + "scene_offset": [ + 0.09364700317382812, + -0.02331790328025818, + -0.4160972535610199 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Shake/v001.mp4 b/animation_render/Alligator-Shake/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..506c21f0c192bcb5217e52350fcc1d6778cd9ce8 Binary files /dev/null and b/animation_render/Alligator-Shake/v001.mp4 differ diff --git a/animation_render/Alligator-Shake/v002.json b/animation_render/Alligator-Shake/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..67431831e616c16bc0d998305b7d1907686af48d --- /dev/null +++ b/animation_render/Alligator-Shake/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.22707843459120833, + "scene_offset": [ + 0.09364700317382812, + -0.02331790328025818, + -0.4160972535610199 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Shake/v002.mp4 b/animation_render/Alligator-Shake/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..035d6085b23147cf94b241e8f6e9ba28e82037c9 Binary files /dev/null and b/animation_render/Alligator-Shake/v002.mp4 differ diff --git a/animation_render/Alligator-Shake/v003.json b/animation_render/Alligator-Shake/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..ba01c8c1f7558089c891ebe80b4d220242143d9a --- /dev/null +++ b/animation_render/Alligator-Shake/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.22707843459120833, + "scene_offset": [ + 0.09364700317382812, + -0.02331790328025818, + -0.4160972535610199 + ], + "frame_start": 1, + "frame_end": 116, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Shake/v003.mp4 b/animation_render/Alligator-Shake/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0c808a704013329e4eb0d2e4af1b13115998b58 Binary files /dev/null and b/animation_render/Alligator-Shake/v003.mp4 differ diff --git a/animation_render/Alligator-Stand_Idle/frames.tar b/animation_render/Alligator-Stand_Idle/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9592e1975a020c59b9dc70ac6b0f1eeb954899c --- /dev/null +++ b/animation_render/Alligator-Stand_Idle/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab594ad240b4dd30925459ff385f3edcf52fd76ce280c61bc9e22a2caa3c567d +size 49756160 diff --git a/animation_render/Alligator-Stand_Idle/v000.json b/animation_render/Alligator-Stand_Idle/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..37e221f1e644a704e9b808f6083e08c2c07fa10a --- /dev/null +++ b/animation_render/Alligator-Stand_Idle/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23506769784075088, + "scene_offset": [ + 0.14875370264053345, + -0.003965109586715698, + -0.24903611838817596 + ], + "frame_start": 1, + "frame_end": 91, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Stand_Idle/v000.mp4 b/animation_render/Alligator-Stand_Idle/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1a2fcf20aafab245db37c4d613ce28a92f0662f Binary files /dev/null and b/animation_render/Alligator-Stand_Idle/v000.mp4 differ diff --git a/animation_render/Alligator-Stand_Idle/v001.json b/animation_render/Alligator-Stand_Idle/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..622007583225f7f590c3e138d54650aaa4b7a98c --- /dev/null +++ b/animation_render/Alligator-Stand_Idle/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23506769784075088, + "scene_offset": [ + 0.14875370264053345, + -0.003965109586715698, + -0.24903611838817596 + ], + "frame_start": 1, + "frame_end": 91, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Stand_Idle/v001.mp4 b/animation_render/Alligator-Stand_Idle/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0b5b09b20fee6f4609a772b6f1e0c91bfa8072e Binary files /dev/null and b/animation_render/Alligator-Stand_Idle/v001.mp4 differ diff --git a/animation_render/Alligator-Stand_Idle/v002.json b/animation_render/Alligator-Stand_Idle/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..2b6519e43fdb7c79d79f6c13c19bdacbcb9cb8df --- /dev/null +++ b/animation_render/Alligator-Stand_Idle/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23506769784075088, + "scene_offset": [ + 0.14875370264053345, + -0.003965109586715698, + -0.24903611838817596 + ], + "frame_start": 1, + "frame_end": 91, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Stand_Idle/v002.mp4 b/animation_render/Alligator-Stand_Idle/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a02dd586609ad1ab43ebc6ba26736f8cc321faf7 Binary files /dev/null and b/animation_render/Alligator-Stand_Idle/v002.mp4 differ diff --git a/animation_render/Alligator-Stand_Idle/v003.json b/animation_render/Alligator-Stand_Idle/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..84a21cb1a84d8d7971a3dc77a976df6d2aa145f6 --- /dev/null +++ b/animation_render/Alligator-Stand_Idle/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.23506769784075088, + "scene_offset": [ + 0.14875370264053345, + -0.003965109586715698, + -0.24903611838817596 + ], + "frame_start": 1, + "frame_end": 91, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Stand_Idle/v003.mp4 b/animation_render/Alligator-Stand_Idle/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73715aa9bcba0d25b53facf975667204ec7ab8c6 Binary files /dev/null and b/animation_render/Alligator-Stand_Idle/v003.mp4 differ diff --git a/animation_render/Alligator-Throw/frames.tar b/animation_render/Alligator-Throw/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..45528e4b70a21af3191dc82230964db3a8d39468 --- /dev/null +++ b/animation_render/Alligator-Throw/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b69a3d20a7fa96fdf7a14a11eeba34a194d6c7f1f8988e889c7713bdd7a2d2e +size 69765120 diff --git a/animation_render/Alligator-Throw/v000.json b/animation_render/Alligator-Throw/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..995716d62b75080f00769961794b02bc8157a381 --- /dev/null +++ b/animation_render/Alligator-Throw/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.21372005741182878, + "scene_offset": [ + 0.2681236267089844, + 0.01798635721206665, + -0.38997578620910645 + ], + "frame_start": 1, + "frame_end": 130, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw/v000.mp4 b/animation_render/Alligator-Throw/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0d475e58e538ba769ae8324fa2deeb9d306801d Binary files /dev/null and b/animation_render/Alligator-Throw/v000.mp4 differ diff --git a/animation_render/Alligator-Throw/v001.json b/animation_render/Alligator-Throw/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..ae7edca6c60202c358d16cfc8c79ca66ebfdf9ee --- /dev/null +++ b/animation_render/Alligator-Throw/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.21372005741182878, + "scene_offset": [ + 0.2681236267089844, + 0.01798635721206665, + -0.38997578620910645 + ], + "frame_start": 1, + "frame_end": 130, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw/v001.mp4 b/animation_render/Alligator-Throw/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f2e2eb6ad5152a0864622ad5f77c4f3ce57560c Binary files /dev/null and b/animation_render/Alligator-Throw/v001.mp4 differ diff --git a/animation_render/Alligator-Throw/v002.json b/animation_render/Alligator-Throw/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..a562ba60400568309105b836ba3512b6aae8d794 --- /dev/null +++ b/animation_render/Alligator-Throw/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.21372005741182878, + "scene_offset": [ + 0.2681236267089844, + 0.01798635721206665, + -0.38997578620910645 + ], + "frame_start": 1, + "frame_end": 130, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw/v002.mp4 b/animation_render/Alligator-Throw/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60d94ec9b8372cafd33c7aa56f44f0a802761919 Binary files /dev/null and b/animation_render/Alligator-Throw/v002.mp4 differ diff --git a/animation_render/Alligator-Throw/v003.json b/animation_render/Alligator-Throw/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..41b634dbb682de8658d1d3f4918ed9c7fb88a709 --- /dev/null +++ b/animation_render/Alligator-Throw/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.21372005741182878, + "scene_offset": [ + 0.2681236267089844, + 0.01798635721206665, + -0.38997578620910645 + ], + "frame_start": 1, + "frame_end": 130, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw/v003.mp4 b/animation_render/Alligator-Throw/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e80e95ae50da7488ad20a4aad2f408e098df24a3 Binary files /dev/null and b/animation_render/Alligator-Throw/v003.mp4 differ diff --git a/animation_render/Alligator-Throw_2/frames.tar b/animation_render/Alligator-Throw_2/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..acdf625e10269eae05e3a6b015d657c462944089 --- /dev/null +++ b/animation_render/Alligator-Throw_2/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5c3eca74401237a7d0ea007694fa58f07328db74f968168fe8445071951870 +size 38215680 diff --git a/animation_render/Alligator-Throw_2/v000.json b/animation_render/Alligator-Throw_2/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..283e7f1a1038bea9acd5af97d99555684c4c1942 --- /dev/null +++ b/animation_render/Alligator-Throw_2/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2160462183835104, + "scene_offset": [ + 0.196799635887146, + -0.0021149814128875732, + -0.419109582901001 + ], + "frame_start": 1, + "frame_end": 71, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw_2/v000.mp4 b/animation_render/Alligator-Throw_2/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7da9334f3f6da339f4d25abdab1ef2cded771a2 Binary files /dev/null and b/animation_render/Alligator-Throw_2/v000.mp4 differ diff --git a/animation_render/Alligator-Throw_2/v001.json b/animation_render/Alligator-Throw_2/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..42743f1db91bfef247dec3b1768a4a4a306a889d --- /dev/null +++ b/animation_render/Alligator-Throw_2/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2160462183835104, + "scene_offset": [ + 0.196799635887146, + -0.0021149814128875732, + -0.419109582901001 + ], + "frame_start": 1, + "frame_end": 71, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw_2/v001.mp4 b/animation_render/Alligator-Throw_2/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a404f37dc32b887674496841605be4b21a0b9f09 Binary files /dev/null and b/animation_render/Alligator-Throw_2/v001.mp4 differ diff --git a/animation_render/Alligator-Throw_2/v002.json b/animation_render/Alligator-Throw_2/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..6c4b220617dc95c12e521918bf360f81a92ee3ec --- /dev/null +++ b/animation_render/Alligator-Throw_2/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2160462183835104, + "scene_offset": [ + 0.196799635887146, + -0.0021149814128875732, + -0.419109582901001 + ], + "frame_start": 1, + "frame_end": 71, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw_2/v002.mp4 b/animation_render/Alligator-Throw_2/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8bca94a357e99f9b3380d8ec2454bcf93bab863 Binary files /dev/null and b/animation_render/Alligator-Throw_2/v002.mp4 differ diff --git a/animation_render/Alligator-Throw_2/v003.json b/animation_render/Alligator-Throw_2/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..a04e52c8ce3476129c46dca0cd0e0505daaff5be --- /dev/null +++ b/animation_render/Alligator-Throw_2/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.2160462183835104, + "scene_offset": [ + 0.196799635887146, + -0.0021149814128875732, + -0.419109582901001 + ], + "frame_start": 1, + "frame_end": 71, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Throw_2/v003.mp4 b/animation_render/Alligator-Throw_2/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4b50b65b005a008a8cc655b6e147a20e501e348 Binary files /dev/null and b/animation_render/Alligator-Throw_2/v003.mp4 differ diff --git a/animation_render/Alligator-Walk_1/frames.tar b/animation_render/Alligator-Walk_1/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..b60aada7fefe92d14906046221ddc207826bf5c0 --- /dev/null +++ b/animation_render/Alligator-Walk_1/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3722693623b46af55bf2663ab16946854e4bebf4cd633f1e128b9faebb0753cc +size 100884480 diff --git a/animation_render/Alligator-Walk_1/v000.json b/animation_render/Alligator-Walk_1/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..445651901da36dfd3d2c29f0b2eaefb823eca784 --- /dev/null +++ b/animation_render/Alligator-Walk_1/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15275863779473015, + "scene_offset": [ + -1.1374084949493408, + 0.0023437142372131348, + -0.3887396454811096 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_1/v000.mp4 b/animation_render/Alligator-Walk_1/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee8dca52f03f8d23a43af6c8f7851bcda1af38ad Binary files /dev/null and b/animation_render/Alligator-Walk_1/v000.mp4 differ diff --git a/animation_render/Alligator-Walk_1/v001.json b/animation_render/Alligator-Walk_1/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..d23d751c2e61378ac13b323979f5942117be687c --- /dev/null +++ b/animation_render/Alligator-Walk_1/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15275863779473015, + "scene_offset": [ + -1.1374084949493408, + 0.0023437142372131348, + -0.3887396454811096 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_1/v001.mp4 b/animation_render/Alligator-Walk_1/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d69e28cda0953027cf339d934faaab685c2f2a0 Binary files /dev/null and b/animation_render/Alligator-Walk_1/v001.mp4 differ diff --git a/animation_render/Alligator-Walk_1/v002.json b/animation_render/Alligator-Walk_1/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..5f709db238c988632cf3459a5b19dc7bd6b8ba10 --- /dev/null +++ b/animation_render/Alligator-Walk_1/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15275863779473015, + "scene_offset": [ + -1.1374084949493408, + 0.0023437142372131348, + -0.3887396454811096 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_1/v002.mp4 b/animation_render/Alligator-Walk_1/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8efff9f3122a9cbfed61c68442be3d4912ca7176 Binary files /dev/null and b/animation_render/Alligator-Walk_1/v002.mp4 differ diff --git a/animation_render/Alligator-Walk_1/v003.json b/animation_render/Alligator-Walk_1/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..0e0ae34abb442df0711c701490a07b10d8d5e9c1 --- /dev/null +++ b/animation_render/Alligator-Walk_1/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.15275863779473015, + "scene_offset": [ + -1.1374084949493408, + 0.0023437142372131348, + -0.3887396454811096 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_1/v003.mp4 b/animation_render/Alligator-Walk_1/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc2fdb0b61c771aa837f4b12d79383d05b32de0f Binary files /dev/null and b/animation_render/Alligator-Walk_1/v003.mp4 differ diff --git a/animation_render/Alligator-Walk_2/frames.tar b/animation_render/Alligator-Walk_2/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..78188ca5f4aedf2d5df38f9db825852c235602aa --- /dev/null +++ b/animation_render/Alligator-Walk_2/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ea3cfc94329327c7514db9d1630287a4104ecd75aecbc07d279e43a57793e0 +size 99512320 diff --git a/animation_render/Alligator-Walk_2/v000.json b/animation_render/Alligator-Walk_2/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..38805cac97be24e3064bc812440c27bf778acc10 --- /dev/null +++ b/animation_render/Alligator-Walk_2/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.13655290058165237, + "scene_offset": [ + -1.5750172138214111, + 0.9924536347389221, + -0.40304213762283325 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_2/v000.mp4 b/animation_render/Alligator-Walk_2/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47fd110454daa213641d539c545b451b90dd1c4b Binary files /dev/null and b/animation_render/Alligator-Walk_2/v000.mp4 differ diff --git a/animation_render/Alligator-Walk_2/v001.json b/animation_render/Alligator-Walk_2/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..96f3754373c3beacc0dc993f3f581a7fcfbf08eb --- /dev/null +++ b/animation_render/Alligator-Walk_2/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.13655290058165237, + "scene_offset": [ + -1.5750172138214111, + 0.9924536347389221, + -0.40304213762283325 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_2/v001.mp4 b/animation_render/Alligator-Walk_2/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd271f7dd4f572f826ca5aa3b3573db698929f9 Binary files /dev/null and b/animation_render/Alligator-Walk_2/v001.mp4 differ diff --git a/animation_render/Alligator-Walk_2/v002.json b/animation_render/Alligator-Walk_2/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..328d4279b77e5ca831f10033dc5d67cf45fbf30a --- /dev/null +++ b/animation_render/Alligator-Walk_2/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.13655290058165237, + "scene_offset": [ + -1.5750172138214111, + 0.9924536347389221, + -0.40304213762283325 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_2/v002.mp4 b/animation_render/Alligator-Walk_2/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..796ccaad8012e4e48bb18b04567cc8f74f70e5ad Binary files /dev/null and b/animation_render/Alligator-Walk_2/v002.mp4 differ diff --git a/animation_render/Alligator-Walk_2/v003.json b/animation_render/Alligator-Walk_2/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..6dc7874802b7afece5460a43c275f884388e3911 --- /dev/null +++ b/animation_render/Alligator-Walk_2/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.13655290058165237, + "scene_offset": [ + -1.5750172138214111, + 0.9924536347389221, + -0.40304213762283325 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_2/v003.mp4 b/animation_render/Alligator-Walk_2/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f65f95bfa6ed7e2ae78fb82edeb53a30463df81d Binary files /dev/null and b/animation_render/Alligator-Walk_2/v003.mp4 differ diff --git a/animation_render/Alligator-Walk_3/frames.tar b/animation_render/Alligator-Walk_3/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0b8c45f9583fa60993a5021cf53058e236834e3 --- /dev/null +++ b/animation_render/Alligator-Walk_3/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bd27af3a07db0ef3d839a7e438026cdb72f4a84115dad469b46833a616b73a +size 100669440 diff --git a/animation_render/Alligator-Walk_3/v000.json b/animation_render/Alligator-Walk_3/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..4b417aa2efb91ed1b655f2f48d88dc4003c1e99e --- /dev/null +++ b/animation_render/Alligator-Walk_3/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1524268602160932, + "scene_offset": [ + -4.431353569030762, + 2.6264522075653076, + -0.3728790283203125 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_3/v000.mp4 b/animation_render/Alligator-Walk_3/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1edbb30810d2a633cf75c7cb4771d3fcaccc4f3b Binary files /dev/null and b/animation_render/Alligator-Walk_3/v000.mp4 differ diff --git a/animation_render/Alligator-Walk_3/v001.json b/animation_render/Alligator-Walk_3/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..be8e6e68e96266369247730c9e636f4592065a6d --- /dev/null +++ b/animation_render/Alligator-Walk_3/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1524268602160932, + "scene_offset": [ + -4.431353569030762, + 2.6264522075653076, + -0.3728790283203125 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_3/v001.mp4 b/animation_render/Alligator-Walk_3/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47dfbc11cb8a9b5635a9f062f4aa317f4c029f31 Binary files /dev/null and b/animation_render/Alligator-Walk_3/v001.mp4 differ diff --git a/animation_render/Alligator-Walk_3/v002.json b/animation_render/Alligator-Walk_3/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..52973c887931b0841db448ab6f22e85c468c1850 --- /dev/null +++ b/animation_render/Alligator-Walk_3/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1524268602160932, + "scene_offset": [ + -4.431353569030762, + 2.6264522075653076, + -0.3728790283203125 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_3/v002.mp4 b/animation_render/Alligator-Walk_3/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1873a3291accbf26eec7cfbe70a47205c8835156 Binary files /dev/null and b/animation_render/Alligator-Walk_3/v002.mp4 differ diff --git a/animation_render/Alligator-Walk_3/v003.json b/animation_render/Alligator-Walk_3/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..a461856ae3e9e7dafc9e247739389ae6db41cc4f --- /dev/null +++ b/animation_render/Alligator-Walk_3/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1524268602160932, + "scene_offset": [ + -4.431353569030762, + 2.6264522075653076, + -0.3728790283203125 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Alligator-Walk_3/v003.mp4 b/animation_render/Alligator-Walk_3/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2053205eaa317d0f1a7f7cb24f0b4487856c2103 Binary files /dev/null and b/animation_render/Alligator-Walk_3/v003.mp4 differ diff --git a/animation_render/Anaconda-Attack/frames.tar b/animation_render/Anaconda-Attack/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7c39511c12022a92c53a25ffb58cc133aa64dbd --- /dev/null +++ b/animation_render/Anaconda-Attack/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a82a40943a76b75c410584a293d6c07cfa699a61f2d246662f09bcb434fff99 +size 60538880 diff --git a/animation_render/Anaconda-Attack/v000.json b/animation_render/Anaconda-Attack/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..e668c36760718a2f01f12518f5eeee46e3befdf4 --- /dev/null +++ b/animation_render/Anaconda-Attack/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17964090526971851, + "scene_offset": [ + 0.7028288841247559, + -0.053751200437545776, + -0.82111656665802 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Attack/v000.mp4 b/animation_render/Anaconda-Attack/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33b300a66e6a58d3cad9563bb6f04cf58b16052b Binary files /dev/null and b/animation_render/Anaconda-Attack/v000.mp4 differ diff --git a/animation_render/Anaconda-Attack/v001.json b/animation_render/Anaconda-Attack/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..d73135ec83c9bac71e70c8e7c9f5da77e4b48ffb --- /dev/null +++ b/animation_render/Anaconda-Attack/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17964090526971851, + "scene_offset": [ + 0.7028288841247559, + -0.053751200437545776, + -0.82111656665802 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Attack/v001.mp4 b/animation_render/Anaconda-Attack/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68cef98d36a4c6b74894497b7a3d3bacdfd1c2af Binary files /dev/null and b/animation_render/Anaconda-Attack/v001.mp4 differ diff --git a/animation_render/Anaconda-Attack/v002.json b/animation_render/Anaconda-Attack/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..e29a6c34af5034727419cd04567d0e36f24d0b17 --- /dev/null +++ b/animation_render/Anaconda-Attack/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17964090526971851, + "scene_offset": [ + 0.7028288841247559, + -0.053751200437545776, + -0.82111656665802 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Attack/v002.mp4 b/animation_render/Anaconda-Attack/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94eda7f6949bbd0c0dd030709390bbfb78d6dfe1 Binary files /dev/null and b/animation_render/Anaconda-Attack/v002.mp4 differ diff --git a/animation_render/Anaconda-Attack/v003.json b/animation_render/Anaconda-Attack/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..8cb1d40e134a58e0bdfb78a60da147ef2914f558 --- /dev/null +++ b/animation_render/Anaconda-Attack/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.17964090526971851, + "scene_offset": [ + 0.7028288841247559, + -0.053751200437545776, + -0.82111656665802 + ], + "frame_start": 1, + "frame_end": 121, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Attack/v003.mp4 b/animation_render/Anaconda-Attack/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15768599cb6aaad5aacf4ae9e032a09564699d45 Binary files /dev/null and b/animation_render/Anaconda-Attack/v003.mp4 differ diff --git a/animation_render/Anaconda-Bite/frames.tar b/animation_render/Anaconda-Bite/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..b25bf02375a4f4f7fb5b216ffba7f64943a790a6 --- /dev/null +++ b/animation_render/Anaconda-Bite/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd28af127c70b930beb0ecf3026ac47c5250c81f67347b66254f0880f3decba +size 40601600 diff --git a/animation_render/Anaconda-Bite/v000.json b/animation_render/Anaconda-Bite/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..5d2a35dfa5072f255d517ab39f9afa5af2bcde70 --- /dev/null +++ b/animation_render/Anaconda-Bite/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18637570583460314, + "scene_offset": [ + 0.8602283000946045, + -0.04824528098106384, + -0.8428934216499329 + ], + "frame_start": 1, + "frame_end": 80, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite/v000.mp4 b/animation_render/Anaconda-Bite/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c01db87aa6173b1c124b227c71a656bafe672a2 Binary files /dev/null and b/animation_render/Anaconda-Bite/v000.mp4 differ diff --git a/animation_render/Anaconda-Bite/v001.json b/animation_render/Anaconda-Bite/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..6dbab68ad0b63eac0fa041a6b9312dbf5e90adf1 --- /dev/null +++ b/animation_render/Anaconda-Bite/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18637570583460314, + "scene_offset": [ + 0.8602283000946045, + -0.04824528098106384, + -0.8428934216499329 + ], + "frame_start": 1, + "frame_end": 80, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite/v001.mp4 b/animation_render/Anaconda-Bite/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f11bb40e49f467914e258ebd75f6e45f95970da4 Binary files /dev/null and b/animation_render/Anaconda-Bite/v001.mp4 differ diff --git a/animation_render/Anaconda-Bite/v002.json b/animation_render/Anaconda-Bite/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..30862b4911aa2671a5469a2004b745238b1afe7f --- /dev/null +++ b/animation_render/Anaconda-Bite/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18637570583460314, + "scene_offset": [ + 0.8602283000946045, + -0.04824528098106384, + -0.8428934216499329 + ], + "frame_start": 1, + "frame_end": 80, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite/v002.mp4 b/animation_render/Anaconda-Bite/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70e9a8523c4bae24892e27bbe96ed0e62e8fc454 Binary files /dev/null and b/animation_render/Anaconda-Bite/v002.mp4 differ diff --git a/animation_render/Anaconda-Bite/v003.json b/animation_render/Anaconda-Bite/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..df8e3d9c32e26efd552976e6319f451fab80160b --- /dev/null +++ b/animation_render/Anaconda-Bite/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.18637570583460314, + "scene_offset": [ + 0.8602283000946045, + -0.04824528098106384, + -0.8428934216499329 + ], + "frame_start": 1, + "frame_end": 80, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite/v003.mp4 b/animation_render/Anaconda-Bite/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebff5623b5f84c90df9cc5aabc326c10d15585b6 Binary files /dev/null and b/animation_render/Anaconda-Bite/v003.mp4 differ diff --git a/animation_render/Anaconda-Bite_2/frames.tar b/animation_render/Anaconda-Bite_2/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..e786bc4b1f24954e4d052609f9b072824f4c5c15 --- /dev/null +++ b/animation_render/Anaconda-Bite_2/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336e922f40d7b80d1a6b91fb964c38908b3245b37cf5c6d94b446493a70f0b18 +size 42915840 diff --git a/animation_render/Anaconda-Bite_2/v000.json b/animation_render/Anaconda-Bite_2/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..5f7c19ce365651a8894bdd5c82ba06993ab1ed75 --- /dev/null +++ b/animation_render/Anaconda-Bite_2/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1865518911583748, + "scene_offset": [ + 0.8088261485099792, + -0.048296838998794556, + -0.7866784334182739 + ], + "frame_start": 1, + "frame_end": 85, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite_2/v000.mp4 b/animation_render/Anaconda-Bite_2/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f79a66cbfc60043c7b020fccbf5935a306c9df1 Binary files /dev/null and b/animation_render/Anaconda-Bite_2/v000.mp4 differ diff --git a/animation_render/Anaconda-Bite_2/v001.json b/animation_render/Anaconda-Bite_2/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..c9004bb0a1f53168cfecee83906a3eb33113a8c3 --- /dev/null +++ b/animation_render/Anaconda-Bite_2/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1865518911583748, + "scene_offset": [ + 0.8088261485099792, + -0.048296838998794556, + -0.7866784334182739 + ], + "frame_start": 1, + "frame_end": 85, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite_2/v001.mp4 b/animation_render/Anaconda-Bite_2/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c0cd863923040f9f741b46260293fafcbcce099 Binary files /dev/null and b/animation_render/Anaconda-Bite_2/v001.mp4 differ diff --git a/animation_render/Anaconda-Bite_2/v002.json b/animation_render/Anaconda-Bite_2/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..818f3d4b69c3556b2342c0cfe4f3b28dd90ae471 --- /dev/null +++ b/animation_render/Anaconda-Bite_2/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1865518911583748, + "scene_offset": [ + 0.8088261485099792, + -0.048296838998794556, + -0.7866784334182739 + ], + "frame_start": 1, + "frame_end": 85, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite_2/v002.mp4 b/animation_render/Anaconda-Bite_2/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..368adeac14900fe61944aa679f543c3499bef150 Binary files /dev/null and b/animation_render/Anaconda-Bite_2/v002.mp4 differ diff --git a/animation_render/Anaconda-Bite_2/v003.json b/animation_render/Anaconda-Bite_2/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..b42b0b8769abf557a35d4f81c746ec5d1a58aa00 --- /dev/null +++ b/animation_render/Anaconda-Bite_2/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.1865518911583748, + "scene_offset": [ + 0.8088261485099792, + -0.048296838998794556, + -0.7866784334182739 + ], + "frame_start": 1, + "frame_end": 85, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Bite_2/v003.mp4 b/animation_render/Anaconda-Bite_2/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9089af375423b3d539e24d84ad4bb09bd487b5e5 Binary files /dev/null and b/animation_render/Anaconda-Bite_2/v003.mp4 differ diff --git a/animation_render/Anaconda-Die/frames.tar b/animation_render/Anaconda-Die/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..900e740f288bee7c7fe52fbea4bf4a2ff23f29ff --- /dev/null +++ b/animation_render/Anaconda-Die/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b0ca940662454a503165b5515966a84302a9abec76a2875bbc23de823b9ce3 +size 82319360 diff --git a/animation_render/Anaconda-Die/v000.json b/animation_render/Anaconda-Die/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..bed412859afe46223dc3ce6568dfd3b41d1e0b4d --- /dev/null +++ b/animation_render/Anaconda-Die/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.26984531791187544, + "scene_offset": [ + 0.6599094271659851, + -0.5851020216941833, + -0.910930871963501 + ], + "frame_start": 1, + "frame_end": 152, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Die/v000.mp4 b/animation_render/Anaconda-Die/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1393f99ba520ee613123063d5ed8108fa8ad04c7 Binary files /dev/null and b/animation_render/Anaconda-Die/v000.mp4 differ diff --git a/animation_render/Anaconda-Die/v001.json b/animation_render/Anaconda-Die/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..8f3b667ed2fe219942a17f8733c3de51f3fd71e0 --- /dev/null +++ b/animation_render/Anaconda-Die/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.26984531791187544, + "scene_offset": [ + 0.6599094271659851, + -0.5851020216941833, + -0.910930871963501 + ], + "frame_start": 1, + "frame_end": 152, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Die/v001.mp4 b/animation_render/Anaconda-Die/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1df89d3e74904d87b8701c23ebbe7b7eacdfc6cd Binary files /dev/null and b/animation_render/Anaconda-Die/v001.mp4 differ diff --git a/animation_render/Anaconda-Die/v002.json b/animation_render/Anaconda-Die/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..62fa2b1dec5a92e63d2c87df896e9539e2338c80 --- /dev/null +++ b/animation_render/Anaconda-Die/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.26984531791187544, + "scene_offset": [ + 0.6599094271659851, + -0.5851020216941833, + -0.910930871963501 + ], + "frame_start": 1, + "frame_end": 152, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Die/v002.mp4 b/animation_render/Anaconda-Die/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb14e7ebbc473b8d74a745ce9647790a55856d2c Binary files /dev/null and b/animation_render/Anaconda-Die/v002.mp4 differ diff --git a/animation_render/Anaconda-Die/v003.json b/animation_render/Anaconda-Die/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..43f6547f37be581cfc78e464dd4471409f952c2a --- /dev/null +++ b/animation_render/Anaconda-Die/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.26984531791187544, + "scene_offset": [ + 0.6599094271659851, + -0.5851020216941833, + -0.910930871963501 + ], + "frame_start": 1, + "frame_end": 152, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Die/v003.mp4 b/animation_render/Anaconda-Die/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5df3b500ee78836a0fa54615c986938318e92b1e Binary files /dev/null and b/animation_render/Anaconda-Die/v003.mp4 differ diff --git a/animation_render/Anaconda-Hiss/frames.tar b/animation_render/Anaconda-Hiss/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbbc43d390c625b3d539743e00d3c5f2a861bb7f --- /dev/null +++ b/animation_render/Anaconda-Hiss/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef82b0fa0dc55614c879521418071651a63f96e4fb7f89825e5ead4d81e2be39 +size 62156800 diff --git a/animation_render/Anaconda-Hiss/v000.json b/animation_render/Anaconda-Hiss/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..580f5a365fd1e68f119b571ddf41b77e2c0fec89 --- /dev/null +++ b/animation_render/Anaconda-Hiss/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.28064632835288, + "scene_offset": [ + 0.38354241847991943, + -0.07961373031139374, + -0.7667240500450134 + ], + "frame_start": 1, + "frame_end": 110, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Hiss/v000.mp4 b/animation_render/Anaconda-Hiss/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ecc34b744c46673ae51f21c63e49c1d65168d8b Binary files /dev/null and b/animation_render/Anaconda-Hiss/v000.mp4 differ diff --git a/animation_render/Anaconda-Hiss/v001.json b/animation_render/Anaconda-Hiss/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..02595d136983cf5e8505061ddba481dd5b29580a --- /dev/null +++ b/animation_render/Anaconda-Hiss/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.28064632835288, + "scene_offset": [ + 0.38354241847991943, + -0.07961373031139374, + -0.7667240500450134 + ], + "frame_start": 1, + "frame_end": 110, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Hiss/v001.mp4 b/animation_render/Anaconda-Hiss/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..836d31c1635ab857915e3f0bee78243a3ab621ad Binary files /dev/null and b/animation_render/Anaconda-Hiss/v001.mp4 differ diff --git a/animation_render/Anaconda-Hiss/v002.json b/animation_render/Anaconda-Hiss/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..ba1a6ca1ffa33a3eb255f97cfd3b86409701fb9f --- /dev/null +++ b/animation_render/Anaconda-Hiss/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.28064632835288, + "scene_offset": [ + 0.38354241847991943, + -0.07961373031139374, + -0.7667240500450134 + ], + "frame_start": 1, + "frame_end": 110, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Hiss/v002.mp4 b/animation_render/Anaconda-Hiss/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0294d26b232d8806484924731f2682b3570539d Binary files /dev/null and b/animation_render/Anaconda-Hiss/v002.mp4 differ diff --git a/animation_render/Anaconda-Hiss/v003.json b/animation_render/Anaconda-Hiss/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..9b6f2e31c0afa1efa4040512e3f2b9cceec6cb5d --- /dev/null +++ b/animation_render/Anaconda-Hiss/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.28064632835288, + "scene_offset": [ + 0.38354241847991943, + -0.07961373031139374, + -0.7667240500450134 + ], + "frame_start": 1, + "frame_end": 110, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Hiss/v003.mp4 b/animation_render/Anaconda-Hiss/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc8a61ab0223054db3f8668e03eb73ae5f1b55a Binary files /dev/null and b/animation_render/Anaconda-Hiss/v003.mp4 differ diff --git a/animation_render/Anaconda-Idle/frames.tar b/animation_render/Anaconda-Idle/frames.tar new file mode 100644 index 0000000000000000000000000000000000000000..c813f9d99e1350547b83ee80cd7ec315ff65c624 --- /dev/null +++ b/animation_render/Anaconda-Idle/frames.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dbe7bbd15b20ad9aa8bff37ef724dd8d74319033d67224fdb5726ee4072eb7 +size 100485120 diff --git a/animation_render/Anaconda-Idle/v000.json b/animation_render/Anaconda-Idle/v000.json new file mode 100644 index 0000000000000000000000000000000000000000..2b0a77517390b9f97f02b590802dcba721a2c9a7 --- /dev/null +++ b/animation_render/Anaconda-Idle/v000.json @@ -0,0 +1,42 @@ +{ + "view": "front", + "azimuth": -1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 1.0, + 2.676551408873338e-24, + 6.123235586414819e-17, + 9.184850732644269e-17 + ], + [ + 6.123235586414819e-17, + -4.371138828673793e-08, + -1.0, + -1.5 + ], + [ + 0.0, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.29091314652477274, + "scene_offset": [ + 0.13221633434295654, + 0.2364579439163208, + -0.15861816704273224 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Idle/v000.mp4 b/animation_render/Anaconda-Idle/v000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54bffd670f4e2fc90fb844737b4d11b97d57798e Binary files /dev/null and b/animation_render/Anaconda-Idle/v000.mp4 differ diff --git a/animation_render/Anaconda-Idle/v001.json b/animation_render/Anaconda-Idle/v001.json new file mode 100644 index 0000000000000000000000000000000000000000..c929efb984b0881051c6a131fb39bcc3a832d3f8 --- /dev/null +++ b/animation_render/Anaconda-Idle/v001.json @@ -0,0 +1,42 @@ +{ + "view": "back", + "azimuth": 1.5707963267948966, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + -1.0, + 8.742276236262114e-08, + -8.742278367890322e-08, + 9.184850732644269e-17 + ], + [ + -8.742277657347586e-08, + 4.3711398944878965e-08, + 1.0, + 1.5 + ], + [ + 8.74227694680485e-08, + 1.0, + -4.371138828673793e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.29091314652477274, + "scene_offset": [ + 0.13221633434295654, + 0.2364579439163208, + -0.15861816704273224 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Idle/v001.mp4 b/animation_render/Anaconda-Idle/v001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43a8db398967a1430421c75d227fce7c269b2eae Binary files /dev/null and b/animation_render/Anaconda-Idle/v001.mp4 differ diff --git a/animation_render/Anaconda-Idle/v002.json b/animation_render/Anaconda-Idle/v002.json new file mode 100644 index 0000000000000000000000000000000000000000..2bbfdedc7d61226b1b18bd5362431289f5caa7b9 --- /dev/null +++ b/animation_render/Anaconda-Idle/v002.json @@ -0,0 +1,42 @@ +{ + "view": "left", + "azimuth": 3.141592653589793, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + 7.549789415861596e-08, + -1.0, + -1.5 + ], + [ + -1.0, + 5.960465188081798e-08, + -7.549789415861596e-08, + 1.8369701465288538e-16 + ], + [ + 5.960464477539063e-08, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.29091314652477274, + "scene_offset": [ + 0.13221633434295654, + 0.2364579439163208, + -0.15861816704273224 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Idle/v002.mp4 b/animation_render/Anaconda-Idle/v002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b7fa4b6cbdc0bf6ee637245c1072f930aedaa53 Binary files /dev/null and b/animation_render/Anaconda-Idle/v002.mp4 differ diff --git a/animation_render/Anaconda-Idle/v003.json b/animation_render/Anaconda-Idle/v003.json new file mode 100644 index 0000000000000000000000000000000000000000..349650840c38663367783d37a76128a7b302e823 --- /dev/null +++ b/animation_render/Anaconda-Idle/v003.json @@ -0,0 +1,42 @@ +{ + "view": "right", + "azimuth": 0.0, + "elevation": 0.0, + "resolution": 512, + "camera_angle_x": 0.8575560450553894, + "transform_matrix": [ + [ + 7.549790126404332e-08, + -7.549790126404332e-08, + 1.0, + 1.5 + ], + [ + 1.0, + 5.6999328827277325e-15, + -7.549790126404332e-08, + 0.0 + ], + [ + 0.0, + 1.0, + 7.549790126404332e-08, + 9.184850732644269e-17 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "scene_scale": 0.29091314652477274, + "scene_offset": [ + 0.13221633434295654, + 0.2364579439163208, + -0.15861816704273224 + ], + "frame_start": 1, + "frame_end": 200, + "fps": 30 +} \ No newline at end of file diff --git a/animation_render/Anaconda-Idle/v003.mp4 b/animation_render/Anaconda-Idle/v003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f2357362a06ffc81a23cd1bba19f87af7517bcb Binary files /dev/null and b/animation_render/Anaconda-Idle/v003.mp4 differ