guys i have a project in which i want to make a 3d model of earth
Unanswered
Plott Hound posted this in #help-forum
Plott HoundOP
guys i have a project in which i want to make a 3d model of earth which can be rotated and there is a dropdown button containig name of specific countries when clicked on that the earth will roate and zoom on that country and that country should hvave some markers in it specifying some specific places in that country how can I do that, any Idea from where to start and how to make it
2 Replies
@Plott Hound guys i have a project in which i want to make a 3d model of earth which can be rotated and there is a dropdown button containig name of specific countries when clicked on that the earth will roate and zoom on that country and that country should hvave some markers in it specifying some specific places in that country how can I do that, any Idea from where to start and how to make it
you can do that via three.js. It's a library dedicated for 3d renderings in web. Google a bit around how to use three.js with react (maybe even next.js) and then you can get started.
An point where I would start is to look at their examples (iirc there is already something that you want to build) and then understand what and why the person is doing it and why the globe then exists and then make your own thing with it
An point where I would start is to look at their examples (iirc there is already something that you want to build) and then understand what and why the person is doing it and why the globe then exists and then make your own thing with it
@Plott Hound solved?