文件名称:voxel-perlin-terrain:使用柏林平滑噪声生成体素地形
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-04 09:35:06
JavaScript
体素-perlin-地形 使用生成体素地形 这旨在与开箱即用 安装 npm install voxel-perlin-terrain 接口 var terrain = require ( 'voxel-perlin-terrain' ) var chunkSize = 32 // initialize your noise with a seed, floor height, ceiling height and scale factor var generateChunk = terrain ( 'foo' , 0 , 5 , 20 ) // then hook it up to your game as such: game . voxels . on ( 'missingChunk' , function ( p ) { var voxels = generateChunk
【文件预览】:
voxel-perlin-terrain-master
----.gitignore(33B)
----package.json(764B)
----player.png(4KB)
----readme.md(909B)
----index.js(1KB)
----test.js(329B)
----demo.js(502B)
----index.html(735B)
----Makefile(107B)