#author("2024-06-25T01:43:52+00:00","default:iseki","iseki") #author("2025-04-15T02:39:11+00:00","default:iseki","iseki") * Sculpted Prim *** Technical Explanation - https://wiki.secondlife.com/wiki/Sculpted_Prims:_Technical_Explanation - https://wiki.secondlife.com/wiki/%E3%82%B9%E3%82%AB%E3%83%AB%E3%83%97%E3%83%86%E3%83%83%E3%83%89_%E3%83%97%E3%83%AA%E3%83%A0:_%E6%8A%80%E8%A1%93%E7%9A%84%E8%A7%A3%E8%AA%AC ** Viewer Source **** phoenix-firestorm/indra/llmath/llvolume.cpp - void sculpt_calc_mesh_resolution(U16 width, U16 height, U8 type, F32 detail, S32& s, S32& t) *** 8x512 [#v71f853c] - 最高LODでの有効データ (経験的) XXXXXXXX XOXOXOOO XXXXXXXX XOXOXOOO XXXXXXXX XOXOXOOO ....... - テクスチャ -- du = 1.0/(xs-1) -- dv = 1.0/ys -- 座標: (du*i, 1.0-dv*(j+1))