Skip to content

Commit 4b8ba8d

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/pulse
2 parents 69f9051 + dfbdec4 commit 4b8ba8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proto/decentraland/sdk/components/virtual_camera.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ option (common.ecs_component_id) = 1076;
1010
// an 'instant' transition (like using speed/time = 0)
1111
// * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
1212
// the holding entity transform).
13+
// * The fov defines the Field of View of the virtual camera
1314
message PBVirtualCamera {
1415
optional common.CameraTransition default_transition = 1;
1516
optional uint32 look_at_entity = 2;
17+
optional float fov = 3; // default: 60
1618
}

0 commit comments

Comments
 (0)