yuchi233 commited on
Commit
04d033d
·
verified ·
1 Parent(s): 2140288

Upload docs/primitive_collision_proxy_spec.md with huggingface_hub

Browse files
docs/primitive_collision_proxy_spec.md CHANGED
@@ -127,10 +127,15 @@ The script currently parses OBJ geometry directly. Use OBJ input for this tool.
127
  | Option | Default | Meaning |
128
  | --- | --- | --- |
129
  | `--variant <name>` | `primitive_boxes_v1` | Output suffix. The derived asset directory becomes `<source_asset_id>_<variant>`. |
130
- | `--output-dir <path>` | canonical derived path | Optional explicit output directory for inspection. |
131
  | `--overwrite` | false | Allow writing into an existing output directory. Use cautiously. |
132
  | `--register-manifest` | false | Append the generated derived asset to `manifest/assets.jsonl`. Use only for outputs intended to be kept. |
133
 
 
 
 
 
 
134
  ### Proxy generation options
135
 
136
  | Option | Default | Meaning |
 
127
  | Option | Default | Meaning |
128
  | --- | --- | --- |
129
  | `--variant <name>` | `primitive_boxes_v1` | Output suffix. The derived asset directory becomes `<source_asset_id>_<variant>`. |
130
+ | `--output-dir <path>` | canonical derived path | Optional explicit output directory for inspection. Do not use with `--register-manifest`. |
131
  | `--overwrite` | false | Allow writing into an existing output directory. Use cautiously. |
132
  | `--register-manifest` | false | Append the generated derived asset to `manifest/assets.jsonl`. Use only for outputs intended to be kept. |
133
 
134
+ Compatibility rule:
135
+
136
+ - Registered assets must use the canonical path under `assets/<source>/derived/primitive_collision_proxies/<category>/<asset_id>/`.
137
+ - `--output-dir` is for temporary inspection only and is rejected when combined with `--register-manifest`.
138
+
139
  ### Proxy generation options
140
 
141
  | Option | Default | Meaning |