Coordinate display – Dragon3DGraff_Blog

Coordinate display

0

To better navigate in space, I decided to add coordinates at a point, which is the projection of the cursor from the camera onto the coordinate planes. It is implemented using Raycaster. Invisible planes are added along the axes, the intersection with which is checking. From the intersection, I dashed lines and hung a label with the coordinates. For label, launched the second CSS2DRenderer render. It is rendered on top of the canvas, so now events need to be caught on it, and not on the canvas, for example

const controls = new OrbitControls (camera, labelRenderer.domElement);
Это изображение имеет пустой атрибут alt; его имя файла - 3yPxWmAVp6Y.jpg
Это изображение имеет пустой атрибут alt; его имя файла - ELC_RX3j78M.jpg
Это изображение имеет пустой атрибут alt; его имя файла - WWugKOzUQu8.jpg
0

Leave a Reply