File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/utils/xrLC/NvMender2002 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ class NVMeshMender
210210 DontWeightNormalsByFaceSize
211211 };
212212
213- bool NVMeshMender:: Munge (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
213+ bool Munge (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
214214 const float bSmoothCreaseAngleRadians = 3 .141592654f / 3 .0f , const float * pTextureMatrix = 0 ,
215215 const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
216216 const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
217- bool NVMeshMender:: MungeD3DX (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
217+ bool MungeD3DX (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
218218 const float bSmoothCreaseAngleRadians = 3 .141592654f / 3 .0f , const float * pTextureMatrix = 0 ,
219219 const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
220220 const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
You can’t perform that action at this time.
0 commit comments