Questions tagged [amazon-sumerian]

Amazon Sumerian is a set of tools for creating Augmented Reality (AR), Virtual Reality (VR) and 3D app experiences on the web. With Sumerian, you can construct an interactive 3D scene without any programming experience and publish it as a website.

See: What Is Amazon Sumerian?

20 questions
0
votes
1 answer

Can we remove Loading bar or 8thWall in a WebAR 8thWall App?

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
Gkills
  • 587
  • 1
  • 6
  • 28
0
votes
1 answer

Can Amazon Sumerian react to events from Amazon SNS, or is IoT my only route?

I'm new to Sumerian but I've been able to create a demo scene. I'd like to have the scene respond to external events, ideally published through SNS. Is it possible to do this directly with a script or is the only route to create an IoT shadow and…
0
votes
2 answers

AWS Sumerian mobile(interface)

I am working on AWS Sumerian as my POC. I published the link in Sumerian it's working fine on my PC. But, When I did open the link on my phone its just displaying the host, But not responding. Note: it's should work on my mobile as how works on…
deepak v
  • 11
  • 1
  • 2
0
votes
2 answers

How to set color of the entity from the script in Amazon Sumerian?

I am learning Amazon Sumerian for Web VR development. I am trying to change the color property from the script of that entity in the update() method. The code looks like this: function update(args, ctx) { …
Abrar
  • 6,874
  • 9
  • 28
  • 41
0
votes
1 answer

How to access variables and entity attributes in amazon Sumerian

I need help with a few things with Amazon Sumerian: How can I access an entity's attribute in a script? How can I access a variable from another script? This is the code I tried to access an entity's variable that I set in the state machine but…
Harry
  • 1,021
  • 4
  • 21
  • 41
1
2