Skip to content

Commit e4d4fb6

Browse files
committed
added optional fov param for virtual camera
1 parent 0870a3e commit e4d4fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: proto/decentraland/sdk/components/virtual_camera.proto

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ option (common.ecs_component_id) = 1076;
1313
message PBVirtualCamera {
1414
optional common.CameraTransition default_transition = 1;
1515
optional uint32 look_at_entity = 2;
16+
optional float fov = 3; // default = 60
1617
}

0 commit comments

Comments
 (0)