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

x/threejs_4_deno/src/materials/LineDashedMaterial.d.ts>LineDashedMaterialParameters

A simple transformation of three.js for use within a Deno workflow
Go to Latest
interface LineDashedMaterialParameters
import { type LineDashedMaterialParameters } from "https://deno.land/x/threejs_4_deno@v121/src/materials/LineDashedMaterial.d.ts";

Properties

optional
scale: number
optional
dashSize: number
optional
gapSize: number