diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-09 20:56:22 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-09 20:56:22 -0500 |
commit | c822da9fe644e4a420caabb30a25b487ce75c099 (patch) | |
tree | 7d06f66a46c62dc5bbcf6cccbab8acfca552fdab /indra/llmath/llvolume.h | |
parent | dfe19c257dbb9d5af6f1e2961015e95847525412 (diff) |
SL-18095 WIP -- Allow mikktspace generator to add more vertices (skip re-welding step for now).
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 8c604c5d1a..f1feaade58 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -870,7 +870,7 @@ private: public: BOOL create(LLVolume* volume, BOOL partial_build = FALSE); - void createTangents(bool mikktspace = false); + void createTangents(); void resizeVertices(S32 num_verts); void allocateTangents(S32 num_verts, bool mikktspace = false); |