Skip to content

Commit

Permalink
Added cubemap_uri to sky (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig and Nate Koenig authored Jul 28, 2023
1 parent 5d00d2a commit d58a6ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/gz/msgs/sky.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ message Sky
Color cloud_ambient = 7;
double humidity = 8;
double mean_cloud_size = 9;

/// \brief Cubemap URI for the sky, usually a .dds file.
string cubemap_uri = 10;
}

0 comments on commit d58a6ce

Please sign in to comment.