summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank v/d Haterd <f.h.a.v.d.haterd@student.tue.nl>2013-11-29 23:05:08 +0100
committerFrank v/d Haterd <f.h.a.v.d.haterd@student.tue.nl>2013-11-29 23:05:08 +0100
commitb31b11d90a7336f65042455a31a8182a7b83fa11 (patch)
treeb4feba3ebcd5d8145ba8204a00895c5b33a3b781
parentf5aeb29933dba162e46298bea7e8b4ed9c4886ca (diff)
download2iv60-robots-b31b11d90a7336f65042455a31a8182a7b83fa11.tar.gz
Materials fixed (I guess)
-rw-r--r--src/Material.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Material.java b/src/Material.java
index bf691d2..38ae8b9 100644
--- a/src/Material.java
+++ b/src/Material.java
@@ -8,24 +8,24 @@ public enum Material {
* Modify the default values to make it look like gold.
*/
GOLD (
- new float[] {0.75f, 0.6f, 0.23f, 1.0f},
- new float[] {0.63f, 0.56f, 0.37f, 1.0f}),
+ new float[] {0.75164f, 0.60648f, 0.22648f, 1.0f},
+ new float[] {0.628281f, 0.555802f, 0.366065f, 1.0f}),
/**
* Silver material properties.
* Modify the default values to make it look like silver.
*/
SILVER (
- new float[] {0.5f, 0.5f, 0.5f, 1.0f},
- new float[] {0.5f, 0.5f, 0.5f, 1.0f}),
+ new float[] {0.50754f, 0.50754f, 0.50754f, 1.0f},
+ new float[] {0.508273f, 0.508273f, 0.508273f, 1.0f}),
/**
* Wood material properties.
* Modify the default values to make it look like wood.
*/
WOOD (
- new float[] {0.8f, 0.8f, 0.8f, 1.0f},
- new float[] {0.0f, 0.0f, 0.0f, 1.0f}),
+ new float[] {0.59f, 0.36f, 0.0588f, 1.0f},
+ new float[] {0.1f, 0.1f, 0.1f, 1.0f}),
/**
* Orange material properties.