Class OgreMaterialManager


  • public class OgreMaterialManager
    extends be.yildizgames.module.graphic.material.MaterialManager
    • Constructor Detail

      • OgreMaterialManager

        public OgreMaterialManager()
    • Method Detail

      • createFragmentShaderImpl

        protected be.yildizgames.module.graphic.shader.Shader createFragmentShaderImpl​(String name,
                                                                                       String file,
                                                                                       String entry,
                                                                                       be.yildizgames.module.graphic.shader.Shader.FragmentProfileList profile)
        Specified by:
        createFragmentShaderImpl in class be.yildizgames.module.graphic.material.MaterialManager
      • createVertexShaderImpl

        protected be.yildizgames.module.graphic.shader.Shader createVertexShaderImpl​(String name,
                                                                                     String file,
                                                                                     String entry,
                                                                                     be.yildizgames.module.graphic.shader.Shader.VertexProfileList profile)
        Specified by:
        createVertexShaderImpl in class be.yildizgames.module.graphic.material.MaterialManager
      • createMaterialImpl

        protected be.yildizgames.module.graphic.material.Material createMaterialImpl​(String name)
        Specified by:
        createMaterialImpl in class be.yildizgames.module.graphic.material.MaterialManager