@dcl/protocol 1.0.0-22309437617.commit-6617cff → 1.0.0-22560904528.commit-203bb4a
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 +0 -70
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +1 -228
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +46 -0
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +315 -12
- 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 +0 -2
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +1 -19
- 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 +9 -3
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +44 -17
- 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/pointer_events.gen.d.ts +5 -1
- package/out-js/decentraland/sdk/components/pointer_events.gen.js +31 -3
- package/out-js/decentraland/sdk/components/pointer_events.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/tween.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/tween.gen.js +302 -6
- package/out-js/decentraland/sdk/components/tween.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-js/decentraland/social_service/v2/social_service_v2.gen.d.ts +0 -3
- package/out-js/decentraland/social_service/v2/social_service_v2.gen.js +2 -40
- package/out-js/decentraland/social_service/v2/social_service_v2.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 +0 -242
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +375 -3
- 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 +1 -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 +43 -16
- 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/pointer_events.gen.ts +44 -3
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +1 -73
- package/out-ts/decentraland/sdk/components/tween.gen.ts +333 -0
- 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/out-ts/decentraland/social_service/v2/social_service_v2.gen.ts +2 -44
- package/package.json +4 -7
- package/proto/decentraland/common/texture.proto +1 -8
- package/proto/decentraland/kernel/apis/restricted_actions.proto +0 -22
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +29 -0
- 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_modifier_area.proto +0 -21
- package/proto/decentraland/sdk/components/avatar_shape.proto +0 -1
- package/proto/decentraland/sdk/components/camera_mode_area.proto +3 -22
- package/proto/decentraland/sdk/components/common/input_action.proto +7 -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/pointer_events.proto +2 -0
- 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/tween.proto +18 -0
- 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/proto/decentraland/social_service/v2/social_service_v2.proto +0 -3
- package/public/sdk-components.proto +0 -4
- package/out-js/decentraland/sdk/components/avatar_movement.gen.d.ts +0 -34
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js +0 -101
- 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 -40
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js +0 -135
- 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-ts/decentraland/sdk/components/avatar_movement.gen.ts +0 -119
- package/out-ts/decentraland/sdk/components/avatar_movement_info.gen.ts +0 -163
- 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/proto/decentraland/sdk/components/avatar_movement.proto +0 -45
- package/proto/decentraland/sdk/components/avatar_movement_info.proto +0 -16
- 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
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import _m0 from "protobufjs/minimal";
|
|
3
|
-
|
|
4
|
-
export const protobufPackage = "decentraland.sdk.components";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* a GltfNode links a scene entity with a node from within a gltf, allowing the scene to inspect it or modify it.
|
|
8
|
-
* This component must be added to a direct child of an entity with a PBGltfContainer component, or
|
|
9
|
-
* to a direct child of another entity with a GltfNode component, and the referenced gltf node must be a descendent of the gltf node
|
|
10
|
-
* in the parent.
|
|
11
|
-
* The name must match the path of one of the nodes within the Gltf. These are available on the GltfContainerLoadingState component.
|
|
12
|
-
*
|
|
13
|
-
* The renderer will attach a PBGltfNodeState to the entity describing the state. Once the state is `GNS_READY`,
|
|
14
|
-
* - the `Transform` will be updated to match the position of the node within the gltf (relative to the gltf root, or the parent node),
|
|
15
|
-
* - a `MeshRenderer` with a GltfMesh mesh type will be added (if the gltf node has a mesh).
|
|
16
|
-
* - a `MeshCollider` with a GltfMesh mesh type will be added (if the gltf node has a collider).
|
|
17
|
-
* - a `Material` component including a GltfMaterial reference will be added (if the gltf node has a material).
|
|
18
|
-
*
|
|
19
|
-
* After creation, if an animation moves the node, the `Transform` will be updated.
|
|
20
|
-
*
|
|
21
|
-
* From the scene, you can modify various components to alter the gltf node:
|
|
22
|
-
* - modifying the `Transform` position/rotation/scale will move the node. The position is interpreted relative to the gltf root (or parent node),
|
|
23
|
-
* regardless of any intermediate gltf node hierarchy.
|
|
24
|
-
* If an animation is playing, the animation takes priority and the scene entity's position will be updated to match the animation.
|
|
25
|
-
* - `Visibility` can be added to hide or show the node and it's children in the gltf hierarchy.
|
|
26
|
-
* - `MeshRenderer` can be added/modified/removed to create/modify/remove a mesh on the node.
|
|
27
|
-
* - `MeshCollider` can be added/modified/removed to create/modify/remove a collider on the node.
|
|
28
|
-
* - `Material` can be added or modified to change the material properties. If the gltf node has a material, the original material will be
|
|
29
|
-
* used as a base, and any gltf features (e.g. occlusion maps) from the gtlf spec that the renderer supports but that are not exposed in the
|
|
30
|
-
* PBMaterial will be maintained.
|
|
31
|
-
*
|
|
32
|
-
* The scene can add additional entities as children to the gltf node, but structural modifications of the gltf are not possible:
|
|
33
|
-
* - changing the scene hierarchy will not change the gltf node hierarchy. Moving the entity out of the gltf will sever the link and
|
|
34
|
-
* change the state to `GNS_FAILED`.
|
|
35
|
-
* - deleting the scene entity will not delete the gltf node.
|
|
36
|
-
*
|
|
37
|
-
* Removing the GltfNode will revert any changes to the original gltf. If the GltfNode component is removed and the mesh/collider/material
|
|
38
|
-
* are not removed, this will result in a duplication of these components as the previously-linked entity will retain it's components and
|
|
39
|
-
* the gltf node will also be displayed.
|
|
40
|
-
*/
|
|
41
|
-
export interface PBGltfNode {
|
|
42
|
-
/** the path of the target node in the Gltf. */
|
|
43
|
-
path: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function createBasePBGltfNode(): PBGltfNode {
|
|
47
|
-
return { path: "" };
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export namespace PBGltfNode {
|
|
51
|
-
export function encode(message: PBGltfNode, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
52
|
-
if (message.path !== "") {
|
|
53
|
-
writer.uint32(10).string(message.path);
|
|
54
|
-
}
|
|
55
|
-
return writer;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNode {
|
|
59
|
-
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
60
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
61
|
-
const message = createBasePBGltfNode();
|
|
62
|
-
while (reader.pos < end) {
|
|
63
|
-
const tag = reader.uint32();
|
|
64
|
-
switch (tag >>> 3) {
|
|
65
|
-
case 1:
|
|
66
|
-
if (tag !== 10) {
|
|
67
|
-
break;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
message.path = reader.string();
|
|
71
|
-
continue;
|
|
72
|
-
}
|
|
73
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
74
|
-
break;
|
|
75
|
-
}
|
|
76
|
-
reader.skipType(tag & 7);
|
|
77
|
-
}
|
|
78
|
-
return message;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export function fromJSON(object: any): PBGltfNode {
|
|
82
|
-
return { path: isSet(object.path) ? String(object.path) : "" };
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export function toJSON(message: PBGltfNode): unknown {
|
|
86
|
-
const obj: any = {};
|
|
87
|
-
message.path !== undefined && (obj.path = message.path);
|
|
88
|
-
return obj;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
export function create<I extends Exact<DeepPartial<PBGltfNode>, I>>(base?: I): PBGltfNode {
|
|
92
|
-
return PBGltfNode.fromPartial(base ?? {});
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
export function fromPartial<I extends Exact<DeepPartial<PBGltfNode>, I>>(object: I): PBGltfNode {
|
|
96
|
-
const message = createBasePBGltfNode();
|
|
97
|
-
message.path = object.path ?? "";
|
|
98
|
-
return message;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
103
|
-
|
|
104
|
-
export type DeepPartial<T> = T extends Builtin ? T
|
|
105
|
-
: T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
|
|
106
|
-
: T extends { $case: string } ? { [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]> } & { $case: T["$case"] }
|
|
107
|
-
: T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
|
|
108
|
-
: Partial<T>;
|
|
109
|
-
|
|
110
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
111
|
-
export type Exact<P, I extends P> = P extends Builtin ? P
|
|
112
|
-
: P & { [K in keyof P]: Exact<P[K], I[K]> } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never };
|
|
113
|
-
|
|
114
|
-
function isSet(value: any): boolean {
|
|
115
|
-
return value !== null && value !== undefined;
|
|
116
|
-
}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import _m0 from "protobufjs/minimal";
|
|
3
|
-
|
|
4
|
-
export const protobufPackage = "decentraland.sdk.components";
|
|
5
|
-
|
|
6
|
-
export enum GltfNodeStateValue {
|
|
7
|
-
GNSV_PENDING = 0,
|
|
8
|
-
GNSV_FAILED = 1,
|
|
9
|
-
GNSV_READY = 2,
|
|
10
|
-
UNRECOGNIZED = -1,
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function gltfNodeStateValueFromJSON(object: any): GltfNodeStateValue {
|
|
14
|
-
switch (object) {
|
|
15
|
-
case 0:
|
|
16
|
-
case "GNSV_PENDING":
|
|
17
|
-
return GltfNodeStateValue.GNSV_PENDING;
|
|
18
|
-
case 1:
|
|
19
|
-
case "GNSV_FAILED":
|
|
20
|
-
return GltfNodeStateValue.GNSV_FAILED;
|
|
21
|
-
case 2:
|
|
22
|
-
case "GNSV_READY":
|
|
23
|
-
return GltfNodeStateValue.GNSV_READY;
|
|
24
|
-
case -1:
|
|
25
|
-
case "UNRECOGNIZED":
|
|
26
|
-
default:
|
|
27
|
-
return GltfNodeStateValue.UNRECOGNIZED;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export function gltfNodeStateValueToJSON(object: GltfNodeStateValue): string {
|
|
32
|
-
switch (object) {
|
|
33
|
-
case GltfNodeStateValue.GNSV_PENDING:
|
|
34
|
-
return "GNSV_PENDING";
|
|
35
|
-
case GltfNodeStateValue.GNSV_FAILED:
|
|
36
|
-
return "GNSV_FAILED";
|
|
37
|
-
case GltfNodeStateValue.GNSV_READY:
|
|
38
|
-
return "GNSV_READY";
|
|
39
|
-
case GltfNodeStateValue.UNRECOGNIZED:
|
|
40
|
-
default:
|
|
41
|
-
return "UNRECOGNIZED";
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* The state of a linked gltf node.
|
|
47
|
-
* If the state is GNSV_FAILED, the renderer may describe the failure in the error string.
|
|
48
|
-
*/
|
|
49
|
-
export interface PBGltfNodeState {
|
|
50
|
-
state: GltfNodeStateValue;
|
|
51
|
-
error?: string | undefined;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
function createBasePBGltfNodeState(): PBGltfNodeState {
|
|
55
|
-
return { state: 0, error: undefined };
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export namespace PBGltfNodeState {
|
|
59
|
-
export function encode(message: PBGltfNodeState, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
60
|
-
if (message.state !== 0) {
|
|
61
|
-
writer.uint32(8).int32(message.state);
|
|
62
|
-
}
|
|
63
|
-
if (message.error !== undefined) {
|
|
64
|
-
writer.uint32(18).string(message.error);
|
|
65
|
-
}
|
|
66
|
-
return writer;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number): PBGltfNodeState {
|
|
70
|
-
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
71
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
72
|
-
const message = createBasePBGltfNodeState();
|
|
73
|
-
while (reader.pos < end) {
|
|
74
|
-
const tag = reader.uint32();
|
|
75
|
-
switch (tag >>> 3) {
|
|
76
|
-
case 1:
|
|
77
|
-
if (tag !== 8) {
|
|
78
|
-
break;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
message.state = reader.int32() as any;
|
|
82
|
-
continue;
|
|
83
|
-
case 2:
|
|
84
|
-
if (tag !== 18) {
|
|
85
|
-
break;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
message.error = reader.string();
|
|
89
|
-
continue;
|
|
90
|
-
}
|
|
91
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
92
|
-
break;
|
|
93
|
-
}
|
|
94
|
-
reader.skipType(tag & 7);
|
|
95
|
-
}
|
|
96
|
-
return message;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
export function fromJSON(object: any): PBGltfNodeState {
|
|
100
|
-
return {
|
|
101
|
-
state: isSet(object.state) ? gltfNodeStateValueFromJSON(object.state) : 0,
|
|
102
|
-
error: isSet(object.error) ? String(object.error) : undefined,
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export function toJSON(message: PBGltfNodeState): unknown {
|
|
107
|
-
const obj: any = {};
|
|
108
|
-
message.state !== undefined && (obj.state = gltfNodeStateValueToJSON(message.state));
|
|
109
|
-
message.error !== undefined && (obj.error = message.error);
|
|
110
|
-
return obj;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export function create<I extends Exact<DeepPartial<PBGltfNodeState>, I>>(base?: I): PBGltfNodeState {
|
|
114
|
-
return PBGltfNodeState.fromPartial(base ?? {});
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export function fromPartial<I extends Exact<DeepPartial<PBGltfNodeState>, I>>(object: I): PBGltfNodeState {
|
|
118
|
-
const message = createBasePBGltfNodeState();
|
|
119
|
-
message.state = object.state ?? 0;
|
|
120
|
-
message.error = object.error ?? undefined;
|
|
121
|
-
return message;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
126
|
-
|
|
127
|
-
export type DeepPartial<T> = T extends Builtin ? T
|
|
128
|
-
: T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
|
|
129
|
-
: T extends { $case: string } ? { [K in keyof Omit<T, "$case">]?: DeepPartial<T[K]> } & { $case: T["$case"] }
|
|
130
|
-
: T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
|
|
131
|
-
: Partial<T>;
|
|
132
|
-
|
|
133
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
134
|
-
export type Exact<P, I extends P> = P extends Builtin ? P
|
|
135
|
-
: P & { [K in keyof P]: Exact<P[K], I[K]> } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never };
|
|
136
|
-
|
|
137
|
-
function isSet(value: any): boolean {
|
|
138
|
-
return value !== null && value !== undefined;
|
|
139
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package decentraland.sdk.components;
|
|
4
|
-
|
|
5
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
-
import "decentraland/common/vectors.proto";
|
|
7
|
-
|
|
8
|
-
option (common.ecs_component_id) = 1501;
|
|
9
|
-
|
|
10
|
-
message PBAvatarMovement {
|
|
11
|
-
decentraland.common.Vector3 velocity = 1;
|
|
12
|
-
float orientation = 2; // 0-360, we don't allow pitch/roll
|
|
13
|
-
optional decentraland.common.Vector3 ground_direction = 3;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// engine behaviour (uses only capsule shapecasts and GJK closest point for portability):
|
|
17
|
-
// 1: set avatar orientation from movement info -> P1
|
|
18
|
-
// 2: record "ground collider" - nearest collider within threshold distance in ground_direction using avatar collider shapecast
|
|
19
|
-
// 3: update all colliders, record previous transform and new transform.
|
|
20
|
-
// 4: apply ground collider movement: take collider closest point, modify P1 translation and rotation by closest point translation and rotation change -> P2
|
|
21
|
-
// 5: resolve collisions using position-based constraints
|
|
22
|
-
// initialize constraints to -inf, +inf
|
|
23
|
-
// repeat
|
|
24
|
-
// for each collider[i] that collides with the P3+N player:
|
|
25
|
-
// if closest point = capsule middle (i.e. collider collides with P3 collider but with radius 0),
|
|
26
|
-
// ignore / continue
|
|
27
|
-
// else
|
|
28
|
-
// update constraints based on minimum movement to escape collision
|
|
29
|
-
// e.g. if avatar is 1cm into the floor, constraint_min = max(constraint_min, vec3(0, 0.01, 0))
|
|
30
|
-
// reposition player to satisfy constraints for each axis:
|
|
31
|
-
// y: satsify floor before ceiling: new position = max(constraint_min, min(constraint_max, current position))
|
|
32
|
-
// x and z: if squashed, take average, else satisfy the required constraint
|
|
33
|
-
// if constraint_min > constraint_max then new position = average(constraint_min, constraint_max)
|
|
34
|
-
// else new position = clamp(current position, constraint_min, constraint_max)
|
|
35
|
-
// while position !~= previous position
|
|
36
|
-
// 6: apply velocity (collide and slide)
|
|
37
|
-
// disable anything we are initially colliding with
|
|
38
|
-
// shapecast avatar from position to position + velocity * timestep
|
|
39
|
-
// on impact:
|
|
40
|
-
// project velocity onto slide plane (standard "Collide & Slide")
|
|
41
|
-
// velocity = old velocity - (normal * dot(velocity, normal))
|
|
42
|
-
// repeat continue with residual velocity and residual time
|
|
43
|
-
// 7: provide AvatarMovementInfo values
|
|
44
|
-
// actual velocity = (final - P3+N) / timestep
|
|
45
|
-
// external_velocity = (P3+N - P1) / timestep
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package decentraland.sdk.components;
|
|
4
|
-
|
|
5
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
-
import "decentraland/common/vectors.proto";
|
|
7
|
-
|
|
8
|
-
option (common.ecs_component_id) = 1500;
|
|
9
|
-
|
|
10
|
-
message PBAvatarMovementInfo {
|
|
11
|
-
float step_time = 1; // the length of time the current step velocity will apply for
|
|
12
|
-
float previous_step_time = 2; // the length of time the previous step velocity applied for
|
|
13
|
-
decentraland.common.Vector3 requested_velocity = 3; // the velocity requested for the previous frame
|
|
14
|
-
decentraland.common.Vector3 actual_velocity = 4; // the resulting velocity taking collisions into account
|
|
15
|
-
decentraland.common.Vector3 external_velocity = 5; // the velocity imparted by movement of the "ground" platform or pushing from other moving colliders
|
|
16
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package decentraland.sdk.components;
|
|
4
|
-
|
|
5
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
-
import "decentraland/common/colors.proto";
|
|
7
|
-
|
|
8
|
-
option (common.ecs_component_id) = 1211;
|
|
9
|
-
|
|
10
|
-
message PBCameraLayer {
|
|
11
|
-
// layer to which these settings apply. must be > 0
|
|
12
|
-
// Layer 0 is the default "real world" layer viewed by the player and cannot be modified.
|
|
13
|
-
uint32 layer = 1;
|
|
14
|
-
|
|
15
|
-
// should the sun light affect this layer? default false
|
|
16
|
-
optional bool directional_light = 2;
|
|
17
|
-
|
|
18
|
-
// should this layer show player avatars? default false
|
|
19
|
-
optional bool show_avatars = 3;
|
|
20
|
-
|
|
21
|
-
// should this layer show the sky? default false
|
|
22
|
-
optional bool show_skybox = 4;
|
|
23
|
-
|
|
24
|
-
// should this layer show distance fog? default false
|
|
25
|
-
optional bool show_fog = 5;
|
|
26
|
-
|
|
27
|
-
// ambient light overrides for this layer. default -> use same as main camera
|
|
28
|
-
optional decentraland.common.Color3 ambient_color_override = 6;
|
|
29
|
-
optional float ambient_brightness_override = 7;
|
|
30
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
package decentraland.sdk.components;
|
|
3
|
-
|
|
4
|
-
import "decentraland/common/colors.proto";
|
|
5
|
-
import "decentraland/common/vectors.proto";
|
|
6
|
-
|
|
7
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
8
|
-
option (common.ecs_component_id) = 1206;
|
|
9
|
-
|
|
10
|
-
// defines the global scene light settings. must be added to the scene root.
|
|
11
|
-
// to control sunlight color, intensity, shadows etc, you can also add a PBLight to the scene root.
|
|
12
|
-
message PBGlobalLight {
|
|
13
|
-
// the direction the directional light shines in.
|
|
14
|
-
// default depends on time of day and explorer implementation
|
|
15
|
-
optional decentraland.common.Vector3 direction = 1;
|
|
16
|
-
// ambient light color
|
|
17
|
-
// default: White
|
|
18
|
-
optional decentraland.common.Color3 ambient_color = 2;
|
|
19
|
-
// ambient light intensity. the explorer default ambient brightness is multiplied by this non-physical quantity.
|
|
20
|
-
// default 1
|
|
21
|
-
optional float ambient_brightness = 3;
|
|
22
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
package decentraland.sdk.components;
|
|
3
|
-
|
|
4
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
-
option (common.ecs_component_id) = 1200;
|
|
6
|
-
|
|
7
|
-
// a GltfNode links a scene entity with a node from within a gltf, allowing the scene to inspect it or modify it.
|
|
8
|
-
// This component must be added to a direct child of an entity with a PBGltfContainer component, or
|
|
9
|
-
// to a direct child of another entity with a GltfNode component, and the referenced gltf node must be a descendent of the gltf node
|
|
10
|
-
// in the parent.
|
|
11
|
-
// The name must match the path of one of the nodes within the Gltf. These are available on the GltfContainerLoadingState component.
|
|
12
|
-
//
|
|
13
|
-
// The renderer will attach a PBGltfNodeState to the entity describing the state. Once the state is `GNS_READY`,
|
|
14
|
-
// - the `Transform` will be updated to match the position of the node within the gltf (relative to the gltf root, or the parent node),
|
|
15
|
-
// - a `MeshRenderer` with a GltfMesh mesh type will be added (if the gltf node has a mesh).
|
|
16
|
-
// - a `MeshCollider` with a GltfMesh mesh type will be added (if the gltf node has a collider).
|
|
17
|
-
// - a `Material` component including a GltfMaterial reference will be added (if the gltf node has a material).
|
|
18
|
-
//
|
|
19
|
-
// After creation, if an animation moves the node, the `Transform` will be updated.
|
|
20
|
-
//
|
|
21
|
-
// From the scene, you can modify various components to alter the gltf node:
|
|
22
|
-
// - modifying the `Transform` position/rotation/scale will move the node. The position is interpreted relative to the gltf root (or parent node),
|
|
23
|
-
// regardless of any intermediate gltf node hierarchy.
|
|
24
|
-
// If an animation is playing, the animation takes priority and the scene entity's position will be updated to match the animation.
|
|
25
|
-
// - `Visibility` can be added to hide or show the node and it's children in the gltf hierarchy.
|
|
26
|
-
// - `MeshRenderer` can be added/modified/removed to create/modify/remove a mesh on the node.
|
|
27
|
-
// - `MeshCollider` can be added/modified/removed to create/modify/remove a collider on the node.
|
|
28
|
-
// - `Material` can be added or modified to change the material properties. If the gltf node has a material, the original material will be
|
|
29
|
-
// used as a base, and any gltf features (e.g. occlusion maps) from the gtlf spec that the renderer supports but that are not exposed in the
|
|
30
|
-
// PBMaterial will be maintained.
|
|
31
|
-
//
|
|
32
|
-
// The scene can add additional entities as children to the gltf node, but structural modifications of the gltf are not possible:
|
|
33
|
-
// - changing the scene hierarchy will not change the gltf node hierarchy. Moving the entity out of the gltf will sever the link and
|
|
34
|
-
// change the state to `GNS_FAILED`.
|
|
35
|
-
// - deleting the scene entity will not delete the gltf node.
|
|
36
|
-
//
|
|
37
|
-
// Removing the GltfNode will revert any changes to the original gltf. If the GltfNode component is removed and the mesh/collider/material
|
|
38
|
-
// are not removed, this will result in a duplication of these components as the previously-linked entity will retain it's components and
|
|
39
|
-
// the gltf node will also be displayed.
|
|
40
|
-
message PBGltfNode {
|
|
41
|
-
string path = 1; // the path of the target node in the Gltf.
|
|
42
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
package decentraland.sdk.components;
|
|
3
|
-
|
|
4
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
5
|
-
option (common.ecs_component_id) = 1201;
|
|
6
|
-
|
|
7
|
-
// See the details of the GltfNode component for more information.
|
|
8
|
-
|
|
9
|
-
// The state of a linked gltf node.
|
|
10
|
-
// If the state is GNSV_FAILED, the renderer may describe the failure in the error string.
|
|
11
|
-
message PBGltfNodeState {
|
|
12
|
-
GltfNodeStateValue state = 1;
|
|
13
|
-
optional string error = 2;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
enum GltfNodeStateValue {
|
|
17
|
-
GNSV_PENDING = 0;
|
|
18
|
-
GNSV_FAILED = 1;
|
|
19
|
-
GNSV_READY = 2;
|
|
20
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package decentraland.sdk.components;
|
|
4
|
-
|
|
5
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
-
import "decentraland/common/colors.proto";
|
|
7
|
-
|
|
8
|
-
option (common.ecs_component_id) = 1207;
|
|
9
|
-
|
|
10
|
-
message PBTextureCamera {
|
|
11
|
-
// rendered texture width
|
|
12
|
-
optional uint32 width = 1;
|
|
13
|
-
// rendered texture height
|
|
14
|
-
optional uint32 height = 2;
|
|
15
|
-
// which layer of entities to render. entity layers can be specified by adding PBCameraLayers to target entities.
|
|
16
|
-
// defaults to 0
|
|
17
|
-
optional uint32 layer = 3;
|
|
18
|
-
|
|
19
|
-
// default black
|
|
20
|
-
optional decentraland.common.Color4 clear_color = 6;
|
|
21
|
-
// default infinity
|
|
22
|
-
optional float far_plane = 7;
|
|
23
|
-
|
|
24
|
-
oneof mode {
|
|
25
|
-
Perspective perspective = 8;
|
|
26
|
-
Orthographic orthographic = 9;
|
|
27
|
-
/* Portal portal = 10; */
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
// controls whether this camera acts as a receiver for audio on sources with matching `PBCameraLayers`.
|
|
31
|
-
// range: 0 (off) - 1 (full volume)
|
|
32
|
-
// default: 0
|
|
33
|
-
optional float volume = 10;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
message Perspective {
|
|
37
|
-
// vertical field of view in radians
|
|
38
|
-
// defaults to pi/4 = 45 degrees
|
|
39
|
-
optional float field_of_view = 1;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
message Orthographic {
|
|
43
|
-
// vertical extent of the visible range in meters
|
|
44
|
-
// defaults to 4m
|
|
45
|
-
optional float vertical_range = 1;
|
|
46
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
4
|
-
package decentraland.sdk.components;
|
|
5
|
-
|
|
6
|
-
option (common.ecs_component_id) = 1203;
|
|
7
|
-
|
|
8
|
-
import "decentraland/common/colors.proto";
|
|
9
|
-
|
|
10
|
-
// The UiCanvas component can be attached to a ui root entity to specify properties of the ui texture.
|
|
11
|
-
message PBUiCanvas {
|
|
12
|
-
uint32 width = 1;
|
|
13
|
-
uint32 height = 2;
|
|
14
|
-
|
|
15
|
-
optional decentraland.common.Color4 color = 3; // default = (0.0, 0.0, 0.0, 0.0) / transparent
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
syntax = "proto3";
|
|
2
|
-
|
|
3
|
-
package decentraland.sdk.components;
|
|
4
|
-
|
|
5
|
-
import "decentraland/sdk/components/common/id.proto";
|
|
6
|
-
import "decentraland/common/vectors.proto";
|
|
7
|
-
|
|
8
|
-
option (common.ecs_component_id) = 1202;
|
|
9
|
-
|
|
10
|
-
message PBUiScrollResult {
|
|
11
|
-
decentraland.common.Vector2 value = 1;
|
|
12
|
-
}
|