Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.threejs_scene

class ThreejsScene(arena.objects.arena_object.Object):

ThreejsScene object class to manage its properties in the ARENA: Load a Three.js Scene. Could be THREE.js version-specific; you can see the THREE.js version in the JS console once you open ARENA; using glTF is preferred. Format: https://threejs.org/docs/#api/en/scenes/Scene THREE.js Scene. See guidance to store paths under https://docs.arenaxr.org/content/interface/filestore.html ARENA File Store, CDN, or DropBox.

Parameters
  • str url: Use File Store paths under 'store/users/username', see CDN and other storage options in the description above. (optional)
ThreejsScene(**kwargs)
object_type = 'threejs-scene'