@dcl/protocol 1.0.0-24360053093.commit-d8b1cf7 → 1.0.0-24496228560.commit-6915bc8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out-js/decentraland/common/texture.gen.d.ts +0 -18
- package/out-js/decentraland/common/texture.gen.js +4 -104
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +21 -109
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +85 -388
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +73 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +463 -9
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +0 -2
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +2 -19
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +0 -41
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +3 -241
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -2
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +36 -20
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +1 -35
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +3 -172
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +0 -3
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +0 -18
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +0 -19
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +3 -90
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/material.gen.d.ts +0 -20
- package/out-js/decentraland/sdk/components/material.gen.js +2 -86
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +0 -18
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +4 -90
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +3 -19
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +4 -90
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +0 -13
- package/out-js/decentraland/sdk/components/raycast.gen.js +2 -64
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +0 -4
- package/out-js/decentraland/sdk/components/ui_text.gen.js +1 -30
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +0 -33
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +3 -176
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-ts/decentraland/common/texture.gen.ts +4 -119
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +87 -411
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +542 -2
- package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +1 -20
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +1 -292
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +35 -23
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +2 -218
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +0 -18
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +2 -108
- package/out-ts/decentraland/sdk/components/material.gen.ts +1 -102
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +0 -99
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +3 -100
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +1 -73
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +1 -40
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +0 -193
- package/package.json +4 -7
- package/proto/decentraland/common/texture.proto +1 -8
- package/proto/decentraland/kernel/apis/restricted_actions.proto +8 -39
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +39 -1
- package/proto/decentraland/sdk/components/audio_analysis.proto +44 -0
- package/proto/decentraland/sdk/components/avatar_equipped_data.proto +1 -2
- package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +3 -0
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +0 -21
- package/proto/decentraland/sdk/components/avatar_shape.proto +5 -1
- package/proto/decentraland/sdk/components/camera_mode_area.proto +3 -22
- package/proto/decentraland/sdk/components/common/input_action.proto +0 -3
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +0 -13
- package/proto/decentraland/sdk/components/light_source.proto +1 -1
- package/proto/decentraland/sdk/components/material.proto +1 -13
- package/proto/decentraland/sdk/components/mesh_collider.proto +0 -7
- package/proto/decentraland/sdk/components/mesh_renderer.proto +3 -8
- package/proto/decentraland/sdk/components/primary_pointer_info.proto +0 -5
- package/proto/decentraland/sdk/components/raycast.proto +0 -13
- package/proto/decentraland/sdk/components/ui_text.proto +0 -3
- package/proto/decentraland/sdk/components/ui_transform.proto +0 -20
- package/proto/decentraland/sdk/components/virtual_camera.proto +2 -0
- package/public/sdk-components.proto +0 -4
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -45
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -138
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/avatar_movement.gen.d.ts +0 -36
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js +0 -113
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.d.ts +0 -48
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js +0 -207
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/gltf_node.gen.d.ts +0 -66
- package/out-js/decentraland/sdk/components/gltf_node.gen.js +0 -69
- package/out-js/decentraland/sdk/components/gltf_node.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.d.ts +0 -43
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js +0 -122
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js.map +0 -1
- package/out-js/decentraland/sdk/components/input_modifier.gen.d.ts +0 -52
- package/out-js/decentraland/sdk/components/input_modifier.gen.js +0 -233
- package/out-js/decentraland/sdk/components/input_modifier.gen.js.map +0 -1
- package/out-ts/decentraland/sdk/components/avatar_locomotion_settings.gen.ts +0 -183
- package/out-ts/decentraland/sdk/components/avatar_movement.gen.ts +0 -136
- package/out-ts/decentraland/sdk/components/avatar_movement_info.gen.ts +0 -249
- package/out-ts/decentraland/sdk/components/gltf_node.gen.ts +0 -116
- package/out-ts/decentraland/sdk/components/gltf_node_state.gen.ts +0 -139
- package/out-ts/decentraland/sdk/components/input_modifier.gen.ts +0 -265
- package/proto/decentraland/sdk/components/avatar_movement.proto +0 -46
- package/proto/decentraland/sdk/components/avatar_movement_info.proto +0 -22
- package/proto/decentraland/sdk/components/camera_layer.proto +0 -30
- package/proto/decentraland/sdk/components/camera_layers.proto +0 -11
- package/proto/decentraland/sdk/components/global_light.proto +0 -22
- package/proto/decentraland/sdk/components/gltf_node.proto +0 -42
- package/proto/decentraland/sdk/components/gltf_node_state.proto +0 -20
- package/proto/decentraland/sdk/components/texture_camera.proto +0 -46
- package/proto/decentraland/sdk/components/ui_canvas.proto +0 -16
- package/proto/decentraland/sdk/components/ui_scroll_result.proto +0 -12
|
@@ -30,12 +30,6 @@ message PBMeshCollider {
|
|
|
30
30
|
// SphereMesh is a sphere shape that contains the Entity.
|
|
31
31
|
message SphereMesh {}
|
|
32
32
|
|
|
33
|
-
// A collider constructed from a Gltf Mesh.
|
|
34
|
-
message GltfMesh {
|
|
35
|
-
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
|
|
36
|
-
string name = 2; // the name of the mesh asset
|
|
37
|
-
}
|
|
38
|
-
|
|
39
33
|
optional uint32 collision_mask = 1; // enabled ColliderLayers (default CL_POINTER | CL_PHYSICS)
|
|
40
34
|
|
|
41
35
|
oneof mesh {
|
|
@@ -43,7 +37,6 @@ message PBMeshCollider {
|
|
|
43
37
|
SphereMesh sphere = 3;
|
|
44
38
|
CylinderMesh cylinder = 4;
|
|
45
39
|
PlaneMesh plane = 5;
|
|
46
|
-
GltfMesh gltf = 6;
|
|
47
40
|
}
|
|
48
41
|
}
|
|
49
42
|
|
|
@@ -5,11 +5,13 @@ import "decentraland/sdk/components/common/id.proto";
|
|
|
5
5
|
option (common.ecs_component_id) = 1018;
|
|
6
6
|
|
|
7
7
|
// The MeshRenderer component renders a basic geometric shape for an Entity. It can be a cube, a
|
|
8
|
-
// plane, a sphere
|
|
8
|
+
// plane, a sphere or a cylinder.
|
|
9
9
|
//
|
|
10
10
|
// The cube and plane variants can include a UV texture mapping, so specific areas of a material
|
|
11
11
|
// texture are rendered on different faces of the shape. They are serialized as a sequence of 2D
|
|
12
12
|
// `float` coordinates, one for each corner of each side of each face.
|
|
13
|
+
//
|
|
14
|
+
// More complex shapes require the use of a `GltfContainer` component.
|
|
13
15
|
message PBMeshRenderer {
|
|
14
16
|
|
|
15
17
|
// BoxMesh renders a prism shape.
|
|
@@ -32,17 +34,10 @@ message PBMeshRenderer {
|
|
|
32
34
|
message SphereMesh {
|
|
33
35
|
}
|
|
34
36
|
|
|
35
|
-
// A mesh from a Gltf.
|
|
36
|
-
message GltfMesh {
|
|
37
|
-
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
|
|
38
|
-
string name = 2; // the name of the mesh asset
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
oneof mesh {
|
|
42
38
|
BoxMesh box = 1;
|
|
43
39
|
SphereMesh sphere = 2;
|
|
44
40
|
CylinderMesh cylinder = 3;
|
|
45
41
|
PlaneMesh plane = 4;
|
|
46
|
-
GltfMesh gltf = 5;
|
|
47
42
|
}
|
|
48
43
|
}
|
|
@@ -28,8 +28,6 @@ message PBPrimaryPointerInfo {
|
|
|
28
28
|
optional PointerType pointer_type = 1; // The type of input device being used
|
|
29
29
|
optional decentraland.common.Vector2 screen_coordinates = 2; // Current position in screen space (pixels)
|
|
30
30
|
optional decentraland.common.Vector2 screen_delta = 3; // Movement since last frame (pixels)
|
|
31
|
-
// ray direction that can be used with the primary camera origin for
|
|
32
|
-
// raycasting from the cursor into the world
|
|
33
31
|
optional decentraland.common.Vector3 world_ray_direction = 4; // Direction vector for 3D ray casting
|
|
34
32
|
}
|
|
35
33
|
|
|
@@ -38,7 +36,4 @@ message PBPrimaryPointerInfo {
|
|
|
38
36
|
enum PointerType {
|
|
39
37
|
POT_NONE = 0; // No pointer input
|
|
40
38
|
POT_MOUSE = 1; // Traditional mouse input
|
|
41
|
-
POT_PAD = 2;
|
|
42
|
-
POT_TOUCH = 3;
|
|
43
|
-
POT_WAND = 4;
|
|
44
39
|
}
|
|
@@ -45,12 +45,6 @@ message PBRaycast {
|
|
|
45
45
|
|
|
46
46
|
// Collision mask, by default CL_POINTER | CL_PHYSICS
|
|
47
47
|
optional uint32 collision_mask = 9;
|
|
48
|
-
|
|
49
|
-
// shape to cast, default ray
|
|
50
|
-
optional RaycastShape shape = 11;
|
|
51
|
-
|
|
52
|
-
// include hits with entities from other scenes
|
|
53
|
-
optional bool include_world = 12;
|
|
54
48
|
}
|
|
55
49
|
|
|
56
50
|
// RaycastQueryType indicates whether the ray should stop on the first collition, or continue.
|
|
@@ -62,10 +56,3 @@ enum RaycastQueryType {
|
|
|
62
56
|
// Do not perform the raycast, only set the raycast result with empty hits
|
|
63
57
|
RQT_NONE = 2;
|
|
64
58
|
}
|
|
65
|
-
|
|
66
|
-
enum RaycastShape {
|
|
67
|
-
// cast a point, get collisions along a ray
|
|
68
|
-
RS_RAY = 0;
|
|
69
|
-
// cast the avatar collider shape, get collisions from sweeping the shape
|
|
70
|
-
RS_AVATAR = 1;
|
|
71
|
-
}
|
|
@@ -23,7 +23,4 @@ message PBUiText {
|
|
|
23
23
|
optional common.Font font = 4; // font for the text (default: sans-serif)
|
|
24
24
|
optional int32 font_size = 5; // size of the text (default: 10)
|
|
25
25
|
optional TextWrap text_wrap = 6; // wrap text when the border is reached (default: TW_WRAP)
|
|
26
|
-
|
|
27
|
-
optional float outline_width = 7; // width of the outline (default: 0)
|
|
28
|
-
optional decentraland.common.Color4 outline_color = 8; // RGBA color of the outline (default: opaque black)
|
|
29
26
|
}
|
|
@@ -4,7 +4,6 @@ package decentraland.sdk.components;
|
|
|
4
4
|
|
|
5
5
|
import "decentraland/sdk/components/common/id.proto";
|
|
6
6
|
import "decentraland/common/colors.proto";
|
|
7
|
-
import "decentraland/common/vectors.proto";
|
|
8
7
|
|
|
9
8
|
option (common.ecs_component_id) = 1050;
|
|
10
9
|
|
|
@@ -81,20 +80,6 @@ enum PointerFilterMode {
|
|
|
81
80
|
PFM_BLOCK = 1;
|
|
82
81
|
}
|
|
83
82
|
|
|
84
|
-
enum ShowScrollBar {
|
|
85
|
-
SSB_BOTH = 0;
|
|
86
|
-
SSB_ONLY_VERTICAL = 1;
|
|
87
|
-
SSB_ONLY_HORIZONTAL = 2;
|
|
88
|
-
SSB_HIDDEN = 3;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
message ScrollPositionValue {
|
|
92
|
-
oneof value {
|
|
93
|
-
decentraland.common.Vector2 position = 1;
|
|
94
|
-
string reference = 2;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
83
|
message PBUiTransform {
|
|
99
84
|
int32 parent = 1;
|
|
100
85
|
int32 right_of = 2;
|
|
@@ -189,10 +174,5 @@ message PBUiTransform {
|
|
|
189
174
|
optional decentraland.common.Color4 border_right_color = 72;
|
|
190
175
|
|
|
191
176
|
optional float opacity = 73; // default: 1
|
|
192
|
-
|
|
193
|
-
optional string element_id = 74; // reference for scroll_position. default empty
|
|
194
|
-
optional ScrollPositionValue scroll_position = 75; // default position=(0,0)
|
|
195
|
-
optional ShowScrollBar scroll_visible = 76; // default ShowScrollBar.SSB_BOTH
|
|
196
|
-
|
|
197
177
|
optional int32 z_index = 77; // default: 0 — controls render stacking order. Higher values appear in front of lower values.
|
|
198
178
|
}
|
|
@@ -10,7 +10,9 @@ option (common.ecs_component_id) = 1076;
|
|
|
10
10
|
// an 'instant' transition (like using speed/time = 0)
|
|
11
11
|
// * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
12
12
|
// the holding entity transform).
|
|
13
|
+
// * The fov defines the Field of View of the virtual camera
|
|
13
14
|
message PBVirtualCamera {
|
|
14
15
|
optional common.CameraTransition default_transition = 1;
|
|
15
16
|
optional uint32 look_at_entity = 2;
|
|
17
|
+
optional float fov = 3; // default: 60
|
|
16
18
|
}
|
|
@@ -9,8 +9,6 @@ import public "decentraland/sdk/components/avatar_base.proto";
|
|
|
9
9
|
import public "decentraland/sdk/components/avatar_emote_command.proto";
|
|
10
10
|
import public "decentraland/sdk/components/avatar_equipped_data.proto";
|
|
11
11
|
import public "decentraland/sdk/components/avatar_modifier_area.proto";
|
|
12
|
-
import public "decentraland/sdk/components/avatar_movement.proto";
|
|
13
|
-
import public "decentraland/sdk/components/avatar_movement_info.proto";
|
|
14
12
|
import public "decentraland/sdk/components/avatar_shape.proto";
|
|
15
13
|
import public "decentraland/sdk/components/billboard.proto";
|
|
16
14
|
import public "decentraland/sdk/components/camera_mode_area.proto";
|
|
@@ -19,8 +17,6 @@ import public "decentraland/sdk/components/engine_info.proto";
|
|
|
19
17
|
import public "decentraland/sdk/components/gltf_container.proto";
|
|
20
18
|
import public "decentraland/sdk/components/gltf_node_modifiers.proto";
|
|
21
19
|
import public "decentraland/sdk/components/gltf_container_loading_state.proto";
|
|
22
|
-
import public "decentraland/sdk/components/gltf_node.proto";
|
|
23
|
-
import public "decentraland/sdk/components/gltf_node_state.proto";
|
|
24
20
|
import public "decentraland/sdk/components/material.proto";
|
|
25
21
|
import public "decentraland/sdk/components/mesh_collider.proto";
|
|
26
22
|
import public "decentraland/sdk/components/mesh_renderer.proto";
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
export declare const protobufPackage = "decentraland.sdk.components";
|
|
3
|
-
/**
|
|
4
|
-
* The PBAvatarLocomotionSettings component allows scenes to modify locomotion settings defining things such
|
|
5
|
-
* as the avatar movement speed, jump height etc.
|
|
6
|
-
*/
|
|
7
|
-
export interface PBAvatarLocomotionSettings {
|
|
8
|
-
/** Maximum speed when walking (in meters per second) */
|
|
9
|
-
walkSpeed?: number | undefined;
|
|
10
|
-
/** Maximum speed when jogging (in meters per second) */
|
|
11
|
-
jogSpeed?: number | undefined;
|
|
12
|
-
/** Maximum speed when running (in meters per second) */
|
|
13
|
-
runSpeed?: number | undefined;
|
|
14
|
-
/** Height of a regular jump (in meters) */
|
|
15
|
-
jumpHeight?: number | undefined;
|
|
16
|
-
/** Height of a jump while running (in meters) */
|
|
17
|
-
runJumpHeight?: number | undefined;
|
|
18
|
-
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
19
|
-
hardLandingCooldown?: number | undefined;
|
|
20
|
-
}
|
|
21
|
-
export declare namespace PBAvatarLocomotionSettings {
|
|
22
|
-
function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
|
|
24
|
-
function fromJSON(object: any): PBAvatarLocomotionSettings;
|
|
25
|
-
function toJSON(message: PBAvatarLocomotionSettings): unknown;
|
|
26
|
-
function create<I extends Exact<DeepPartial<PBAvatarLocomotionSettings>, I>>(base?: I): PBAvatarLocomotionSettings;
|
|
27
|
-
function fromPartial<I extends Exact<DeepPartial<PBAvatarLocomotionSettings>, I>>(object: I): PBAvatarLocomotionSettings;
|
|
28
|
-
}
|
|
29
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
30
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
31
|
-
$case: string;
|
|
32
|
-
} ? {
|
|
33
|
-
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
34
|
-
} & {
|
|
35
|
-
$case: T["$case"];
|
|
36
|
-
} : T extends {} ? {
|
|
37
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
38
|
-
} : Partial<T>;
|
|
39
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
40
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
41
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
42
|
-
} & {
|
|
43
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
44
|
-
};
|
|
45
|
-
export {};
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PBAvatarLocomotionSettings = exports.protobufPackage = void 0;
|
|
7
|
-
/* eslint-disable */
|
|
8
|
-
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
-
exports.protobufPackage = "decentraland.sdk.components";
|
|
10
|
-
function createBasePBAvatarLocomotionSettings() {
|
|
11
|
-
return {
|
|
12
|
-
walkSpeed: undefined,
|
|
13
|
-
jogSpeed: undefined,
|
|
14
|
-
runSpeed: undefined,
|
|
15
|
-
jumpHeight: undefined,
|
|
16
|
-
runJumpHeight: undefined,
|
|
17
|
-
hardLandingCooldown: undefined,
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
var PBAvatarLocomotionSettings;
|
|
21
|
-
(function (PBAvatarLocomotionSettings) {
|
|
22
|
-
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
23
|
-
if (message.walkSpeed !== undefined) {
|
|
24
|
-
writer.uint32(13).float(message.walkSpeed);
|
|
25
|
-
}
|
|
26
|
-
if (message.jogSpeed !== undefined) {
|
|
27
|
-
writer.uint32(21).float(message.jogSpeed);
|
|
28
|
-
}
|
|
29
|
-
if (message.runSpeed !== undefined) {
|
|
30
|
-
writer.uint32(29).float(message.runSpeed);
|
|
31
|
-
}
|
|
32
|
-
if (message.jumpHeight !== undefined) {
|
|
33
|
-
writer.uint32(37).float(message.jumpHeight);
|
|
34
|
-
}
|
|
35
|
-
if (message.runJumpHeight !== undefined) {
|
|
36
|
-
writer.uint32(45).float(message.runJumpHeight);
|
|
37
|
-
}
|
|
38
|
-
if (message.hardLandingCooldown !== undefined) {
|
|
39
|
-
writer.uint32(53).float(message.hardLandingCooldown);
|
|
40
|
-
}
|
|
41
|
-
return writer;
|
|
42
|
-
}
|
|
43
|
-
PBAvatarLocomotionSettings.encode = encode;
|
|
44
|
-
function decode(input, length) {
|
|
45
|
-
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
46
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
47
|
-
const message = createBasePBAvatarLocomotionSettings();
|
|
48
|
-
while (reader.pos < end) {
|
|
49
|
-
const tag = reader.uint32();
|
|
50
|
-
switch (tag >>> 3) {
|
|
51
|
-
case 1:
|
|
52
|
-
if (tag !== 13) {
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
message.walkSpeed = reader.float();
|
|
56
|
-
continue;
|
|
57
|
-
case 2:
|
|
58
|
-
if (tag !== 21) {
|
|
59
|
-
break;
|
|
60
|
-
}
|
|
61
|
-
message.jogSpeed = reader.float();
|
|
62
|
-
continue;
|
|
63
|
-
case 3:
|
|
64
|
-
if (tag !== 29) {
|
|
65
|
-
break;
|
|
66
|
-
}
|
|
67
|
-
message.runSpeed = reader.float();
|
|
68
|
-
continue;
|
|
69
|
-
case 4:
|
|
70
|
-
if (tag !== 37) {
|
|
71
|
-
break;
|
|
72
|
-
}
|
|
73
|
-
message.jumpHeight = reader.float();
|
|
74
|
-
continue;
|
|
75
|
-
case 5:
|
|
76
|
-
if (tag !== 45) {
|
|
77
|
-
break;
|
|
78
|
-
}
|
|
79
|
-
message.runJumpHeight = reader.float();
|
|
80
|
-
continue;
|
|
81
|
-
case 6:
|
|
82
|
-
if (tag !== 53) {
|
|
83
|
-
break;
|
|
84
|
-
}
|
|
85
|
-
message.hardLandingCooldown = reader.float();
|
|
86
|
-
continue;
|
|
87
|
-
}
|
|
88
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
89
|
-
break;
|
|
90
|
-
}
|
|
91
|
-
reader.skipType(tag & 7);
|
|
92
|
-
}
|
|
93
|
-
return message;
|
|
94
|
-
}
|
|
95
|
-
PBAvatarLocomotionSettings.decode = decode;
|
|
96
|
-
function fromJSON(object) {
|
|
97
|
-
return {
|
|
98
|
-
walkSpeed: isSet(object.walkSpeed) ? Number(object.walkSpeed) : undefined,
|
|
99
|
-
jogSpeed: isSet(object.jogSpeed) ? Number(object.jogSpeed) : undefined,
|
|
100
|
-
runSpeed: isSet(object.runSpeed) ? Number(object.runSpeed) : undefined,
|
|
101
|
-
jumpHeight: isSet(object.jumpHeight) ? Number(object.jumpHeight) : undefined,
|
|
102
|
-
runJumpHeight: isSet(object.runJumpHeight) ? Number(object.runJumpHeight) : undefined,
|
|
103
|
-
hardLandingCooldown: isSet(object.hardLandingCooldown) ? Number(object.hardLandingCooldown) : undefined,
|
|
104
|
-
};
|
|
105
|
-
}
|
|
106
|
-
PBAvatarLocomotionSettings.fromJSON = fromJSON;
|
|
107
|
-
function toJSON(message) {
|
|
108
|
-
const obj = {};
|
|
109
|
-
message.walkSpeed !== undefined && (obj.walkSpeed = message.walkSpeed);
|
|
110
|
-
message.jogSpeed !== undefined && (obj.jogSpeed = message.jogSpeed);
|
|
111
|
-
message.runSpeed !== undefined && (obj.runSpeed = message.runSpeed);
|
|
112
|
-
message.jumpHeight !== undefined && (obj.jumpHeight = message.jumpHeight);
|
|
113
|
-
message.runJumpHeight !== undefined && (obj.runJumpHeight = message.runJumpHeight);
|
|
114
|
-
message.hardLandingCooldown !== undefined && (obj.hardLandingCooldown = message.hardLandingCooldown);
|
|
115
|
-
return obj;
|
|
116
|
-
}
|
|
117
|
-
PBAvatarLocomotionSettings.toJSON = toJSON;
|
|
118
|
-
function create(base) {
|
|
119
|
-
return PBAvatarLocomotionSettings.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
120
|
-
}
|
|
121
|
-
PBAvatarLocomotionSettings.create = create;
|
|
122
|
-
function fromPartial(object) {
|
|
123
|
-
var _a, _b, _c, _d, _e, _f;
|
|
124
|
-
const message = createBasePBAvatarLocomotionSettings();
|
|
125
|
-
message.walkSpeed = (_a = object.walkSpeed) !== null && _a !== void 0 ? _a : undefined;
|
|
126
|
-
message.jogSpeed = (_b = object.jogSpeed) !== null && _b !== void 0 ? _b : undefined;
|
|
127
|
-
message.runSpeed = (_c = object.runSpeed) !== null && _c !== void 0 ? _c : undefined;
|
|
128
|
-
message.jumpHeight = (_d = object.jumpHeight) !== null && _d !== void 0 ? _d : undefined;
|
|
129
|
-
message.runJumpHeight = (_e = object.runJumpHeight) !== null && _e !== void 0 ? _e : undefined;
|
|
130
|
-
message.hardLandingCooldown = (_f = object.hardLandingCooldown) !== null && _f !== void 0 ? _f : undefined;
|
|
131
|
-
return message;
|
|
132
|
-
}
|
|
133
|
-
PBAvatarLocomotionSettings.fromPartial = fromPartial;
|
|
134
|
-
})(PBAvatarLocomotionSettings || (exports.PBAvatarLocomotionSettings = PBAvatarLocomotionSettings = {}));
|
|
135
|
-
function isSet(value) {
|
|
136
|
-
return value !== null && value !== undefined;
|
|
137
|
-
}
|
|
138
|
-
//# sourceMappingURL=avatar_locomotion_settings.gen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar_locomotion_settings.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/avatar_locomotion_settings.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { Vector3 } from "../../common/vectors.gen";
|
|
3
|
-
export declare const protobufPackage = "decentraland.sdk.components";
|
|
4
|
-
export interface PBAvatarMovement {
|
|
5
|
-
velocity: Vector3 | undefined;
|
|
6
|
-
/** 0-360, we don't allow pitch/roll */
|
|
7
|
-
orientation: number;
|
|
8
|
-
groundDirection?: Vector3 | undefined;
|
|
9
|
-
/** set for one frame when a walk_target ends: true = reached target, false = failed; absent = in progress or no walk */
|
|
10
|
-
walkSuccess?: boolean | undefined;
|
|
11
|
-
}
|
|
12
|
-
export declare namespace PBAvatarMovement {
|
|
13
|
-
function encode(message: PBAvatarMovement, writer?: _m0.Writer): _m0.Writer;
|
|
14
|
-
function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovement;
|
|
15
|
-
function fromJSON(object: any): PBAvatarMovement;
|
|
16
|
-
function toJSON(message: PBAvatarMovement): unknown;
|
|
17
|
-
function create<I extends Exact<DeepPartial<PBAvatarMovement>, I>>(base?: I): PBAvatarMovement;
|
|
18
|
-
function fromPartial<I extends Exact<DeepPartial<PBAvatarMovement>, I>>(object: I): PBAvatarMovement;
|
|
19
|
-
}
|
|
20
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
21
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
22
|
-
$case: string;
|
|
23
|
-
} ? {
|
|
24
|
-
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
25
|
-
} & {
|
|
26
|
-
$case: T["$case"];
|
|
27
|
-
} : T extends {} ? {
|
|
28
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
29
|
-
} : Partial<T>;
|
|
30
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
31
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
32
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
33
|
-
} & {
|
|
34
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
35
|
-
};
|
|
36
|
-
export {};
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PBAvatarMovement = exports.protobufPackage = void 0;
|
|
7
|
-
/* eslint-disable */
|
|
8
|
-
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
-
const vectors_gen_1 = require("../../common/vectors.gen");
|
|
10
|
-
exports.protobufPackage = "decentraland.sdk.components";
|
|
11
|
-
function createBasePBAvatarMovement() {
|
|
12
|
-
return { velocity: undefined, orientation: 0, groundDirection: undefined, walkSuccess: undefined };
|
|
13
|
-
}
|
|
14
|
-
var PBAvatarMovement;
|
|
15
|
-
(function (PBAvatarMovement) {
|
|
16
|
-
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
17
|
-
if (message.velocity !== undefined) {
|
|
18
|
-
vectors_gen_1.Vector3.encode(message.velocity, writer.uint32(10).fork()).ldelim();
|
|
19
|
-
}
|
|
20
|
-
if (message.orientation !== 0) {
|
|
21
|
-
writer.uint32(21).float(message.orientation);
|
|
22
|
-
}
|
|
23
|
-
if (message.groundDirection !== undefined) {
|
|
24
|
-
vectors_gen_1.Vector3.encode(message.groundDirection, writer.uint32(26).fork()).ldelim();
|
|
25
|
-
}
|
|
26
|
-
if (message.walkSuccess !== undefined) {
|
|
27
|
-
writer.uint32(32).bool(message.walkSuccess);
|
|
28
|
-
}
|
|
29
|
-
return writer;
|
|
30
|
-
}
|
|
31
|
-
PBAvatarMovement.encode = encode;
|
|
32
|
-
function decode(input, length) {
|
|
33
|
-
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
34
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
35
|
-
const message = createBasePBAvatarMovement();
|
|
36
|
-
while (reader.pos < end) {
|
|
37
|
-
const tag = reader.uint32();
|
|
38
|
-
switch (tag >>> 3) {
|
|
39
|
-
case 1:
|
|
40
|
-
if (tag !== 10) {
|
|
41
|
-
break;
|
|
42
|
-
}
|
|
43
|
-
message.velocity = vectors_gen_1.Vector3.decode(reader, reader.uint32());
|
|
44
|
-
continue;
|
|
45
|
-
case 2:
|
|
46
|
-
if (tag !== 21) {
|
|
47
|
-
break;
|
|
48
|
-
}
|
|
49
|
-
message.orientation = reader.float();
|
|
50
|
-
continue;
|
|
51
|
-
case 3:
|
|
52
|
-
if (tag !== 26) {
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
message.groundDirection = vectors_gen_1.Vector3.decode(reader, reader.uint32());
|
|
56
|
-
continue;
|
|
57
|
-
case 4:
|
|
58
|
-
if (tag !== 32) {
|
|
59
|
-
break;
|
|
60
|
-
}
|
|
61
|
-
message.walkSuccess = reader.bool();
|
|
62
|
-
continue;
|
|
63
|
-
}
|
|
64
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
65
|
-
break;
|
|
66
|
-
}
|
|
67
|
-
reader.skipType(tag & 7);
|
|
68
|
-
}
|
|
69
|
-
return message;
|
|
70
|
-
}
|
|
71
|
-
PBAvatarMovement.decode = decode;
|
|
72
|
-
function fromJSON(object) {
|
|
73
|
-
return {
|
|
74
|
-
velocity: isSet(object.velocity) ? vectors_gen_1.Vector3.fromJSON(object.velocity) : undefined,
|
|
75
|
-
orientation: isSet(object.orientation) ? Number(object.orientation) : 0,
|
|
76
|
-
groundDirection: isSet(object.groundDirection) ? vectors_gen_1.Vector3.fromJSON(object.groundDirection) : undefined,
|
|
77
|
-
walkSuccess: isSet(object.walkSuccess) ? Boolean(object.walkSuccess) : undefined,
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
PBAvatarMovement.fromJSON = fromJSON;
|
|
81
|
-
function toJSON(message) {
|
|
82
|
-
const obj = {};
|
|
83
|
-
message.velocity !== undefined && (obj.velocity = message.velocity ? vectors_gen_1.Vector3.toJSON(message.velocity) : undefined);
|
|
84
|
-
message.orientation !== undefined && (obj.orientation = message.orientation);
|
|
85
|
-
message.groundDirection !== undefined &&
|
|
86
|
-
(obj.groundDirection = message.groundDirection ? vectors_gen_1.Vector3.toJSON(message.groundDirection) : undefined);
|
|
87
|
-
message.walkSuccess !== undefined && (obj.walkSuccess = message.walkSuccess);
|
|
88
|
-
return obj;
|
|
89
|
-
}
|
|
90
|
-
PBAvatarMovement.toJSON = toJSON;
|
|
91
|
-
function create(base) {
|
|
92
|
-
return PBAvatarMovement.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
93
|
-
}
|
|
94
|
-
PBAvatarMovement.create = create;
|
|
95
|
-
function fromPartial(object) {
|
|
96
|
-
var _a, _b;
|
|
97
|
-
const message = createBasePBAvatarMovement();
|
|
98
|
-
message.velocity = (object.velocity !== undefined && object.velocity !== null)
|
|
99
|
-
? vectors_gen_1.Vector3.fromPartial(object.velocity)
|
|
100
|
-
: undefined;
|
|
101
|
-
message.orientation = (_a = object.orientation) !== null && _a !== void 0 ? _a : 0;
|
|
102
|
-
message.groundDirection = (object.groundDirection !== undefined && object.groundDirection !== null)
|
|
103
|
-
? vectors_gen_1.Vector3.fromPartial(object.groundDirection)
|
|
104
|
-
: undefined;
|
|
105
|
-
message.walkSuccess = (_b = object.walkSuccess) !== null && _b !== void 0 ? _b : undefined;
|
|
106
|
-
return message;
|
|
107
|
-
}
|
|
108
|
-
PBAvatarMovement.fromPartial = fromPartial;
|
|
109
|
-
})(PBAvatarMovement || (exports.PBAvatarMovement = PBAvatarMovement = {}));
|
|
110
|
-
function isSet(value) {
|
|
111
|
-
return value !== null && value !== undefined;
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=avatar_movement.gen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar_movement.gen.js","sourceRoot":"","sources":["../../../../out-ts/decentraland/sdk/components/avatar_movement.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { Vector3 } from "../../common/vectors.gen";
|
|
3
|
-
import { PBAvatarLocomotionSettings } from "./avatar_locomotion_settings.gen";
|
|
4
|
-
import { PBInputModifier } from "./input_modifier.gen";
|
|
5
|
-
export declare const protobufPackage = "decentraland.sdk.components";
|
|
6
|
-
export interface PBAvatarMovementInfo {
|
|
7
|
-
/** the length of time the current step velocity will apply for */
|
|
8
|
-
stepTime: number;
|
|
9
|
-
/** the length of time the previous step velocity applied for */
|
|
10
|
-
previousStepTime: number;
|
|
11
|
-
/** the velocity requested for the previous frame */
|
|
12
|
-
requestedVelocity: Vector3 | undefined;
|
|
13
|
-
/** the resulting velocity taking collisions into account */
|
|
14
|
-
actualVelocity: Vector3 | undefined;
|
|
15
|
-
/** the velocity imparted by movement of the "ground" platform or pushing from other moving colliders */
|
|
16
|
-
externalVelocity: Vector3 | undefined;
|
|
17
|
-
activeAvatarLocomotionSettings: PBAvatarLocomotionSettings | undefined;
|
|
18
|
-
activeInputModifier: PBInputModifier | undefined;
|
|
19
|
-
/** if set, the movement scene should walk the player to this scene-relative position */
|
|
20
|
-
walkTarget?: Vector3 | undefined;
|
|
21
|
-
/** stop distance for walk_target; considered reached when within this distance */
|
|
22
|
-
walkThreshold?: number | undefined;
|
|
23
|
-
}
|
|
24
|
-
export declare namespace PBAvatarMovementInfo {
|
|
25
|
-
function encode(message: PBAvatarMovementInfo, writer?: _m0.Writer): _m0.Writer;
|
|
26
|
-
function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarMovementInfo;
|
|
27
|
-
function fromJSON(object: any): PBAvatarMovementInfo;
|
|
28
|
-
function toJSON(message: PBAvatarMovementInfo): unknown;
|
|
29
|
-
function create<I extends Exact<DeepPartial<PBAvatarMovementInfo>, I>>(base?: I): PBAvatarMovementInfo;
|
|
30
|
-
function fromPartial<I extends Exact<DeepPartial<PBAvatarMovementInfo>, I>>(object: I): PBAvatarMovementInfo;
|
|
31
|
-
}
|
|
32
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
33
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
34
|
-
$case: string;
|
|
35
|
-
} ? {
|
|
36
|
-
[K in keyof Omit<T, "$case">]?: DeepPartial<T[K]>;
|
|
37
|
-
} & {
|
|
38
|
-
$case: T["$case"];
|
|
39
|
-
} : T extends {} ? {
|
|
40
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
41
|
-
} : Partial<T>;
|
|
42
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
43
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
44
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
45
|
-
} & {
|
|
46
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
47
|
-
};
|
|
48
|
-
export {};
|