Skip to content

Commit

Permalink
Update albedo_factor interaction with existing materials
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Reich <[email protected]>
  • Loading branch information
EtaLoop and Wumpf authored Oct 11, 2024
1 parent f8ff765 commit 0d5945b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ table Asset3D (

/// A color multiplier applied to the whole asset.
///
/// For mesh who already have albedo_factor in materials,
/// it will be overwritten by actual albedo_factor of Asset3D (if specified).
/// For meshes which already define an `albedo_factor` via their materials,
/// it will be overwritten by this `albedo_factor` if specified.
albedo_factor: rerun.components.AlbedoFactor ("attr.rerun.component_optional", nullable, order: 3100);
}

0 comments on commit 0d5945b

Please sign in to comment.