====== AssetTranscriptionParam ====== ===== Fields ===== ^ 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: [[ac6-refmat:param: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. | ===== Enums ===== ==== ASSET_SLOD_TEX_SIZE_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''64'' | 64x64 | | | ''128'' | 128x128 | | | ''256'' | 256x256 | | | ''512'' | 512x512 | | | ''1024'' | 1024x1024 | | | ''2048'' | 2048x2048 | | | ''4096'' | 4096x4096 | | ==== ASSET_SLOD_CAP_DIR_NUM_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''16'' | 16 Directions | | | ''36'' | 32 Directions | | | ''64'' | 64 Directions | | ==== ASSET_SLOD_CAP_ANGLE_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''20'' | 20 Degrees | | | ''30'' | 30 Degrees | | | ''45'' | 45 Degrees | | | ''90'' | 90 Degrees | | ==== ASSET_SLOD_CONVERT_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Not Applicable to SLOD | | | ''1'' | Join as is | | | ''2'' | Transfer source | | | ''3'' | Transfer destination | | | ''4'' | Imposter | | | ''5'' | Final result | | ==== ASSET_IMPOSTER_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Lock-cam Billboard | | | ''1'' | Cross Billboard | |