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];
|
||||
|
||||
class Tree {
|
||||
float r; // damage
|
||||
float g; // resources
|
||||
float b; // peak
|
||||
Vec3 pos;
|
||||
float angle;
|
||||
// color(r, max(g, b), b)
|
||||
// height = b
|
||||
// class Tree {
|
||||
// float r; // damage
|
||||
// float g; // resources
|
||||
// float b; // peak
|
||||
// Vec3 pos;
|
||||
// float angle;
|
||||
// // color(r, max(g, b), b)
|
||||
// // height = b
|
||||
|
||||
public void Frame() {
|
||||
// public void Frame() {
|
||||
|
||||
}
|
||||
}
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue