ThreeBSP.js 下载
发布时间
阅读量:
阅读量
借助git平台中的ThreeBSP.coffee文件,可以将其转换为js代码形式,如需相关资源可自行获取。
// Generated by CoffeeScript 1.12.7
(function() {
var BACK, COPLANAR, EPSILON, FRONT, SPANNING, Timelimit, returning,
bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
slice = [].slice,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp =
全部评论 (0)
还没有任何评论哟~
