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
- Why is AWS Sumerian transitioning to Babylon.js? Any alternative AWS services planned in future?
- How do I integrate AWS Sumerian Host without the use of AWS Polly?
- Getting User Utterance as Text in Amazon Sumerian
- Privately published AWS Sumerian scene in React Web App does not include chatbot feature(Polly and Lex)
- How to update and call inside 'then()' function
- How to play an audio file as speech for an Amazon Sumerian Host?
- How to connect an aws sumerian acene with aws iot core?
- How can use a large (mora than 1500 characters) SSML speech file into aws sumerian with amazon polly?
- Calling external web service using Amazon sumerian
- How to get world position of an entity in Amazon Sumerian?
- Can we remove Loading bar or 8thWall in a WebAR 8thWall App?
- com.google.wireless.android.sdk.stats.IntellijIndexingStats error when building AWS sumerian java project
- Can Amazon Sumerian react to events from Amazon SNS, or is IoT my only route?
- AWS Sumerian mobile(interface)
- Show Lex response in Sumerian 3D HTML
Related Questions in 8THWALL-WEB
- Collidestart not fired - Aframe 1.4.1 & Ammo.js with 8th wall
- A-Frame combining physics character with vps in 8th wall
- 8th Wall lighting
- A-frame physics system: adding dynamic objects on click
- Improving stability in A-Frame and AR.js image tracking app without using third-party engines
- `getOrCreateObject3D` has been deprecated. Use `setObject3D()` and `object3dset` event instead
- How to replace ./images/star2.png with image texture src in particle-system="preset: dust; texture: ./images/star2.png; particleCount: 2000;
- How to use AFrame Inspector tool with 8th wall
- button has no function with 8thwall
- 8th wall option page does not function when toggle off the splash screen in commercial mode
- How to make background audio pause when the web is on background
- How to add Three.js EffectComposer to 8th Wall
- Keep 3D model after image target is lost
- Null in 8th Wall but not in Aframe?
- how to code in Mac for 8thwall web ar and test it?
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 # Hahtags
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).