You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Today, I started a project that requires 3D objects, 360 Images, and 360 videos on the frontend.
I managed to easily make 360 images, but I found it really hard to create a 360 video. I tried so many ways but none of them worked.
I think the documentation doesn't really have a clear explanation on how to create a 360 video and what kind of format the video should be applied in,
plus I don't have any 3D related experience so it's really hard for me to figure out how to achieve this.
could you tell me how to create a 360 video with some sample code or example? or giving me some code example would be so appreciated as well.
I didn't post my code here cause what I wrote is really messy and useless here.
thank you in advance !!
just Import video Element from React360 import { AppRegistry, StyleSheet, Text, Environment, Video } from 'react-360';
Then add it to the JSX in your class <Video style={{width: 800.0,height:400.0}} source={{uri:'./static_assets/hel.mp4'}} />
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today, I started a project that requires 3D objects, 360 Images, and 360 videos on the frontend.
I managed to easily make 360 images, but I found it really hard to create a 360 video. I tried so many ways but none of them worked.
I think the documentation doesn't really have a clear explanation on how to create a 360 video and what kind of format the video should be applied in,
plus I don't have any 3D related experience so it's really hard for me to figure out how to achieve this.
could you tell me how to create a 360 video with some sample code or example? or giving me some code example would be so appreciated as well.
I didn't post my code here cause what I wrote is really messy and useless here.
thank you in advance !!
Additional Information
react-360' package version: [email protected]
react-360-web' package version: [email protected]
Operating System: Windows
Browser: all
The text was updated successfully, but these errors were encountered: