Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created December 24, 2022 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/f4de53cec4e9f68792f618f2925c145e to your computer and use it in GitHub Desktop.
Save flushpot1125/f4de53cec4e9f68792f618f2925c145e to your computer and use it in GitHub Desktop.
var navmeshParameters = {
cs: 0.2,
ch: 0.2,
walkableSlopeAngle: 90,
walkableHeight: 1.0,
walkableClimb: 1,/*1から10に変更する*/
walkableRadius: 1,
maxEdgeLen: 12.,
maxSimplificationError: 1.3,
minRegionArea: 8,
mergeRegionArea: 20,
maxVertsPerPoly: 6,
detailSampleDist: 6,
detailSampleMaxError: 1,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment