What is the cheapest way to display a 480x115x115 3-D model on my personal website? I've heard of Maya, Blender, Unity, and Unreal Engine, but don't know which to use.
No Unity: I currently only have an Ubuntu laptop so I can't use Unity quickly.
I rendered this shell (representation 2) in Blender 2.79 (2.79b-linux-glibc219-x86_64) on my 64-bit Ubuntu 16.04 machine, and it was unmanageable. Whenever I tried to select or move the model, my machine would freeze. I want to rotate Benji in 4 pi steradians, view him from every arbitrary angle, etc. The Blender delay was not acceptable for my needs. I'm hoping this delay is not because I have too many data points, because I want to render Benji in high-definition.
I post this to help answerers understand what would take me a long time vs. what would take me a short time. Please let me know whatever other information I can post to help you help me. If there's a clear best solution to this 3-D modeling problem, I will take the time to learn whatever syntax and implementation details are required.
Thanks for reading this long post!
What is the cheapest way to display a 480x115x115 3-D model on my personal website? I've heard of Maya, Blender, Unity, and Unreal Engine, but don't know which to use.
Maya and Blender are both modeling tools only. They are not made for displaying models on web browsers. They are used to create the 3D models.
You can do this with Unity or Unreal Engine since both exports to WebGL which you can display your sites. I would use one of these since thy are both game engines and are optimized for this.
Another option you have is Blend4Web which is a plugin for Blender. It exports your model to be viewed in a web browser.