登录

最新会员 最新下载

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14
已选条件
  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
下载
73
浏览
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
下载
85
浏览
2020-06-19发布