mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 17:00:36 +02:00
Make the camera an avatar entity
This commit is contained in:
parent
a30b678ecb
commit
cbeea7abc4
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
name: 'SpectatorCamera',
|
||||
position: cameraPosition, // Put the camera in front of me so that I can find it.
|
||||
rotation: cameraRotation
|
||||
}); // FIXME: avatar entity so that you don't need rez rights.;
|
||||
}, true);
|
||||
// Put an image3d overlay on the near face, as a viewFinder.
|
||||
viewFinderOverlay = Overlays.addOverlay("image3d", {
|
||||
url: "http://selfieFrame",
|
||||
|
|
Loading…
Reference in a new issue