On making a javascript node application with 8thwall and sumerian you get a loading animation of 8thWall logo , how to replace that with something your own. the project doesnot seem to have any assets of it in the folder
Can we remove Loading bar or 8thWall in a WebAR 8thWall App?
1.2k Views Asked by Gkills At
1
There are 1 best solutions below
Related Questions in AMAZON-SUMERIAN
- How to add a Amazon polly TTS and speech marker to a 3D model build in MAYA?
- How to update and call inside 'then()' function
- Calling external web service using Amazon sumerian
- Privately published AWS Sumerian scene in React Web App does not include chatbot feature(Polly and Lex)
- Ways to minimize lag in Sumerien IDE Update time
- How to access variables and entity attributes in amazon Sumerian
- How to set color of the entity from the script in Amazon Sumerian?
- Can Amazon Sumerian react to events from Amazon SNS, or is IoT my only route?
- com.google.wireless.android.sdk.stats.IntellijIndexingStats error when building AWS sumerian java project
- Start Scene without clicking start button on amazon sumerian
- Getting User Utterance as Text in Amazon Sumerian
- How can use a large (mora than 1500 characters) SSML speech file into aws sumerian with amazon polly?
- Show Lex response in Sumerian 3D HTML
- AWS Sumerian mobile(interface)
- How to connect an aws sumerian acene with aws iot core?
Related Questions in 8THWALL-WEB
- 8th wall with Ipad pro IOS 13 loops on requesting camera access
- While playing animation in 8th wall aframe-js there is delay for animation play
- A-Frame combining physics character with vps in 8th wall
- Collidestart not fired - Aframe 1.4.1 & Ammo.js with 8th wall
- Three.js use multiple materials on one mesh
- needed Trigger face effect and image-marker manually by JS
- Replaying ThreeJs Animation with Button Interactions
- Hot Swapping 3d Frameworks
- Simple Box Project doesn't work as aspected
- `getOrCreateObject3D` has been deprecated. Use `setObject3D()` and `object3dset` event instead
- How to use AFrame Inspector tool with 8th wall
- 8th wall Image Target Not tracking image
- Why does 8thWall restrict image aspect resolution for image tracking
- Aframe mesh rotation and animation
- How to add Three.js EffectComposer to 8th Wall
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I've not done anything with Sumarian bu that shouldn't impact this answer.
https://cdn.8thwall.com/web/xrextras/xrextras.js is the file that contains the details to allow you to update some of the 'free' UX elements that you get with 8th Wall like the spinning logo and the message on the screen.
You want to save the file and serve it from your own hosting, and then look for
... and replace it with your own logo (it will still flip it, so you probably want something mirrored like the 8 logo).