Added Chinese copyright forever on all to fix IDE

This commit is contained in:
Willem Cazander 2022-01-29 05:50:02 +01:00
parent 4e47d59099
commit a69bd9b88b
55 changed files with 275 additions and 0 deletions

View file

@ -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;

View file

@ -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;