瀏覽代碼

Updated examples

glscene 1 年之前
父節點
當前提交
4d60d80b76

+ 1 - 1
Examples/Demos/extrusion/tentacles/fTentaclesC.h

@@ -16,7 +16,7 @@
 #include "GLScene.VectorGeometry.hpp"
 #include "GLS.Texture.hpp"
 #include "GLS.SceneViewer.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 
 #include "GLScene.Coordinates.hpp"
 #include "GLScene.BaseClasses.hpp"

+ 1 - 1
Examples/Demos/glslshaders/Ocean/fOceanC.h

@@ -21,7 +21,7 @@
 #include "GLSL.UserShader.hpp"
 #include "GLS.SceneViewer.hpp"
 #include "GLScene.TextureFormat.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 #include "GLScene.OpenGLTokens.hpp"
 #include "GLS.OpenGLAdapter.hpp"
 #include "GLS.Context.hpp"

+ 1 - 1
Examples/Demos/materials/cubemap/fCubeMapC.h

@@ -21,7 +21,7 @@
 #include "GLS.Scene.hpp"
 #include "GLS.GeomObjects.hpp"
 #include "GLS.SceneViewer.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 #include "GLS.Context.hpp"
 #include "GLS.Texture.hpp"
 #include "GLS.FileDDS.hpp"

+ 1 - 1
Examples/Demos/meshes/formula/fFormulaC.h

@@ -20,7 +20,7 @@
 #include "GLS.Mesh.hpp"
 #include "GLS.SceneViewer.hpp"
 #include "GLS.State.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 
 #include "GLScene.BaseClasses.hpp"
 #include "GLScene.Coordinates.hpp"

+ 1 - 1
Examples/Demos/movements/objmove/fObjmoveC.h

@@ -22,7 +22,7 @@
 #include "GLS.SceneViewer.hpp"
 #include "GLS.SpaceText.hpp"
 #include "GLS.GeomObjects.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 
 #include "GLScene.Coordinates.hpp"
 #include "GLScene.BaseClasses.hpp"

+ 1 - 1
Examples/Demos/specialsFX/Atmosphere/fAtmosphereC.h

@@ -25,7 +25,7 @@
 #include "GLS.Behaviours.hpp"
 #include "GLScene.Coordinates.hpp"
 #include "GLScene.BaseClasses.hpp"
-#include "GLS.Color.hpp"
+#include "GLScene.Color.hpp"
 
 //---------------------------------------------------------------------------
 class TForm1 : public TForm