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

x/threejs_4_deno/src/core/Object3D.d.ts>Object3D#localToWorld

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method Object3D.prototype.localToWorld
import { Object3D } from "https://deno.land/x/threejs_4_deno@v121/src/core/Object3D.d.ts";

Updates the vector from local space to world space.

Parameters

vector: Vector3

A local vector.