Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/Three.d.ts>GridHelper

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class GridHelper
extends LineSegments
import { GridHelper } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Constructors

new
GridHelper(
size?: number,
divisions?: number,
color1?: Color | string | number,
color2?: Color | string | number,
)

Properties

type: string

Methods

deprecated
setColors(color1?: Color | string | number, color2?: Color | string | number): void