This commit is contained in:
ajuvercr 2020-04-10 13:30:20 +02:00
parent 43d7f9d4a6
commit acdca1cede

View file

@ -15,16 +15,16 @@ use octoon_math::{Vec3};
static VIEWBOX_SCALE: f32 = 0.1;
pub static COLORS: [[f32; 3]; 10] = [
[0.5 , 0.5 , 0.5 ],
[1.0 , 0.5 , 0.0 ], // #FF8000
[0.05, 0.77, 1.0 ], // #0DC5FF
[0.1 , 0.31, 1.0 ], // #1950FF
[0.01, 1.0 , 0.72], // #19FFB7
[1.0 , 0.4 , 0.58], // #FF6693
[1.0 , 0.25, 0.05], // #FF3F0D
[0.25, 1.0 , 0.22], // #40FF56
[1.0 , 0.97, 0.0 ], // #FFED00
[0.41, 0.15, 1.0 ], // #6826FF
[0.5 , 0.5 , 0.5 ],
[1.0 , 0.50, 0.0 ], // #FF8000
[0.0 , 0.50, 1.0 ], // #0080ff
[1.0 , 0.4 , 0.58 ], // #FF6693
[0.24, 0.79, 0.33 ], // #3fcb55
[0.79, 0.76, 0.24 ], // #cbc33f
[0.81, 0.25, 0.91 ], // #cf40e9
[0.94, 0.32, 0.32 ], // #FF3F0D
[0.11, 0.93, 0.94 ], // #1beef0
[0.05, 0.77, 1.0 ], // #0DC5FF
];
use super::types;