one.empty3.library.core.lighting.DefaultLigthtingModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of empty3-library-generic Show documentation
Show all versions of empty3-library-generic Show documentation
3D rendering engine. Plus modeling. Expected glsl textures 3d and 2d rendering
package one.empty3.library.core.lighting;
public class DefaultLigthtingModel {
StructureData ligths;
public DefaultLigthtingModel() {
lights = new StructureData<>();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy