Skip to content

Commit

Permalink
Added documentation details for new properties. Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Oct 31, 2024
1 parent 579e20c commit d084680
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/decentraland/common/texture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ message Texture {
string src = 1;
optional TextureWrapMode wrap_mode = 2; // default = TextureWrapMode.Clamp
optional TextureFilterMode filter_mode = 3; // default = FilterMode.Bilinear

// Offset for texture positioning.
optional Vector2 offset = 4; // default = Vector2.Zero
optional Vector2 tiling = 5; // default = Vector2.Zero
// Tiling multiplier for texture repetition.
optional Vector2 tiling = 5; // default = Vector2.One
}

message AvatarTexture {
Expand Down

0 comments on commit d084680

Please sign in to comment.