A Circle with 1km Radius #103
lucas-vitrus
started this conversation in
General
Replies: 1 comment
-
Threejs units are in meters already, so you can just add a circle with a radius of of 1000 meters (1km): <mesh>
<circleGeometry args={[1000]}/>
</mesh> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to draw a Circle with 1Km radius. What is the best way to convert three.js units to map units?
Is that a fixed translation?
Beta Was this translation helpful? Give feedback.
All reactions