We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0870a3e commit e4d4fb6Copy full SHA for e4d4fb6
proto/decentraland/sdk/components/virtual_camera.proto
@@ -13,4 +13,5 @@ option (common.ecs_component_id) = 1076;
13
message PBVirtualCamera {
14
optional common.CameraTransition default_transition = 1;
15
optional uint32 look_at_entity = 2;
16
+ optional float fov = 3; // default = 60
17
}
0 commit comments