-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Hi, I'm new to three.js, and I like how you're creating interfaces and services for it. I'm trying to port https://codelabs.developers.google.com/codelabs/ar-with-webxr/#6 to angular as way to learn webXR https://github.com/playground/angular-template-for-dummies/tree/web-xr, but I'm having trouble adding model to the scene. Tried to debug it but it's not throwing any errors. Thanks in advance for you help.
To test, clone https://github.com/playground/angular-template-for-dummies/tree/web-xr
then "npm install" and "ng build web-xr" and point server to "dist/web-xr"
makimenko and JGrotex