Is there a YT website that simplifies a 3D image that rotates?

There are quite a few YouTube examples that provide 3D images that can be rotated. I tried some tutorials, which start ok, but get hung up on — npm run dev → npm ERR! Missing script: “dev”.

I found a YT simple example — https://www.youtube.com/watch?v=1TeMXIWRrqE. I noticed that this uses “three.min.js” which appears to be a simplified version of “three.js”. Unfortunately, it does not work. Are there any simplified YT websites that do work?

If you’re looking for simplified examples or tutorials, you might want to search for beginner-focused Three.js tutorials, or even start directly on the Three.js official examples page. These examples are maintained and updated with the library, ensuring they work with the current version.

“Three.js Tutorial For Absolute Beginners” → https://www.youtube.com/watch?v=xJAfLdUgdc4&list=PLjcjAqAnHd1EIxV4FSZIiJZvsdrBc1Xho → is an excellent video! The only YT video, I found, that actually works!

One minor error. The “parcel ./src/index.html” did not work (3:13). The “npx parcel src/index.html” did work.

1 Like

Here are some simplified YouTube tutorials that may read your mind.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.