Settings

Settings for placement rules allow you to configure how and from where you load 3D assets as well as check for collisions and define the number of times a particular rule is carried out.

"from_folder"

The "from_folder" setting can be used if you want to load 3D assets from outside of the typical Lexset database. You can upload your own assets and tell your rule to look at a specific directory when sampling 3D assets for a specific category.

"settings":{"from_folder": "/general/lexset/seahaven3.0/assets/office/television"},

num

Defines the number of times a particular rule should be carried out. This can be defined either as an absolute value or a range.

"settings":{"num": 1}

boundbox_collision

This setting will ensure that two objects' bounding boxes never intersect.

"settings":{"boundbox_collision": true}

Last updated