登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  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
下载
84
浏览
2020-06-19发布