Skip to content

mversace/wfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

启动:

  1. 安装node环境
  2. 本目录下执行 node app.js

调整:

调整生成图片的速度 wfc.js line 133

// 找格子速度
calcCellTime = 20;
// 失败后重试间隔
failReTry = 2000; 

调整宽高 index.html line 20

// 格子列数
const cellCol = 18;
// 格子行数
const cellRow = 10;
// 格子宽高
const cellWidth = 48;
// 摄像机与目标点的距离 格子显示不下就把这个值变大
const s = 300;

image

About

wfc算法的简单展示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors