There was an error while loading. Please reload this page.
2 parents 69f9051 + dfbdec4 commit 4b8ba8dCopy full SHA for 4b8ba8d
1 file changed
proto/decentraland/sdk/components/virtual_camera.proto
@@ -10,7 +10,9 @@ option (common.ecs_component_id) = 1076;
10
// an 'instant' transition (like using speed/time = 0)
11
// * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
12
// the holding entity transform).
13
+// * The fov defines the Field of View of the virtual camera
14
message PBVirtualCamera {
15
optional common.CameraTransition default_transition = 1;
16
optional uint32 look_at_entity = 2;
17
+ optional float fov = 3; // default: 60
18
}
0 commit comments