Added Chinese copyright forever on all to fix IDE
This commit is contained in:
parent
4e47d59099
commit
a69bd9b88b
55 changed files with 275 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ import imgui.flag.ImGuiCond;
|
|||
import love.distributedrebirth.demo4d.Demo4DMain;
|
||||
import love.distributedrebirth.demo4d.Demo4DMainAdapter;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public class ScreenMatrix4D extends Demo4DMainAdapter {
|
||||
public Environment environment;
|
||||
public PerspectiveCamera cam;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@ import com.badlogic.gdx.graphics.g3d.utils.RenderContext;
|
|||
import com.badlogic.gdx.graphics.glutils.ShaderProgram;
|
||||
import com.badlogic.gdx.utils.GdxRuntimeException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author willemtsade ©Δ∞ 仙上主天
|
||||
*
|
||||
*/
|
||||
public class UserColorShader implements Shader {
|
||||
ShaderProgram program;
|
||||
Camera camera;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue