Merge pull request #1200 from SiboVG/issue-1192
[fixes #1192] Use default 3D component color mid-grey + 30% shine
This commit is contained in:
commit
dd86485055
@ -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(187, 187, 187);
|
||||
shine = 0.3;
|
||||
offsetU = offsetV = 0;
|
||||
centerU = centerV = 0;
|
||||
scaleU = scaleV = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user