Class SkyboxComponent


  • public class SkyboxComponent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.badlogic.gdx.graphics.Cubemap skybox  
      protected static java.lang.String skyboxBack  
      protected static java.lang.String skyboxDown  
      protected static java.lang.String skyboxFront  
      protected static java.lang.String skyboxLeft  
      protected static boolean skyboxLoad  
      protected static java.lang.String skyboxRight  
      protected static java.lang.String skyboxUp  
    • Constructor Summary

      Constructors 
      Constructor Description
      SkyboxComponent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initSkybox()  
      static void prepareSkybox()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • skybox

        public static com.badlogic.gdx.graphics.Cubemap skybox
      • skyboxLoad

        protected static boolean skyboxLoad
      • skyboxBack

        protected static java.lang.String skyboxBack
      • skyboxFront

        protected static java.lang.String skyboxFront
      • skyboxUp

        protected static java.lang.String skyboxUp
      • skyboxDown

        protected static java.lang.String skyboxDown
      • skyboxRight

        protected static java.lang.String skyboxRight
      • skyboxLeft

        protected static java.lang.String skyboxLeft
    • Constructor Detail

      • SkyboxComponent

        public SkyboxComponent()
    • Method Detail

      • initSkybox

        public static void initSkybox()
      • prepareSkybox

        public static void prepareSkybox()