Skip to content

Commit

Permalink
Examples: Clean up. (mrdoob#27531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored and AdaRoseCannon committed Jan 15, 2024
1 parent 44f4495 commit 0616ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_instance_uniform.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script type="module">

import * as THREE from 'three';
import { MeshStandardNodeMaterial, NodeUpdateType, Node, nodeObject, uniform, attribute, cubeTexture } from 'three/nodes';
import { MeshStandardNodeMaterial, NodeUpdateType, Node, nodeObject, uniform, cubeTexture } from 'three/nodes';

import WebGPU from 'three/addons/capabilities/WebGPU.js';
import WebGL from 'three/addons/capabilities/WebGL.js';
Expand Down

0 comments on commit 0616ca6

Please sign in to comment.