Answer the question
In order to leave comments, you need to log in
Augmented Reality and Android, why not yet?
In general, after looking at the Anatomy4D program and its analogues, the question arose why there are no cartoons made like this yet? It would be cool to watch some movie from different angles.
Answer the question
In order to leave comments, you need to log in
Now there is no open toolkit that would allow this to be done in a reasonable time, in proprietary developments, so far they are only engaged in educational materials and advertising, because it brings a lot of profit.
Well, there is a VR cartoon that can be viewed from different angles - there is a demo in Google Cardboard. Plus on YouTube panoramic videos
Hello. Here's an example of an asynchronous request.
To learn how to "pull" a link from other sites, you need to read about fetch ()
async function fetchAsync () {
let response = await fetch('https://api.github.com');
let data = await response.json();
return data;
}
fetchAsync()
.then(data => console.log(data))
.catch(reason => console.log(reason.message))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question