Format these math comments so that they render properly for a tex-aware editor
Also document an error in the current logic
This commit is contained in:
@@ -51,7 +51,8 @@ impl ColorTermRenderer {
|
||||
let cell = state.get(x, y);
|
||||
//let r = norm_color(cell.bz() * consts::C);
|
||||
let r = 0;
|
||||
let b = 0;
|
||||
let b = (55.0*cell.mat().conductivity).min(255.0) as u8;
|
||||
//let b = 0;
|
||||
//let g = norm_color(cell.ex());
|
||||
//let b = norm_color(cell.ey());
|
||||
//let g = norm_color(curl(cell.ex(), cell.ey()));
|
||||
|
Reference in New Issue
Block a user