Skip to content

Commit

Permalink
Added offset and tiling optional properties to texture.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Oct 30, 2024
1 parent ba19c4f commit 7f5c76c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/decentraland/common/texture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ message Texture {
string src = 1;
optional TextureWrapMode wrap_mode = 2; // default = TextureWrapMode.Clamp
optional TextureFilterMode filter_mode = 3; // default = FilterMode.Bilinear
optional Vector2 offset = 4 // default = Vector2.Zero
optional Vector2 tiling = 5 // default = Vector2.Zero
}

message AvatarTexture {
Expand Down

0 comments on commit 7f5c76c

Please sign in to comment.