is there any good resource to follow for how to load .obj file in the canvas #378
prince1456
started this conversation in
General
Replies: 1 comment 2 replies
-
import { OBJLoader } from "three/examples/jsm/loaders/OBJLoader"
function Part() {
const result = useLoader(OBJLoader, "/file.obj") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any good resource to follow for how to load .obj file in the canvas
i want to load an 3d object in the project and add a slider to change the position of the light on object.
Beta Was this translation helpful? Give feedback.
All reactions