There was an error while loading. Please reload this page.
1 parent 6a4362a commit dfbdec4Copy full SHA for dfbdec4
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