Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'base_seed', 'items', 'n', 'outdir'}) and 9 missing columns ({'prompt', 'id', 'frames', 'video_path', 'video', 'objects', 'world', 'seed', 'motion'}).
This happened while the json dataset builder was generating data using
hf://datasets/madmax3366/Blender_video/out_approach_stop/dataset_index.json (at revision af3de5c92fec6f68ee60deeea571ccc922ffda40)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
scenario: string
outdir: string
engine: string
n: int64
res: int64
fps: int64
seconds: double
total_frames: int64
base_seed: int64
camera: string
items: list<item: struct<id: string, prompt: string, video: string>>
child 0, item: struct<id: string, prompt: string, video: string>
child 0, id: string
child 1, prompt: string
child 2, video: string
to
{'id': Value('string'), 'scenario': Value('string'), 'prompt': Value('string'), 'video': Value('string'), 'video_path': Value('string'), 'engine': Value('string'), 'res': Value('int64'), 'fps': Value('int64'), 'seconds': Value('float64'), 'total_frames': Value('int64'), 'seed': Value('int64'), 'camera': Value('string'), 'objects': {'object_a': {'role': Value('string'), 'shape': Value('string'), 'scale': Value('float64'), 'color': List(Value('float64')), 'rough': Value('float64')}, 'object_b': {'role': Value('string'), 'shape': Value('string'), 'scale': Value('float64'), 'color': List(Value('float64')), 'rough': Value('float64')}}, 'world': {'bg': Value('float64'), 'sun_energy': Value('float64'), 'ground_gray': Value('float64')}, 'motion': {'speed_scale': Value('float64')}, 'frames': {'start': Value('int64'), 'end': Value('int64')}}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'base_seed', 'items', 'n', 'outdir'}) and 9 missing columns ({'prompt', 'id', 'frames', 'video_path', 'video', 'objects', 'world', 'seed', 'motion'}).
This happened while the json dataset builder was generating data using
hf://datasets/madmax3366/Blender_video/out_approach_stop/dataset_index.json (at revision af3de5c92fec6f68ee60deeea571ccc922ffda40)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | scenario string | prompt string | video string | video_path string | engine string | res int64 | fps int64 | seconds float64 | total_frames int64 | seed int64 | camera string | objects dict | world dict | motion dict | frames dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0001 | approach_stop | A sphere moves from left and stops in front of a center cube | 0001.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0001.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 124 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.159,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.312
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.693,
"color": [
1,
0.9,
0.1,
1
],
"rough": ... | {
"bg": 0.884,
"sun_energy": 3.371,
"ground_gray": 0.914
} | {
"speed_scale": 0.808
} | {
"start": 1,
"end": 81
} |
0002 | approach_stop | A cone moves from left and stops in front of a center sphere | 0002.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0002.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 125 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.246,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.495
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.601,
"color": [
1,
1,
1,
1
],
"rough": 0.34... | {
"bg": 0.86,
"sun_energy": 2.556,
"ground_gray": 0.965
} | {
"speed_scale": 1.172
} | {
"start": 1,
"end": 81
} |
0003 | approach_stop | A cube moves from left and stops in front of a center cone | 0003.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0003.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 126 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.053,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.389
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.788,
"color": [
0.1,
0.9,
0.1,
1
],
"rou... | {
"bg": 0.729,
"sun_energy": 3.445,
"ground_gray": 0.937
} | {
"speed_scale": 0.961
} | {
"start": 1,
"end": 81
} |
0004 | approach_stop | A sphere moves from left and stops in front of a center cube | 0004.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0004.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 127 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.12,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.8,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.5... | {
"bg": 0.518,
"sun_energy": 3.56,
"ground_gray": 0.945
} | {
"speed_scale": 0.941
} | {
"start": 1,
"end": 81
} |
0005 | approach_stop | A cone moves from left and stops in front of a center cone | 0005.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0005.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 128 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.101,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.8,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.... | {
"bg": 0.876,
"sun_energy": 2.592,
"ground_gray": 0.941
} | {
"speed_scale": 0.851
} | {
"start": 1,
"end": 81
} |
0006 | approach_stop | A cube moves from left and stops in front of a center cube | 0006.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0006.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 129 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.283,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.452
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
1,
0.9,
0.1,
1
],
"rough... | {
"bg": 0.734,
"sun_energy": 3.955,
"ground_gray": 0.922
} | {
"speed_scale": 1.223
} | {
"start": 1,
"end": 81
} |
0007 | approach_stop | A cone moves from left and stops in front of a center sphere | 0007.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0007.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 130 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.089,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.384
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.702,
"color": [
0.05,
0.05,
0.05,
1
],
"rou... | {
"bg": 0.708,
"sun_energy": 2.683,
"ground_gray": 0.959
} | {
"speed_scale": 1.051
} | {
"start": 1,
"end": 81
} |
0008 | approach_stop | A sphere moves from left and stops in front of a center cone | 0008.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0008.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 131 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.238,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.356
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.63,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0... | {
"bg": 0.626,
"sun_energy": 3.925,
"ground_gray": 0.907
} | {
"speed_scale": 1.124
} | {
"start": 1,
"end": 81
} |
0009 | approach_stop | A cone moves from left and stops in front of a center cube | 0009.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0009.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 132 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.099,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.249
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.735,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.... | {
"bg": 0.665,
"sun_energy": 3.019,
"ground_gray": 0.972
} | {
"speed_scale": 1.237
} | {
"start": 1,
"end": 81
} |
0010 | approach_stop | A cube moves from left and stops in front of a center cone | 0010.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0010.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 133 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.032,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.477
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.684,
"color": [
1,
1,
1,
1
],
"rough": 0.497
... | {
"bg": 0.698,
"sun_energy": 3.206,
"ground_gray": 0.962
} | {
"speed_scale": 0.97
} | {
"start": 1,
"end": 81
} |
0011 | approach_stop | A cone moves from left and stops in front of a center sphere | 0011.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0011.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 134 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.044,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.455
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.716,
"color": [
0.05,
0.05,
0.05,
1
],
... | {
"bg": 0.694,
"sun_energy": 2.497,
"ground_gray": 0.979
} | {
"speed_scale": 1.005
} | {
"start": 1,
"end": 81
} |
0012 | approach_stop | A sphere moves from left and stops in front of a center cube | 0012.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0012.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 135 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.237,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.528
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.768,
"sun_energy": 3.564,
"ground_gray": 0.947
} | {
"speed_scale": 0.922
} | {
"start": 1,
"end": 81
} |
0013 | approach_stop | A sphere moves from left and stops in front of a center cube | 0013.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0013.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 136 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.066,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.478
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.617,
"color": [
1,
0.9,
0.1,
1
],
"rough"... | {
"bg": 0.73,
"sun_energy": 3.32,
"ground_gray": 0.935
} | {
"speed_scale": 1.074
} | {
"start": 1,
"end": 81
} |
0014 | approach_stop | A cone moves from left and stops in front of a center sphere | 0014.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0014.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 137 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.385,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.34
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.852,
"color": [
1,
0.9,
0.1,
1
],
"rough":... | {
"bg": 0.529,
"sun_energy": 3.025,
"ground_gray": 0.979
} | {
"speed_scale": 1.033
} | {
"start": 1,
"end": 81
} |
0015 | approach_stop | A cube moves from left and stops in front of a center sphere | 0015.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0015.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 138 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.067,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.545
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.824,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.577,
"sun_energy": 3.125,
"ground_gray": 0.956
} | {
"speed_scale": 1.173
} | {
"start": 1,
"end": 81
} |
0016 | approach_stop | A cone moves from left and stops in front of a center sphere | 0016.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0016.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 139 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.304,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.5
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.705,
"color": [
0.1,
0.3,
1,
1
],
"rough... | {
"bg": 0.501,
"sun_energy": 3.737,
"ground_gray": 0.943
} | {
"speed_scale": 1.183
} | {
"start": 1,
"end": 81
} |
0017 | approach_stop | A cube moves from left and stops in front of a center cone | 0017.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0017.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 140 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.076,
"color": [
1,
1,
1,
1
],
"rough": 0.221
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.812,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0... | {
"bg": 0.809,
"sun_energy": 2.238,
"ground_gray": 0.921
} | {
"speed_scale": 1.202
} | {
"start": 1,
"end": 81
} |
0018 | approach_stop | A sphere moves from left and stops in front of a center cone | 0018.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0018.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 141 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.224,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.479
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.806,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.707,
"sun_energy": 2.075,
"ground_gray": 0.963
} | {
"speed_scale": 0.957
} | {
"start": 1,
"end": 81
} |
0019 | approach_stop | A sphere moves from left and stops in front of a center cube | 0019.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0019.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 142 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.039,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.338
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.652,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.733,
"sun_energy": 3.7,
"ground_gray": 0.939
} | {
"speed_scale": 0.818
} | {
"start": 1,
"end": 81
} |
0020 | approach_stop | A sphere moves from left and stops in front of a center cube | 0020.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_approach_stop/0020.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 143 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.229,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.298
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.829,
"color": [
0.1,
0.9,
0.1,
1
],
"roug... | {
"bg": 0.863,
"sun_energy": 4.129,
"ground_gray": 0.904
} | {
"speed_scale": 1.073
} | {
"start": 1,
"end": 81
} |
null | approach_stop | null | null | null | EEVEE | 512 | 30 | 2.7 | 81 | null | static | null | null | null | null |
0001 | bounce_in_place | A sphere bounces up and down above a center cube | 0001.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0001.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 124 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.159,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.312
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.693,
"color": [
1,
0.9,
0.1,
1
],
"rough": ... | {
"bg": 0.884,
"sun_energy": 3.371,
"ground_gray": 0.914
} | {
"speed_scale": 0.808
} | {
"start": 1,
"end": 81
} |
0002 | bounce_in_place | A cone bounces up and down above a center sphere | 0002.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0002.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 125 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.246,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.495
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.601,
"color": [
1,
1,
1,
1
],
"rough": 0.34... | {
"bg": 0.86,
"sun_energy": 2.556,
"ground_gray": 0.965
} | {
"speed_scale": 1.172
} | {
"start": 1,
"end": 81
} |
0003 | bounce_in_place | A cube bounces up and down above a center cone | 0003.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0003.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 126 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.053,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.389
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.788,
"color": [
0.1,
0.9,
0.1,
1
],
"rou... | {
"bg": 0.729,
"sun_energy": 3.445,
"ground_gray": 0.937
} | {
"speed_scale": 0.961
} | {
"start": 1,
"end": 81
} |
0004 | bounce_in_place | A sphere bounces up and down above a center cube | 0004.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0004.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 127 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.12,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.8,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.5... | {
"bg": 0.518,
"sun_energy": 3.56,
"ground_gray": 0.945
} | {
"speed_scale": 0.941
} | {
"start": 1,
"end": 81
} |
0005 | bounce_in_place | A cone bounces up and down above a center cone | 0005.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0005.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 128 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.101,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.8,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.... | {
"bg": 0.876,
"sun_energy": 2.592,
"ground_gray": 0.941
} | {
"speed_scale": 0.851
} | {
"start": 1,
"end": 81
} |
0006 | bounce_in_place | A cube bounces up and down above a center cube | 0006.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0006.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 129 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.283,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.452
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
1,
0.9,
0.1,
1
],
"rough... | {
"bg": 0.734,
"sun_energy": 3.955,
"ground_gray": 0.922
} | {
"speed_scale": 1.223
} | {
"start": 1,
"end": 81
} |
0007 | bounce_in_place | A cone bounces up and down above a center sphere | 0007.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0007.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 130 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.089,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.384
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.702,
"color": [
0.05,
0.05,
0.05,
1
],
"rou... | {
"bg": 0.708,
"sun_energy": 2.683,
"ground_gray": 0.959
} | {
"speed_scale": 1.051
} | {
"start": 1,
"end": 81
} |
0008 | bounce_in_place | A sphere bounces up and down above a center cone | 0008.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0008.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 131 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.238,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.356
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.63,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0... | {
"bg": 0.626,
"sun_energy": 3.925,
"ground_gray": 0.907
} | {
"speed_scale": 1.124
} | {
"start": 1,
"end": 81
} |
0009 | bounce_in_place | A cone bounces up and down above a center cube | 0009.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0009.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 132 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.099,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.249
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.735,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.... | {
"bg": 0.665,
"sun_energy": 3.019,
"ground_gray": 0.972
} | {
"speed_scale": 1.237
} | {
"start": 1,
"end": 81
} |
0010 | bounce_in_place | A cube bounces up and down above a center cone | 0010.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0010.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 133 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.032,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.477
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.684,
"color": [
1,
1,
1,
1
],
"rough": 0.497
... | {
"bg": 0.698,
"sun_energy": 3.206,
"ground_gray": 0.962
} | {
"speed_scale": 0.97
} | {
"start": 1,
"end": 81
} |
0011 | bounce_in_place | A cone bounces up and down above a center sphere | 0011.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0011.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 134 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.044,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.455
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.716,
"color": [
0.05,
0.05,
0.05,
1
],
... | {
"bg": 0.694,
"sun_energy": 2.497,
"ground_gray": 0.979
} | {
"speed_scale": 1.005
} | {
"start": 1,
"end": 81
} |
0012 | bounce_in_place | A sphere bounces up and down above a center cube | 0012.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0012.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 135 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.237,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.528
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.768,
"sun_energy": 3.564,
"ground_gray": 0.947
} | {
"speed_scale": 0.922
} | {
"start": 1,
"end": 81
} |
0013 | bounce_in_place | A sphere bounces up and down above a center cube | 0013.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0013.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 136 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.066,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.478
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.617,
"color": [
1,
0.9,
0.1,
1
],
"rough"... | {
"bg": 0.73,
"sun_energy": 3.32,
"ground_gray": 0.935
} | {
"speed_scale": 1.074
} | {
"start": 1,
"end": 81
} |
0014 | bounce_in_place | A cone bounces up and down above a center sphere | 0014.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0014.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 137 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.385,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.34
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.852,
"color": [
1,
0.9,
0.1,
1
],
"rough":... | {
"bg": 0.529,
"sun_energy": 3.025,
"ground_gray": 0.979
} | {
"speed_scale": 1.033
} | {
"start": 1,
"end": 81
} |
0015 | bounce_in_place | A cube bounces up and down above a center sphere | 0015.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0015.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 138 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.067,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.545
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.824,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.577,
"sun_energy": 3.125,
"ground_gray": 0.956
} | {
"speed_scale": 1.173
} | {
"start": 1,
"end": 81
} |
0016 | bounce_in_place | A cone bounces up and down above a center sphere | 0016.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0016.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 139 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.304,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.5
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.705,
"color": [
0.1,
0.3,
1,
1
],
"rough... | {
"bg": 0.501,
"sun_energy": 3.737,
"ground_gray": 0.943
} | {
"speed_scale": 1.183
} | {
"start": 1,
"end": 81
} |
0017 | bounce_in_place | A cube bounces up and down above a center cone | 0017.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0017.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 140 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.076,
"color": [
1,
1,
1,
1
],
"rough": 0.221
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.812,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0... | {
"bg": 0.809,
"sun_energy": 2.238,
"ground_gray": 0.921
} | {
"speed_scale": 1.202
} | {
"start": 1,
"end": 81
} |
0018 | bounce_in_place | A sphere bounces up and down above a center cone | 0018.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0018.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 141 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.224,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.479
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.806,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.707,
"sun_energy": 2.075,
"ground_gray": 0.963
} | {
"speed_scale": 0.957
} | {
"start": 1,
"end": 81
} |
0019 | bounce_in_place | A sphere bounces up and down above a center cube | 0019.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0019.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 142 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.039,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.338
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.652,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.733,
"sun_energy": 3.7,
"ground_gray": 0.939
} | {
"speed_scale": 0.818
} | {
"start": 1,
"end": 81
} |
0020 | bounce_in_place | A sphere bounces up and down above a center cube | 0020.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_bounce_in_place/0020.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 143 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.229,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.298
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.829,
"color": [
0.1,
0.9,
0.1,
1
],
"roug... | {
"bg": 0.863,
"sun_energy": 4.129,
"ground_gray": 0.904
} | {
"speed_scale": 1.073
} | {
"start": 1,
"end": 81
} |
null | bounce_in_place | null | null | null | EEVEE | 512 | 30 | 2.7 | 81 | null | static | null | null | null | null |
0001 | collide_bounce | A sphere moves towards a center cube and bounces back | 0001.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0001.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 124 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.159,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.312
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.693,
"color": [
1,
0.9,
0.1,
1
],
"rough": ... | {
"bg": 0.884,
"sun_energy": 3.371,
"ground_gray": 0.914
} | {
"speed_scale": 0.808
} | {
"start": 1,
"end": 81
} |
0002 | collide_bounce | A cone moves towards a center sphere and bounces back | 0002.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0002.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 125 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.246,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.495
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.601,
"color": [
1,
1,
1,
1
],
"rough": 0.34... | {
"bg": 0.86,
"sun_energy": 2.556,
"ground_gray": 0.965
} | {
"speed_scale": 1.172
} | {
"start": 1,
"end": 81
} |
0003 | collide_bounce | A cube moves towards a center cone and bounces back | 0003.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0003.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 126 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.053,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.389
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.788,
"color": [
0.1,
0.9,
0.1,
1
],
"rou... | {
"bg": 0.729,
"sun_energy": 3.445,
"ground_gray": 0.937
} | {
"speed_scale": 0.961
} | {
"start": 1,
"end": 81
} |
0004 | collide_bounce | A sphere moves towards a center cube and bounces back | 0004.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0004.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 127 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.12,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.8,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.5... | {
"bg": 0.518,
"sun_energy": 3.56,
"ground_gray": 0.945
} | {
"speed_scale": 0.941
} | {
"start": 1,
"end": 81
} |
0005 | collide_bounce | A cone moves towards a center cone and bounces back | 0005.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0005.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 128 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.101,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.8,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.... | {
"bg": 0.876,
"sun_energy": 2.592,
"ground_gray": 0.941
} | {
"speed_scale": 0.851
} | {
"start": 1,
"end": 81
} |
0006 | collide_bounce | A cube moves towards a center cube and bounces back | 0006.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0006.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 129 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.283,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.452
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
1,
0.9,
0.1,
1
],
"rough... | {
"bg": 0.734,
"sun_energy": 3.955,
"ground_gray": 0.922
} | {
"speed_scale": 1.223
} | {
"start": 1,
"end": 81
} |
0007 | collide_bounce | A cone moves towards a center sphere and bounces back | 0007.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0007.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 130 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.089,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.384
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.702,
"color": [
0.05,
0.05,
0.05,
1
],
"rou... | {
"bg": 0.708,
"sun_energy": 2.683,
"ground_gray": 0.959
} | {
"speed_scale": 1.051
} | {
"start": 1,
"end": 81
} |
0008 | collide_bounce | A sphere moves towards a center cone and bounces back | 0008.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0008.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 131 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.238,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.356
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.63,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0... | {
"bg": 0.626,
"sun_energy": 3.925,
"ground_gray": 0.907
} | {
"speed_scale": 1.124
} | {
"start": 1,
"end": 81
} |
0009 | collide_bounce | A cone moves towards a center cube and bounces back | 0009.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0009.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 132 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.099,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.249
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.735,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.... | {
"bg": 0.665,
"sun_energy": 3.019,
"ground_gray": 0.972
} | {
"speed_scale": 1.237
} | {
"start": 1,
"end": 81
} |
0010 | collide_bounce | A cube moves towards a center cone and bounces back | 0010.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0010.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 133 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.032,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.477
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.684,
"color": [
1,
1,
1,
1
],
"rough": 0.497
... | {
"bg": 0.698,
"sun_energy": 3.206,
"ground_gray": 0.962
} | {
"speed_scale": 0.97
} | {
"start": 1,
"end": 81
} |
0011 | collide_bounce | A cone moves towards a center sphere and bounces back | 0011.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0011.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 134 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.044,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.455
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.716,
"color": [
0.05,
0.05,
0.05,
1
],
... | {
"bg": 0.694,
"sun_energy": 2.497,
"ground_gray": 0.979
} | {
"speed_scale": 1.005
} | {
"start": 1,
"end": 81
} |
0012 | collide_bounce | A sphere moves towards a center cube and bounces back | 0012.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0012.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 135 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.237,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.528
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.768,
"sun_energy": 3.564,
"ground_gray": 0.947
} | {
"speed_scale": 0.922
} | {
"start": 1,
"end": 81
} |
0013 | collide_bounce | A sphere moves towards a center cube and bounces back | 0013.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0013.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 136 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.066,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.478
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.617,
"color": [
1,
0.9,
0.1,
1
],
"rough"... | {
"bg": 0.73,
"sun_energy": 3.32,
"ground_gray": 0.935
} | {
"speed_scale": 1.074
} | {
"start": 1,
"end": 81
} |
0014 | collide_bounce | A cone moves towards a center sphere and bounces back | 0014.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0014.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 137 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.385,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.34
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.852,
"color": [
1,
0.9,
0.1,
1
],
"rough":... | {
"bg": 0.529,
"sun_energy": 3.025,
"ground_gray": 0.979
} | {
"speed_scale": 1.033
} | {
"start": 1,
"end": 81
} |
0015 | collide_bounce | A cube moves towards a center sphere and bounces back | 0015.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0015.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 138 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.067,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.545
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.824,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.577,
"sun_energy": 3.125,
"ground_gray": 0.956
} | {
"speed_scale": 1.173
} | {
"start": 1,
"end": 81
} |
0016 | collide_bounce | A cone moves towards a center sphere and bounces back | 0016.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0016.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 139 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.304,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.5
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.705,
"color": [
0.1,
0.3,
1,
1
],
"rough... | {
"bg": 0.501,
"sun_energy": 3.737,
"ground_gray": 0.943
} | {
"speed_scale": 1.183
} | {
"start": 1,
"end": 81
} |
0017 | collide_bounce | A cube moves towards a center cone and bounces back | 0017.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0017.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 140 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.076,
"color": [
1,
1,
1,
1
],
"rough": 0.221
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.812,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0... | {
"bg": 0.809,
"sun_energy": 2.238,
"ground_gray": 0.921
} | {
"speed_scale": 1.202
} | {
"start": 1,
"end": 81
} |
0018 | collide_bounce | A sphere moves towards a center cone and bounces back | 0018.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0018.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 141 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.224,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.479
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.806,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.707,
"sun_energy": 2.075,
"ground_gray": 0.963
} | {
"speed_scale": 0.957
} | {
"start": 1,
"end": 81
} |
0019 | collide_bounce | A sphere moves towards a center cube and bounces back | 0019.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0019.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 142 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.039,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.338
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.652,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.733,
"sun_energy": 3.7,
"ground_gray": 0.939
} | {
"speed_scale": 0.818
} | {
"start": 1,
"end": 81
} |
0020 | collide_bounce | A sphere moves towards a center cube and bounces back | 0020.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_collide_bounce/0020.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 143 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.229,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.298
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.829,
"color": [
0.1,
0.9,
0.1,
1
],
"roug... | {
"bg": 0.863,
"sun_energy": 4.129,
"ground_gray": 0.904
} | {
"speed_scale": 1.073
} | {
"start": 1,
"end": 81
} |
null | collide_bounce | null | null | null | EEVEE | 512 | 30 | 2.7 | 81 | null | static | null | null | null | null |
0001 | orbit_around | A sphere orbits around a center cube | 0001.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0001.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 124 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.159,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.312
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.693,
"color": [
1,
0.9,
0.1,
1
],
"rough": ... | {
"bg": 0.884,
"sun_energy": 3.371,
"ground_gray": 0.914
} | {
"speed_scale": 0.808
} | {
"start": 1,
"end": 81
} |
0002 | orbit_around | A cone orbits around a center sphere | 0002.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0002.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 125 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.246,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.495
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.601,
"color": [
1,
1,
1,
1
],
"rough": 0.34... | {
"bg": 0.86,
"sun_energy": 2.556,
"ground_gray": 0.965
} | {
"speed_scale": 1.172
} | {
"start": 1,
"end": 81
} |
0003 | orbit_around | A cube orbits around a center cone | 0003.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0003.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 126 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.053,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.389
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.788,
"color": [
0.1,
0.9,
0.1,
1
],
"rou... | {
"bg": 0.729,
"sun_energy": 3.445,
"ground_gray": 0.937
} | {
"speed_scale": 0.961
} | {
"start": 1,
"end": 81
} |
0004 | orbit_around | A sphere orbits around a center cube | 0004.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0004.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 127 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.12,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.8,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.5... | {
"bg": 0.518,
"sun_energy": 3.56,
"ground_gray": 0.945
} | {
"speed_scale": 0.941
} | {
"start": 1,
"end": 81
} |
0005 | orbit_around | A cone orbits around a center cone | 0005.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0005.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 128 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.101,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.8,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.... | {
"bg": 0.876,
"sun_energy": 2.592,
"ground_gray": 0.941
} | {
"speed_scale": 0.851
} | {
"start": 1,
"end": 81
} |
0006 | orbit_around | A cube orbits around a center cube | 0006.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0006.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 129 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.283,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.452
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
1,
0.9,
0.1,
1
],
"rough... | {
"bg": 0.734,
"sun_energy": 3.955,
"ground_gray": 0.922
} | {
"speed_scale": 1.223
} | {
"start": 1,
"end": 81
} |
0007 | orbit_around | A cone orbits around a center sphere | 0007.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0007.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 130 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.089,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.384
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.702,
"color": [
0.05,
0.05,
0.05,
1
],
"rou... | {
"bg": 0.708,
"sun_energy": 2.683,
"ground_gray": 0.959
} | {
"speed_scale": 1.051
} | {
"start": 1,
"end": 81
} |
0008 | orbit_around | A sphere orbits around a center cone | 0008.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0008.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 131 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.238,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.356
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.63,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0... | {
"bg": 0.626,
"sun_energy": 3.925,
"ground_gray": 0.907
} | {
"speed_scale": 1.124
} | {
"start": 1,
"end": 81
} |
0009 | orbit_around | A cone orbits around a center cube | 0009.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0009.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 132 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.099,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.249
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.735,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.... | {
"bg": 0.665,
"sun_energy": 3.019,
"ground_gray": 0.972
} | {
"speed_scale": 1.237
} | {
"start": 1,
"end": 81
} |
0010 | orbit_around | A cube orbits around a center cone | 0010.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0010.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 133 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.032,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.477
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.684,
"color": [
1,
1,
1,
1
],
"rough": 0.497
... | {
"bg": 0.698,
"sun_energy": 3.206,
"ground_gray": 0.962
} | {
"speed_scale": 0.97
} | {
"start": 1,
"end": 81
} |
0011 | orbit_around | A cone orbits around a center sphere | 0011.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0011.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 134 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.044,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.455
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.716,
"color": [
0.05,
0.05,
0.05,
1
],
... | {
"bg": 0.694,
"sun_energy": 2.497,
"ground_gray": 0.979
} | {
"speed_scale": 1.005
} | {
"start": 1,
"end": 81
} |
0012 | orbit_around | A sphere orbits around a center cube | 0012.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0012.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 135 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.237,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.528
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.768,
"sun_energy": 3.564,
"ground_gray": 0.947
} | {
"speed_scale": 0.922
} | {
"start": 1,
"end": 81
} |
0013 | orbit_around | A sphere orbits around a center cube | 0013.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0013.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 136 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.066,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.478
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.617,
"color": [
1,
0.9,
0.1,
1
],
"rough"... | {
"bg": 0.73,
"sun_energy": 3.32,
"ground_gray": 0.935
} | {
"speed_scale": 1.074
} | {
"start": 1,
"end": 81
} |
0014 | orbit_around | A cone orbits around a center sphere | 0014.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0014.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 137 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.385,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.34
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.852,
"color": [
1,
0.9,
0.1,
1
],
"rough":... | {
"bg": 0.529,
"sun_energy": 3.025,
"ground_gray": 0.979
} | {
"speed_scale": 1.033
} | {
"start": 1,
"end": 81
} |
0015 | orbit_around | A cube orbits around a center sphere | 0015.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0015.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 138 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.067,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.545
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.824,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.577,
"sun_energy": 3.125,
"ground_gray": 0.956
} | {
"speed_scale": 1.173
} | {
"start": 1,
"end": 81
} |
0016 | orbit_around | A cone orbits around a center sphere | 0016.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0016.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 139 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.304,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.5
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.705,
"color": [
0.1,
0.3,
1,
1
],
"rough... | {
"bg": 0.501,
"sun_energy": 3.737,
"ground_gray": 0.943
} | {
"speed_scale": 1.183
} | {
"start": 1,
"end": 81
} |
0017 | orbit_around | A cube orbits around a center cone | 0017.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0017.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 140 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.076,
"color": [
1,
1,
1,
1
],
"rough": 0.221
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.812,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0... | {
"bg": 0.809,
"sun_energy": 2.238,
"ground_gray": 0.921
} | {
"speed_scale": 1.202
} | {
"start": 1,
"end": 81
} |
0018 | orbit_around | A sphere orbits around a center cone | 0018.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0018.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 141 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.224,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.479
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.806,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.707,
"sun_energy": 2.075,
"ground_gray": 0.963
} | {
"speed_scale": 0.957
} | {
"start": 1,
"end": 81
} |
0019 | orbit_around | A sphere orbits around a center cube | 0019.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0019.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 142 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.039,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.338
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.652,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.733,
"sun_energy": 3.7,
"ground_gray": 0.939
} | {
"speed_scale": 0.818
} | {
"start": 1,
"end": 81
} |
0020 | orbit_around | A sphere orbits around a center cube | 0020.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_orbit_around/0020.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 143 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.229,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.298
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.829,
"color": [
0.1,
0.9,
0.1,
1
],
"roug... | {
"bg": 0.863,
"sun_energy": 4.129,
"ground_gray": 0.904
} | {
"speed_scale": 1.073
} | {
"start": 1,
"end": 81
} |
null | orbit_around | null | null | null | EEVEE | 512 | 30 | 2.7 | 81 | null | static | null | null | null | null |
0001 | rise_above | A sphere rises from the ground to above a center cube | 0001.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0001.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 124 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.159,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.312
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.693,
"color": [
1,
0.9,
0.1,
1
],
"rough": ... | {
"bg": 0.884,
"sun_energy": 3.371,
"ground_gray": 0.914
} | {
"speed_scale": 0.808
} | {
"start": 1,
"end": 81
} |
0002 | rise_above | A cone rises from the ground to above a center sphere | 0002.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0002.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 125 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.246,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.495
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.601,
"color": [
1,
1,
1,
1
],
"rough": 0.34... | {
"bg": 0.86,
"sun_energy": 2.556,
"ground_gray": 0.965
} | {
"speed_scale": 1.172
} | {
"start": 1,
"end": 81
} |
0003 | rise_above | A cube rises from the ground to above a center cone | 0003.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0003.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 126 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.053,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.389
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.788,
"color": [
0.1,
0.9,
0.1,
1
],
"rou... | {
"bg": 0.729,
"sun_energy": 3.445,
"ground_gray": 0.937
} | {
"speed_scale": 0.961
} | {
"start": 1,
"end": 81
} |
0004 | rise_above | A sphere rises from the ground to above a center cube | 0004.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0004.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 127 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.12,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.8,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.5... | {
"bg": 0.518,
"sun_energy": 3.56,
"ground_gray": 0.945
} | {
"speed_scale": 0.941
} | {
"start": 1,
"end": 81
} |
0005 | rise_above | A cone rises from the ground to above a center cone | 0005.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0005.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 128 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.101,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.212
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.8,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.... | {
"bg": 0.876,
"sun_energy": 2.592,
"ground_gray": 0.941
} | {
"speed_scale": 0.851
} | {
"start": 1,
"end": 81
} |
0006 | rise_above | A cube rises from the ground to above a center cube | 0006.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0006.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 129 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.283,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.452
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
1,
0.9,
0.1,
1
],
"rough... | {
"bg": 0.734,
"sun_energy": 3.955,
"ground_gray": 0.922
} | {
"speed_scale": 1.223
} | {
"start": 1,
"end": 81
} |
0007 | rise_above | A cone rises from the ground to above a center sphere | 0007.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0007.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 130 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.089,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.384
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.702,
"color": [
0.05,
0.05,
0.05,
1
],
"rou... | {
"bg": 0.708,
"sun_energy": 2.683,
"ground_gray": 0.959
} | {
"speed_scale": 1.051
} | {
"start": 1,
"end": 81
} |
0008 | rise_above | A sphere rises from the ground to above a center cone | 0008.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0008.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 131 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.238,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.356
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.63,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0... | {
"bg": 0.626,
"sun_energy": 3.925,
"ground_gray": 0.907
} | {
"speed_scale": 1.124
} | {
"start": 1,
"end": 81
} |
0009 | rise_above | A cone rises from the ground to above a center cube | 0009.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0009.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 132 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.099,
"color": [
1,
0.1,
0.1,
1
],
"rough": 0.249
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.735,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.... | {
"bg": 0.665,
"sun_energy": 3.019,
"ground_gray": 0.972
} | {
"speed_scale": 1.237
} | {
"start": 1,
"end": 81
} |
0010 | rise_above | A cube rises from the ground to above a center cone | 0010.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0010.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 133 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.032,
"color": [
0.1,
0.3,
1,
1
],
"rough": 0.477
},
"object_b": {
"role": "target",
"shape": "cone",
"scale": 0.684,
"color": [
1,
1,
1,
1
],
"rough": 0.497
... | {
"bg": 0.698,
"sun_energy": 3.206,
"ground_gray": 0.962
} | {
"speed_scale": 0.97
} | {
"start": 1,
"end": 81
} |
0011 | rise_above | A cone rises from the ground to above a center sphere | 0011.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0011.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 134 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.044,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.455
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.716,
"color": [
0.05,
0.05,
0.05,
1
],
... | {
"bg": 0.694,
"sun_energy": 2.497,
"ground_gray": 0.979
} | {
"speed_scale": 1.005
} | {
"start": 1,
"end": 81
} |
0012 | rise_above | A sphere rises from the ground to above a center cube | 0012.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0012.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 135 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.237,
"color": [
1,
0.9,
0.1,
1
],
"rough": 0.528
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.646,
"color": [
0.1,
0.3,
1,
1
],
"rough": ... | {
"bg": 0.768,
"sun_energy": 3.564,
"ground_gray": 0.947
} | {
"speed_scale": 0.922
} | {
"start": 1,
"end": 81
} |
0013 | rise_above | A sphere rises from the ground to above a center cube | 0013.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0013.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 136 | static | {
"object_a": {
"role": "mover",
"shape": "sphere",
"scale": 1.066,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.478
},
"object_b": {
"role": "target",
"shape": "cube",
"scale": 0.617,
"color": [
1,
0.9,
0.1,
1
],
"rough"... | {
"bg": 0.73,
"sun_energy": 3.32,
"ground_gray": 0.935
} | {
"speed_scale": 1.074
} | {
"start": 1,
"end": 81
} |
0014 | rise_above | A cone rises from the ground to above a center sphere | 0014.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0014.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 137 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.385,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.34
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.852,
"color": [
1,
0.9,
0.1,
1
],
"rough":... | {
"bg": 0.529,
"sun_energy": 3.025,
"ground_gray": 0.979
} | {
"speed_scale": 1.033
} | {
"start": 1,
"end": 81
} |
0015 | rise_above | A cube rises from the ground to above a center sphere | 0015.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0015.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 138 | static | {
"object_a": {
"role": "mover",
"shape": "cube",
"scale": 1.067,
"color": [
0.1,
0.9,
0.1,
1
],
"rough": 0.545
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.824,
"color": [
1,
1,
1,
1
],
"rough": 0.... | {
"bg": 0.577,
"sun_energy": 3.125,
"ground_gray": 0.956
} | {
"speed_scale": 1.173
} | {
"start": 1,
"end": 81
} |
0016 | rise_above | A cone rises from the ground to above a center sphere | 0016.mp4 | /Users/yanjunfeng/Documents/code/test_blender/out_rise_above/0016.mp4 | EEVEE | 512 | 30 | 2.7 | 81 | 139 | static | {
"object_a": {
"role": "mover",
"shape": "cone",
"scale": 1.304,
"color": [
0.05,
0.05,
0.05,
1
],
"rough": 0.5
},
"object_b": {
"role": "target",
"shape": "sphere",
"scale": 0.705,
"color": [
0.1,
0.3,
1,
1
],
"rough... | {
"bg": 0.501,
"sun_energy": 3.737,
"ground_gray": 0.943
} | {
"speed_scale": 1.183
} | {
"start": 1,
"end": 81
} |
End of preview.
No dataset card yet
- Downloads last month
- 20