Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/extras/core/Path.js

A simple transformation of three.js for use within a Deno workflow
Go to Latest
import * as threejs4Deno from "https://deno.land/x/threejs_4_deno@v121/src/extras/core/Path.js";

Classes

a 2d path representation, comprising of points, lines, and cubes, similar to the html5 2d canvas api. It extends CurvePath.