Home>
I am creating something like Google Street View using A-Frame.
Images (buttons) and text are also placed in the space, but it takes time and effort because the coordinate values are placed manually. So, can it be easier if you can get the coordinates by operating the mouse from the camera viewpoint? I think. I've done a lot of research and found it difficult to achieve the results I expected. I would appreciate it if you could teach me.
・ A-Frame Inspector ← Not a camera perspective
・ Aframe-click-drag-component ← It doesn't work even if you fill in as Installation.
The development environment is described with the ATOM editor and checked with the Preview HTML package.
A local server is set up.
-
Answer # 1
Related articles
- javascript - i want to receive and display a value in a dialog box
- javascript - when i click on the next month and the previous month on the calendar, the previous calendar display remains
- javascript - click an image to move to the next image jquery (mail order site product details screen)
- javascript - [chrome extension] i want to post the contents of the tab page, i want to pass a value to content_script
- i want to apply reduce to the value of a javascript object
- javascript - i want to put a variable value in css
- javascript - i want to display the hamburger menu with the click () event in jquery, but it is not displayed
- javascript - how to increase the pull-down value
- # if you change the value once entered with the score input function with javascript, it will become nan
- javascript - unable to retrieve json format value with thymeleaf
- javascript - i want to get the value associated with the array key in the object
- [c #] program to click the mouse pointer
- javascript - i want to display the value of the checkbox and replace it with another string depending on the conditions
- javascript - change text with vuejs v-for, @click
- javascript - when i display the value entered in the form, it is displayed as undefined
- javascript click event handler is not called when iframe element is clicked
- javascript - get the value of the array in the object , how to use in an if statement
- i want to display the value obtained from postgresql with javascript on erb
- javascript - i want to display the value entered in the created form in slack with incoming webhooks
- javascript - i want to use a value initialized in one class in another unrelated class with no arguments
Related questions
- javascript - i can't scroll the hamburger menu on my smartphone
- java - the hamburger menu cannot be displayed properly
- javascript - i want to dynamically change the ogp (thumbnail image) of twitter
- javascript - i want to add the current display function of the current page
- javascript - when overlaying transparent images, i want to cover both the horizontal and vertical positions perfectly
- javascript - how to get multiple jquiry radio button values
- javascript - input screen like unlocking line
- javascript - i want to implement jquery accordion with fadeinout, but it looks like show, hide
- javascript - i want to be able to put only one draggable element in the droppable area
- javascript - [html/css] the inverted triangle mark in the select box is overwritten on the background
It's an interesting framework.
I don't know the depth even if I click with the mouse ...
ctrl + alt + i
Will open the Visual Inspector here
It seems that coordinates can be examined by double-clicking an already placed object,
What do you think.