Skip to content

Commit

Permalink
Examples: Fixed webgpu_loader_materialx.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 25, 2024
1 parent 5cfc5db commit 7c449d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/webgpu_loader_materialx.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

import WebGPURenderer from 'three/addons/renderers/webgpu/WebGPURenderer.js';

import { nodeFrame } from './jsm/renderers/webgl-legacy/nodes/WebGLNodes.js';

const SAMPLE_PATH = 'https://raw.githubusercontent.com/materialx/MaterialX/main/resources/Materials/Examples/StandardSurface/';

const samples = [
Expand Down Expand Up @@ -180,8 +178,6 @@

function render() {

nodeFrame.update();

renderer.render( scene, camera );

}
Expand Down

1 comment on commit 7c449d8

@mrdoob
Copy link
Owner Author

@mrdoob mrdoob commented on 7c449d8 Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @sunag

Please sign in to comment.