| Field | Type | Offset | Description | Notes |
| slodConvertType | u8 | 0x0 | Settings used in SLOD conversion, used to turn on/off model display during transcription. | This field uses the following enum: ASSET_SLOD_CONVERT_TYPE |
| imposterCaptureType | u8 | 0x1 | How to display the imposter. | This field uses the following enum: ASSET_IMPOSTER_TYPE |
| bakeAssetLodLv | u8 | 0x2 | LOD level of the destination model | |
| isHemiOctahedral | u8 | 0x3 [0] | Is it hemispherical display? (Only affected by LockCamBillboard) | This field is a boolean. |
| pad | dummy8 | 0x3 [1-7] | | This field is padding. |
| bakeAssetId | s32 | 0x4 | If the SLOD transfer destination model-1 is the same ID as the original model | This field refers to the following params: AssetEnvironmentGeometryParam |
| lockCamBillboard_imposterCamOffset | f32 | 0x8 | Camera offset distance (cm) | |
| lockCamBillboard_imposterTexSize | u16 | 0xc | This is the resolution for unidirectional display, and the overall texture size is this resolution x number of images. | This field uses the following enum: ASSET_SLOD_TEX_SIZE_TYPE |
| lockCamBillboard_imposterTexNum_CapAngle | u8 | 0xe | Number of shots to take | This field uses the following enum: ASSET_SLOD_CAP_DIR_NUM_TYPE |
| lockCamBillboard_imposterLockCamTexPad | u8 | 0xf | Is there padding applied to the texture? | This field is a boolean. |
| crossBillboard_imposterCamOffset | f32 | 0x10 | Camera offset distance (cm) | |
| crossBillboard_imposterTexSize | u16 | 0x14 | This is the resolution for unidirectional display, and the overall texture size is this resolution x number of images. | This field uses the following enum: ASSET_SLOD_TEX_SIZE_TYPE |
| crossBillboard_imposterTexNum_CapAngle | u8 | 0x16 | Number of shots to take | This field uses the following enum: ASSET_SLOD_CAP_DIR_NUM_TYPE |
| crossBillboard_imposterLockCamTexPad | u8 | 0x17 | Is there padding applied to the texture? | This field is a boolean. |