web 3d图形渲染器

5 lines
144 B

  1. "use strict";
  2. var isImplemented = require("../../../math/trunc/is-implemented");
  3. module.exports = function (a) { a(isImplemented(), true); };