pause
This commit is contained in:
parent
e7dcffd575
commit
bacc871f78
1 changed files with 13 additions and 13 deletions
26
src/Space.cs
26
src/Space.cs
|
@ -174,24 +174,24 @@ public class Space {
|
||||||
// )
|
// )
|
||||||
// );
|
// );
|
||||||
|
|
||||||
tree.Frame();
|
// tree.Frame();
|
||||||
}
|
}
|
||||||
Tree tree = new Tree();
|
// Tree tree = new Tree();
|
||||||
// Tree[] trees = new Tree[128];
|
// Tree[] trees = new Tree[128];
|
||||||
|
|
||||||
class Tree {
|
// class Tree {
|
||||||
float r; // damage
|
// float r; // damage
|
||||||
float g; // resources
|
// float g; // resources
|
||||||
float b; // peak
|
// float b; // peak
|
||||||
Vec3 pos;
|
// Vec3 pos;
|
||||||
float angle;
|
// float angle;
|
||||||
// color(r, max(g, b), b)
|
// // color(r, max(g, b), b)
|
||||||
// height = b
|
// // height = b
|
||||||
|
|
||||||
public void Frame() {
|
// public void Frame() {
|
||||||
|
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue