[fixes #1192] Use default 3D component color mid-grey + 30% shine
This commit is contained in:
parent
a6ddbcd1c5
commit
746c251c5d
@ -51,8 +51,8 @@ public class AppearanceBuilder extends AbstractChangeSource {
|
||||
* Clears the builder cache and set to build blank appearances
|
||||
*/
|
||||
private void resetToDefaults() {
|
||||
paint = new Color(0, 0, 0);
|
||||
shine = 0;
|
||||
paint = new Color(127, 127, 127);
|
||||
shine = 0.3;
|
||||
offsetU = offsetV = 0;
|
||||
centerU = centerV = 0;
|
||||
scaleU = scaleV = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user