Site Tools


ac6-refmat:param:assettranscriptionparam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ac6-refmat:param:assettranscriptionparam [2025/02/25 19:28] adminac6-refmat:param:assettranscriptionparam [2025/02/25 19:47] (current) admin
Line 1: Line 1:
 ====== AssetTranscriptionParam ====== ====== AssetTranscriptionParam ======
 ===== Fields ===== ===== Fields =====
-^ Field ^ Description ^ Notes ^ +^ Field ^ Type ^ Offset ^ Description ^ Notes ^ 
-| slodConvertType | Settings used in SLOD conversion, used to turn on/off model display during transcription. | This field uses the following enum: ASSET_SLOD_CONVERT_TYPE | +| 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 | How to display the imposter. | This field uses the following enum: ASSET_IMPOSTER_TYPE | +| imposterCaptureType | ''u8'' | ''0x1'' | How to display the imposter. | This field uses the following enum: ASSET_IMPOSTER_TYPE | 
-| bakeAssetLodLv | LOD level of the destination model |  | +| bakeAssetLodLv | ''u8'' | ''0x2'' | LOD level of the destination model |  | 
-| isHemiOctahedral | Is it hemispherical display? (Only affected by LockCamBillboard) | This field is a boolean. | +| isHemiOctahedral | ''u8'' | ''0x3 [0]'' | Is it hemispherical display? (Only affected by LockCamBillboard) | This field is a boolean. | 
-| pad |  | This field is padding. | +| pad | ''dummy8'' | ''0x3 [1-7]'' |  | This field is padding. | 
-| bakeAssetId | 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]] | +| 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 | Camera offset distance (cm) |  | +| lockCamBillboard_imposterCamOffset | ''f32'' | ''0x8'' | Camera offset distance (cm) |  | 
-| lockCamBillboard_imposterTexSize | 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_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 | Number of shots to take | This field uses the following enum: ASSET_SLOD_CAP_DIR_NUM_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 | Is there padding applied to the texture? | This field is a boolean. | +| lockCamBillboard_imposterLockCamTexPad | ''u8'' | ''0xf'' | Is there padding applied to the texture? | This field is a boolean. | 
-| crossBillboard_imposterCamOffset | Camera offset distance (cm) |  | +| crossBillboard_imposterCamOffset | ''f32'' | ''0x10'' | Camera offset distance (cm) |  | 
-| crossBillboard_imposterTexSize | 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_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 | Number of shots to take | This field uses the following enum: ASSET_SLOD_CAP_DIR_NUM_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 | Is there padding applied to the texture? | This field is a boolean. |+| crossBillboard_imposterLockCamTexPad | ''u8'' | ''0x17'' | Is there padding applied to the texture? | This field is a boolean. |
  
  
Line 24: Line 24:
 ==== ASSET_SLOD_TEX_SIZE_TYPE ==== ==== ASSET_SLOD_TEX_SIZE_TYPE ====
 ^ Option ^ Description ^ Notes ^ ^ Option ^ Description ^ Notes ^
-| 64 | 64x64 | | +''64'' | 64x64 | | 
-| 128 | 128x128 | | +''128'' | 128x128 | | 
-| 256 | 256x256 | | +''256'' | 256x256 | | 
-| 512 | 512x512 | | +''512'' | 512x512 | | 
-| 1024 | 1024x1024 | | +''1024'' | 1024x1024 | | 
-| 2048 | 2048x2048 | | +''2048'' | 2048x2048 | | 
-| 4096 | 4096x4096 | |+''4096'' | 4096x4096 | |
  
  
 ==== ASSET_SLOD_CAP_DIR_NUM_TYPE ==== ==== ASSET_SLOD_CAP_DIR_NUM_TYPE ====
 ^ Option ^ Description ^ Notes ^ ^ Option ^ Description ^ Notes ^
-| 16 | 16 Directions | | +''16'' | 16 Directions | | 
-| 36 | 32 Directions | | +''36'' | 32 Directions | | 
-| 64 | 64 Directions | |+''64'' | 64 Directions | |
  
  
 ==== ASSET_SLOD_CAP_ANGLE_TYPE ==== ==== ASSET_SLOD_CAP_ANGLE_TYPE ====
 ^ Option ^ Description ^ Notes ^ ^ Option ^ Description ^ Notes ^
-| 20 | 20 Degrees | | +''20'' | 20 Degrees | | 
-| 30 | 30 Degrees | | +''30'' | 30 Degrees | | 
-| 45 | 45 Degrees | | +''45'' | 45 Degrees | | 
-| 90 | 90 Degrees | |+''90'' | 90 Degrees | |
  
  
 ==== ASSET_SLOD_CONVERT_TYPE ==== ==== ASSET_SLOD_CONVERT_TYPE ====
 ^ Option ^ Description ^ Notes ^ ^ Option ^ Description ^ Notes ^
-| 0 | Not Applicable to SLOD | | +''0'' | Not Applicable to SLOD | | 
-| 1 | Join as is | | +''1'' | Join as is | | 
-| 2 | Transfer source | | +''2'' | Transfer source | | 
-| 3 | Transfer destination | | +''3'' | Transfer destination | | 
-| 4 | Imposter | | +''4'' | Imposter | | 
-| 5 | Final result | |+''5'' | Final result | |
  
  
 ==== ASSET_IMPOSTER_TYPE ==== ==== ASSET_IMPOSTER_TYPE ====
 ^ Option ^ Description ^ Notes ^ ^ Option ^ Description ^ Notes ^
-| 0 | Lock-cam Billboard | | +''0'' | Lock-cam Billboard | | 
-| 1 | Cross Billboard | |+''1'' | Cross Billboard | |
  
ac6-refmat/param/assettranscriptionparam.1740511682.txt.gz · Last modified: by admin