Skip to content

Commit

Permalink
Add shininess TODO.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
  • Loading branch information
bperseghetti committed Jan 25, 2024
1 parent b5e08dc commit 9167621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/user_commands/UserCommands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ bool VisualCommand::Execute()
materialColorMsg->specular());
visualMCMsg.mutable_material()->mutable_emissive()->CopyFrom(
materialColorMsg->emissive());

// TODO: Enable setting shininess
visualEntity = kNullEntity;
if (visualMCMsg.id() != kNullEntity)
{
Expand Down

0 comments on commit 9167621

Please sign in to comment.