aframe

How do I use checkpoint controls in A-Frame?

不羁岁月 提交于 2020-08-05 10:26:23
问题 I am new to A-Frame and still trying to figure everything out! I'm currently constructing a 3D space and would like to create a guided experience for visitors by providing dots on the floor for them to click and be transported to that position. I found this code online which is perfect but I can't get it to work. Here is the link to my project on Glitch: https://glitch.com/~museum-exhibit-demo This is the code for my camera: <a-entity position="1.8 -1.1 3" rotation="0 90 0" id="pov"> <a

How do I use checkpoint controls in A-Frame?

假如想象 提交于 2020-08-05 10:25:13
问题 I am new to A-Frame and still trying to figure everything out! I'm currently constructing a 3D space and would like to create a guided experience for visitors by providing dots on the floor for them to click and be transported to that position. I found this code online which is perfect but I can't get it to work. Here is the link to my project on Glitch: https://glitch.com/~museum-exhibit-demo This is the code for my camera: <a-entity position="1.8 -1.1 3" rotation="0 90 0" id="pov"> <a

Aframe gltf-model demo with envmap

馋奶兔 提交于 2020-07-18 08:07:49
问题 It's very convenient to load GLTF- model in aframe, but no case is found that contains envmap texture. I'd like to see that the official can provide the same case as three official. pmremGenerator.fromEquirectangular(texture) function is used to make gltf model produce real reflection effect https://threejs.org/examples/#webgl_loader_gltf https://threejs.org/examples/#webgl_materials_envmaps_hdr 回答1: One way would be creating a custom component, which will: wait until the model is loaded

Aframe gltf-model demo with envmap

倖福魔咒の 提交于 2020-07-18 08:07:12
问题 It's very convenient to load GLTF- model in aframe, but no case is found that contains envmap texture. I'd like to see that the official can provide the same case as three official. pmremGenerator.fromEquirectangular(texture) function is used to make gltf model produce real reflection effect https://threejs.org/examples/#webgl_loader_gltf https://threejs.org/examples/#webgl_materials_envmaps_hdr 回答1: One way would be creating a custom component, which will: wait until the model is loaded

Aframe gltf-model demo with envmap

大兔子大兔子 提交于 2020-07-18 08:07:04
问题 It's very convenient to load GLTF- model in aframe, but no case is found that contains envmap texture. I'd like to see that the official can provide the same case as three official. pmremGenerator.fromEquirectangular(texture) function is used to make gltf model produce real reflection effect https://threejs.org/examples/#webgl_loader_gltf https://threejs.org/examples/#webgl_materials_envmaps_hdr 回答1: One way would be creating a custom component, which will: wait until the model is loaded