mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 18:13:52 +00:00
Flat plane on the XY plane subdivided into NxN cells. Useful for LOD demos, deformable surfaces (later --displace passes), and testbench geometry that needs many triangles for benchmarking. Default size 1.0 (centered on origin), subdivisions hard-capped at 256 so a typo can't generate 130k+ vertices accidentally. Vertex count is (N+1)² and triangles are 2N², both reported in the output so the user sees the budget. Verified: N=16 size=4 produces 289 verts / 512 tris. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||