lottaground:使用柏林噪声的简单一维地形生成器

时间:2024-06-26 11:51:41
【文件属性】:

文件名称:lottaground:使用柏林噪声的简单一维地形生成器

文件大小:37KB

文件格式:ZIP

更新时间:2024-06-26 11:51:41

JavaScript

lottaground.js 使用柏林噪声的简单一维地形生成器 | | 用法 var canvas = document . getElementById ( 'ground-canvas' ) ; var ground = lottaground ( canvas ) ; // Render the ground ground . render ( ) ; // Move forwards half the visible distance ground . fastforward ( 0.5 ) ; // Move backwards a quarter of the visible distance ground . rewind ( 0.25 ) ; // Shift ground down 50 pixels ground . shift ( 50 ) ; 设置 环境 类型 默


【文件预览】:
lottaground-master
----demos()
--------splunking.html(2KB)
--------candyland.html(2KB)
----lottaground.js(6KB)
----jquery-1.11.2.min.js(94KB)
----.gitignore(16B)
----README.md(1KB)

网友评论