0

I came across a site where they have done nice animation. I am not able to make out if they have used any tools for this or most of this is custom coding. from HTML source it seems they are using Angular JS etc..

http://viewfromabove.emirates.com/3d

I had few question regarding this site

  1. Is it custom animation or they have used some third part tool to generate this animation
  2. How are they animation Globe is it a 3d image or pure HTML based animation of globe.
5
  • You mean they have used 3rd party tool or it is custom animation Commented Jan 26, 2016 at 5:01
  • Yes, that's what I mean Commented Jan 26, 2016 at 5:01
  • you can save it as image.. Commented Jan 26, 2016 at 5:02
  • I'm messing with you - this question is doomed Commented Jan 26, 2016 at 5:03
  • For 2 it's a rendered image on a HTML <canvas>. So it's not the "HTML" approach in the sense that the globe is not composed of HTML elements. Commented Jan 26, 2016 at 5:07

2 Answers 2

4

It's using THREE.js.

It's a rendered 3D object.

Sign up to request clarification or add additional context in comments.

Comments

1

It's WebGL rendering done with the THREE.js library, and audio via howler.js.

As Nick says, it's not just an animation, it's a 3D scene being rendered in the browser. It's 2016, most browsers can do that now.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.