Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Nov 14, 2024
1 parent 25f4391 commit 674a324
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/decentraland/sdk/components/tween.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ message Scale {
decentraland.common.Vector3 end = 2;
}

// This tween mode allows to modify the offset of the Albedo texture of a PBR Material.
// In the next iteration, the tween will let you specify between other textures,
// modify the tiling and will work with the Basic Material as well
// This tween mode allows to move the texture of a PbrMaterial or UnlitMaterial.
message TextureMove {
decentraland.common.Vector2 start = 1;
decentraland.common.Vector2 end = 2;
Expand Down

0 comments on commit 674a324

Please sign in to comment.