登录

最新会员 最新下载

成为了本站VIP会员

04月09日 21:32

成为了本站VIP会员

04月09日 10:40

成为了本站VIP会员

04月01日 22:48

成为了本站VIP会员

04月01日 20:37

成为了本站VIP会员

03月31日 22:10

成为了本站VIP会员

03月20日 08:34
已选条件
  1. 编程语言:JavaScript
  2. 代码类别:OpenGL
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. conrec.js-master

  This is a JavaScript implementation of the CONREC contouring algorithm, which operates on a grid of z-values. If no contour-drawing function is specified, it builds a list of contour vectors that can be accessed via .contourList(). Example: var data = [[0, 1, 0], [1, 2, 1], [0, 1, 0]]; var c = new Conrec; c.contour(data, 0, 2, 0, 2, [1, 2, 3], [1, 2, 3], 3, [0, 1, 2]); // c.contours will now contain vectors in the form of doubly-linked lists. // c.contourList() will return an array of vectors in the form of arrays.

0
下载
181
浏览
2020-06-19发布

2. conrec.js-master

说明:  This is a JavaScript implementation of the CONREC contouring algorithm, which operates on a grid of z-values. If no contour-drawing function is specified, it builds a list of contour vectors that can be accessed via .contourList(). Example: var data = [[0, 1, 0], [1, 2, 1], [0, 1, 0]]; var c = new Conrec; c.contour(data, 0, 2, 0, 2, [1, 2, 3], [1, 2, 3], 3, [0, 1, 2]); // c.contours will now contain vectors in the form of doubly-linked lists. // c.contourList() will return an array of vectors in the form of arrays.

2
下载
186
浏览
2020-06-19发布