How to create 3d simulation? - simulation

I wish to simulate a (Kilimanjaro) route in 3d. How can I do this?
Any hints according to software etc are welcome!
Greetings
Magda

Try creating a path in Google Earth.

Related

Graph network visualisation in flutter?

I'm a newbie in flutter. Would anybody have an idea of how to plot a graph network in flutter?
An example using d3js is below. I'm interested in a solution that doesn't use d3js so it could work on mobiles.
Thank you
https://bl.ocks.org/mbostock/1093130
This package seems to be an answer (very basic compared to d3 though):
https://pub.dev/packages/graphview
Also I noticed this answer today:
https://stackoverflow.com/a/59840394/884752
The package seems more advanced.

3D Chemistry laboratory images for Unity

I really wish someone out there has a link to help me out with a link to free 3d animated models for Unity, I'd like to incorporate these 3D chemistry laboratory objects like, test tube, burette, Conical flask, beaker. I really wish there is someone out there to give a heads up, i'm not good at any 3d program to build these by myself.
Please your positive contributions will be most welcomed.
Archeopterix' Labware Props for Poser-Vol One:
http://www.sharecg.com/v/66895/browse/11/Poser/Archeopterix-Labware-Props-for-Poser-Vol-One
Microscope:
https://free3d.com/3d-model/microscope-64352.html
Feel free to add to my answer if you find anything else.

Unity terrain - build terrain from google maps

I am brand new to Unity, but I was wondering if there is a way to create terrain by somehow capturing a piece of Google Earth, and somehow exporting it to the engine's terrain editor? If there isn't a direct way of doing this, could someone suggest the best way to go about copying a portion of Google Earth (or something similar) to build a terrain?
Thanks to #Josh1billion the answer seems to be terrain.party, here is a youtube link that expands on it
For completion, a pricy tool that does most of the work for you:
Real World Terrain: https://assetstore.unity.com/packages/tools/terrain/real-world-terrain-8752
It has good reviews.
If you are serious about it, keep in mind that AAA titles build worlds still manualy from reference pictures.
Hey dreamer (or) If you want to change industry:
Good base data from goverment (swiss only) costs between few 100k up to 2M, while free to students.
Heigh educated knowledge of AI, software engineering and some math required. Hudge manpower needed. Buildings are the biggest problem.

Android Blood pressure graph implementation?

Thanks for reading the question, I need to implement the Blood pressure graph in my Android sample application, I attached the sample image below, Can i use third party libraries like achart engine and MPChart Android for making the graph,Any ideas and suggestions kindly share those details,
Thanks ,
Naren.S
I would suggest you http://www.android-graphview.org/ library. It's super easy to use. However I'm not sure how to implement the vertical lines among points since you'd have to introduce two LineGraphSeries.
But if you don't need that vertical lines, the GraphView library would be wise and easy solution :)

Tomograpy 3D reconstruction

I have to do a project for school and I have no idea where to start from. I need to make a 3D reconstruction from the images you get after doing a tomography.
Also, after the image will be reconstructed i need to provide a tool so the user can slice the organ as he wants and so he can see the section he made.
Any help would be really apreciated. Thanks.
See Radon function & co this is very likely what you will need to use. And see also this book (a must have reference).
A very quick Googling led me to this page. A tomography toolbox for MATLAB.