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
210
210
DontWeightNormalsByFaceSize
211
211
};
212
212
213
- bool NVMeshMender:: Munge (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
213
+ bool Munge (const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
214
214
const float bSmoothCreaseAngleRadians = 3 .141592654f / 3 .0f , const float * pTextureMatrix = 0 ,
215
215
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
216
216
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,
218
218
const float bSmoothCreaseAngleRadians = 3 .141592654f / 3 .0f , const float * pTextureMatrix = 0 ,
219
219
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
220
220
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
You can’t perform that action at this time.
0 commit comments