added default spawn-location
This commit is contained in:
parent
151432544f
commit
62dde2e538
2 changed files with 22 additions and 5 deletions
|
|
@ -513,6 +513,20 @@ The imported/teleported destination can be another object in the same scene-file
|
||||||
|
|
||||||
> NOTE: hashbus links (`xrf://#foo&bar`) don't change the toplevel URL, which makes it ideal for interactions (in contrast to typical `#roomC` navigation, which benefit back/forward browser-buttons), see <a href="#hashbus">hashbus</a> for more info.
|
> NOTE: hashbus links (`xrf://#foo&bar`) don't change the toplevel URL, which makes it ideal for interactions (in contrast to typical `#roomC` navigation, which benefit back/forward browser-buttons), see <a href="#hashbus">hashbus</a> for more info.
|
||||||
|
|
||||||
|
> **default camera (spawn) location**: When a 3D file is loaded, it will position the user/camera at xyz: 0,0,0 OR to the location of (an object called) ''spawn''.
|
||||||
|
|
||||||
|
Basically:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://my.org/foo.glb
|
||||||
|
```
|
||||||
|
|
||||||
|
will load as default:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://my.org/foo.glb#spawn
|
||||||
|
```
|
||||||
|
|
||||||
# Level3: Media Fragments
|
# Level3: Media Fragments
|
||||||
(!Level3: Media Fragments )
|
(!Level3: Media Fragments )
|
||||||
|
|
||||||
|
|
|
||||||
13
index.html
13
index.html
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue