←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.208s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
08uhr ◴[] No.35746780[source]
I've made a tool to create 3D tours based on Threejs Editor and it has been really useful to make presentations more compelling.

To create the presentation, you have to import 3D models (preferably fbx or glb) and place them in the 3D environment as desired. To create a "slide" you just have to click on the "new" button under the "slide" tab and it will capture the camera pose.

After creating some slides you can press the "start" on the menu to preview the presentation. Once everything is loaded, you can scroll through the preview page, and the camera will be animated sequentially between the captured poses.

That's the basic usage, but there are also other features available.

The editor page: https://arthurmiy.gitlab.io/editor_slide_3d/editor/index.htm...

Presentation made using the tool: https://arthurmiy.gitlab.io/se-webview/jaguariuna.html

replies(1): >>35751768 #
geonnave ◴[] No.35751768[source]
This is really cool, congrats!
replies(1): >>35782849 #
1. 08uhr ◴[] No.35782849[source]
Thanks!