Skip to content

Commit

Permalink
Add OpenAL installer
Browse files Browse the repository at this point in the history
Fix code conformance for NVMeshMender.h
  • Loading branch information
Xottab-DUTY committed Mar 23, 2018
1 parent c17c456 commit 335dfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added res/oalinst.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/utils/xrLC/NvMender2002/NVMeshMender.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ class NVMeshMender
DontWeightNormalsByFaceSize
};

bool NVMeshMender::Munge(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
bool Munge(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f, const float* pTextureMatrix = 0,
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
bool NVMeshMender::MungeD3DX(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
bool MungeD3DX(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f, const float* pTextureMatrix = 0,
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
Expand Down

0 comments on commit 335dfd1

Please sign in to comment.