#include "common/PxPhysXCommonConfig.h"
Go to the source code of this file.
Functions | |
PX_C_EXPORT bool PX_CALL_CONV | PxBuildSmoothNormals (physx::PxU32 nbTris, physx::PxU32 nbVerts, const physx::PxVec3 *verts, const physx::PxU32 *dFaces, const physx::PxU16 *wFaces, physx::PxVec3 *normals, bool flip) |
Builds smooth vertex normals over a mesh. |