First Commit
This commit is contained in:
commit
5ccf998834
34 changed files with 1608 additions and 0 deletions
11
VBO/src/blocks/FirLeafBlock.java
Normal file
11
VBO/src/blocks/FirLeafBlock.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package blocks;
|
||||
|
||||
import math.Color4f;
|
||||
|
||||
public class FirLeafBlock extends Block{
|
||||
|
||||
public FirLeafBlock() {
|
||||
super(new Color4f(0.0f,0.4f,0f));
|
||||
}
|
||||
|
||||
}
|
Reference in a new issue