Skip to content

Commit

Permalink
remove skin
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jul 23, 2024
1 parent 9433ae9 commit 97ffa8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion proto/decentraland/sdk/components/mesh_collider.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ message PBMeshCollider {
message GltfMesh {
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
string name = 2; // the name of the mesh asset
optional string skin_name = 3; // the name of the skin for the mesh (animations will not apply to colliders, but the initial pose is used)
}

optional uint32 collision_mask = 1; // enabled ColliderLayers (default CL_POINTER | CL_PHYSICS)
Expand Down
1 change: 0 additions & 1 deletion proto/decentraland/sdk/components/mesh_renderer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ message PBMeshRenderer {
message GltfMesh {
string gltf_src = 1; // the GLTF file path as listed in the scene's manifest.
string name = 2; // the name of the mesh asset
optional string skin_name = 3; // the name of the skin for the mesh
}

oneof mesh {
Expand Down

0 comments on commit 97ffa8e

Please sign in to comment.