GXScene_RT.dpk 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. //
  2. // The graphics engine GXScene https://github.com/glscene
  3. //
  4. package GXScene_RT;
  5. {$R *.res}
  6. {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
  7. {$ALIGN 8}
  8. {$ASSERTIONS ON}
  9. {$BOOLEVAL OFF}
  10. {$DEBUGINFO OFF}
  11. {$EXTENDEDSYNTAX ON}
  12. {$IMPORTEDDATA ON}
  13. {$IOCHECKS ON}
  14. {$LOCALSYMBOLS ON}
  15. {$LONGSTRINGS ON}
  16. {$OPENSTRINGS ON}
  17. {$OPTIMIZATION OFF}
  18. {$OVERFLOWCHECKS OFF}
  19. {$RANGECHECKS OFF}
  20. {$REFERENCEINFO ON}
  21. {$SAFEDIVIDE OFF}
  22. {$STACKFRAMES ON}
  23. {$TYPEDADDRESS OFF}
  24. {$VARSTRINGCHECKS ON}
  25. {$WRITEABLECONST OFF}
  26. {$MINENUMSIZE 1}
  27. {$IMAGEBASE $400000}
  28. {$DEFINE DEBUG}
  29. {$ENDIF IMPLICITBUILDING}
  30. {$DESCRIPTION 'GLXEngine'}
  31. {$RUNONLY}
  32. {$IMPLICITBUILD ON}
  33. requires
  34. rtl,
  35. fmx;
  36. contains
  37. Formatx.DDSImage in '..\SourceX\Formatx.DDSImage.pas',
  38. Formatx.HDRImage in '..\SourceX\Formatx.HDRImage.pas',
  39. Formatx.TGA in '..\SourceX\Formatx.TGA.pas',
  40. GXS.AnimatedSprite in '..\SourceX\GXS.AnimatedSprite.pas',
  41. GXS.ApplicationFileIO in '..\SourceX\GXS.ApplicationFileIO.pas',
  42. GXS.ArchiveManager in '..\SourceX\GXS.ArchiveManager.pas',
  43. GXS.AsyncHDS in '..\SourceX\GXS.AsyncHDS.pas',
  44. GXS.AsyncTimer in '..\SourceX\GXS.AsyncTimer.pas',
  45. GXS.Atmosphere in '..\SourceX\GXS.Atmosphere.pas',
  46. GXS.AVIRecorder in '..\SourceX\GXS.AVIRecorder.pas',
  47. GXS.BaseClasses in '..\sourcex\GXS.BaseClasses.pas',
  48. GXS.BSP in '..\SourceX\GXS.BSP.pas',
  49. GXS.BaseMeshSilhouette in '..\SourceX\GXS.BaseMeshSilhouette.pas',
  50. GXS.Behaviours in '..\SourceX\GXS.Behaviours.pas',
  51. GXS.BitmapFont in '..\SourceX\GXS.BitmapFont.pas',
  52. GXS.Blur in '..\SourceX\GXS.Blur.pas',
  53. GXS.BumpMapping in '..\SourceX\GXS.BumpMapping.pas',
  54. GXS.BumpmapHDS in '..\SourceX\GXS.BumpmapHDS.pas',
  55. GXS.Cadencer in '..\SourceX\GXS.Cadencer.pas',
  56. GXS.CameraController in '..\SourceX\GXS.CameraController.pas',
  57. GXS.Canvas in '..\SourceX\GXS.Canvas.pas',
  58. GXS.CelShader in '..\SourceX\GXS.CelShader.pas',
  59. GXS.Collision in '..\SourceX\GXS.Collision.pas',
  60. GXS.CompositeImage in '..\SourceX\GXS.CompositeImage.pas',
  61. GXS.Coordinates in '..\Sourcex\GXS.Coordinates.pas',
  62. GXS.Console in '..\SourceX\GXS.Console.pas',
  63. GXS.Context in '..\SourceX\GXS.Context.pas',
  64. GXS.DCE in '..\SourceX\GXS.DCE.pas',
  65. GXS.DCEMisc in '..\SourceX\GXS.DCEMisc.pas',
  66. GXS.EParticleMasksManager in '..\SourceX\GXS.EParticleMasksManager.pas',
  67. GXS.EllipseCollision in '..\SourceX\GXS.EllipseCollision.pas',
  68. GXS.ExplosionFx in '..\SourceX\GXS.ExplosionFx.pas',
  69. GXS.Extrusion in '..\SourceX\GXS.Extrusion.pas',
  70. GXS.FBO in '..\SourceX\GXS.FBO.pas',
  71. GXS.FBORenderer in '..\SourceX\GXS.FBORenderer.pas',
  72. GXS.FPSMovement in '..\SourceX\GXS.FPSMovement.pas',
  73. GXS.Feedback in '..\SourceX\GXS.Feedback.pas',
  74. GXS.FileASE in '..\SourceX\GXS.FileASE.pas',
  75. GXS.File3DS in '..\SourceX\GXS.File3DS.pas',
  76. GXS.File3DSSceneObjects in '..\SourceX\GXS.File3DSSceneObjects.pas',
  77. GXS.FileB3D in '..\SourceX\GXS.FileB3D.pas',
  78. GXS.FileBMP in '..\SourceX\GXS.FileBMP.pas',
  79. GXS.FileGRD in '..\SourceX\GXS.FileGRD.pas',
  80. GXS.FileGTS in '..\SourceX\GXS.FileGTS.pas',
  81. GXS.FileDDS in '..\SourceX\GXS.FileDDS.pas',
  82. GXS.FileDXF in '..\SourceX\GXS.FileDXF.pas',
  83. GXS.FileHDR in '..\SourceX\GXS.FileHDR.pas',
  84. GXS.FileGLTF in '..\SourceX\GXS.FileGLTF.pas',
  85. GXS.FileJPEG in '..\SourceX\GXS.FileJPEG.pas',
  86. GXS.FileLMTS in '..\SourceX\GXS.FileLMTS.pas',
  87. GXS.FileLWO in '..\SourceX\GXS.FileLWO.pas',
  88. GXS.FileMD3 in '..\SourceX\GXS.FileMD3.pas',
  89. GXS.FileMD5 in '..\SourceX\GXS.FileMD5.pas',
  90. GXS.FileMDC in '..\SourceX\GXS.FileMDC.pas',
  91. GXS.FileMP3 in '..\SourceX\GXS.FileMP3.pas',
  92. GXS.FileMS3D in '..\SourceX\GXS.FileMS3D.pas',
  93. GXS.FileNMF in '..\SourceX\GXS.FileNMF.pas',
  94. GXS.FileNurbs in '..\SourceX\GXS.FileNurbs.pas',
  95. GXS.FileOBJ in '..\SourceX\GXS.FileOBJ.pas',
  96. GXS.FileOCT in '..\SourceX\GXS.FileOCT.pas',
  97. GXS.FilePLY in '..\SourceX\GXS.FilePLY.pas',
  98. GXS.FilePNG in '..\SourceX\GXS.FilePNG.pas',
  99. GXS.FileQ3BSP in '..\SourceX\GXS.FileQ3BSP.pas',
  100. GXS.FileSMD in '..\SourceX\GXS.FileSMD.pas',
  101. GXS.FileSTL in '..\SourceX\GXS.FileSTL.pas',
  102. GXS.FileTGA in '..\SourceX\GXS.FileTGA.pas',
  103. GXS.FileTIN in '..\SourceX\GXS.FileTIN.pas',
  104. GXS.FileVRML in '..\SourceX\GXS.FileVRML.pas',
  105. GXS.FileWAV in '..\SourceX\GXS.FileWAV.pas',
  106. GXS.FileX in '..\SourceX\GXS.FileX.pas',
  107. GXS.FireFX in '..\SourceX\GXS.FireFX.pas',
  108. GXS.FullScreenViewer in '..\SourceX\GXS.FullScreenViewer.pas',
  109. GXS.PolygonTesselation in '..\SourceX\GXS.PolygonTesselation.pas',
  110. GXS.GameMenu in '..\SourceX\GXS.GameMenu.pas',
  111. GXS.GeomObjects in '..\SourceX\GXS.GeomObjects.pas',
  112. GXS.Gizmo in '..\SourceX\GXS.Gizmo.pas',
  113. GXS.GizmoEx in '..\SourceX\GXS.GizmoEx.pas',
  114. GXS.Graph in '..\SourceX\GXS.Graph.pas',
  115. GXS.Graphics in '..\SourceX\GXS.Graphics.pas',
  116. GXS.Gui in '..\SourceX\GXS.Gui.pas',
  117. GXS.DynamicTexture in '..\SourceX\GXS.DynamicTexture.pas',
  118. GXS.HUDObjects in '..\SourceX\GXS.HUDObjects.pas',
  119. GXS.HeightData in '..\SourceX\GXS.HeightData.pas',
  120. GXS.HeightTileFile in '..\SourceX\GXS.HeightTileFile.pas',
  121. GXS.HeightTileFileHDS in '..\SourceX\GXS.HeightTileFileHDS.pas',
  122. GXS.HiddenLineShader in '..\SourceX\GXS.HiddenLineShader.pas',
  123. GXS.ImageUtils in '..\SourceX\GXS.ImageUtils.pas',
  124. GXS.Imposter in '..\SourceX\GXS.Imposter.pas',
  125. GXS.Isolines in '..\SourceX\GXS.Isolines.pas',
  126. GXS.Isosurface in '..\SourceX\GXS.Isosurface.pas',
  127. GXS.Joystick in '..\SourceX\GXS.Joystick.pas',
  128. GXS.LensFlare in '..\SourceX\GXS.LensFlare.pas',
  129. GXS.LinePFX in '..\SourceX\GXS.LinePFX.pas',
  130. GXS.Material in '..\SourceX\GXS.Material.pas',
  131. GXS.MaterialMultiProxy in '..\SourceX\GXS.MaterialMultiProxy.pas',
  132. GXS.MaterialScript in '..\SourceX\GXS.MaterialScript.pas',
  133. GXS.Mesh in '..\SourceX\GXS.Mesh.pas',
  134. GXS.MeshBuilder in '..\SourceX\GXS.MeshBuilder.pas',
  135. GXS.MeshCSG in '..\SourceX\GXS.MeshCSG.pas',
  136. GXS.MeshLines in '..\SourceX\GXS.MeshLines.pas',
  137. GXS.MeshOptimizer in '..\SourceX\GXS.MeshOptimizer.pas',
  138. GXS.MeshUtils in '..\SourceX\GXS.MeshUtils.pas',
  139. GXS.Mirror in '..\SourceX\GXS.Mirror.pas',
  140. GXS.Movement in '..\SourceX\GXS.Movement.pas',
  141. GXS.MultiMaterialShader in '..\SourceX\GXS.MultiMaterialShader.pas',
  142. GXS.MultiPolygon in '..\SourceX\GXS.MultiPolygon.pas',
  143. GXS.MultiProxy in '..\SourceX\GXS.MultiProxy.pas',
  144. GXS.MultisampleImage in '..\SourceX\GXS.MultisampleImage.pas',
  145. GXS.Navigator in '..\SourceX\GXS.Navigator.pas',
  146. GXS.Nodes in '..\SourceX\GXS.Nodes.pas',
  147. GXS.ObjectManager in '..\SourceX\GXS.ObjectManager.pas',
  148. GXS.Objects in '..\SourceX\GXS.Objects.pas',
  149. GXS.Octree in '..\SourceX\GXS.Octree.pas',
  150. GXS.OpenGLAdapter in '..\Sourcex\GXS.OpenGLAdapter.pas',
  151. GXS.InitOpenGL in '..\SourceX\GXS.InitOpenGL.pas',
  152. GXS.OutlineShader in '..\SourceX\GXS.OutlineShader.pas',
  153. GXS.ParametricSurfaces in '..\SourceX\GXS.ParametricSurfaces.pas',
  154. GXS.ParticleFX in '..\SourceX\GXS.ParticleFX.pas',
  155. GXS.Particles in '..\SourceX\GXS.Particles.pas',
  156. GXS.Perlin in '..\SourceX\GXS.Perlin.pas',
  157. GXS.PerlinPFX in '..\SourceX\GXS.PerlinPFX.pas',
  158. GXS.PictureRegisteredFormats in '..\SourceX\GXS.PictureRegisteredFormats.pas',
  159. GXS.Portal in '..\SourceX\GXS.Portal.pas',
  160. GXSL.PostEffects in '..\SourceX\GXSL.PostEffects.pas',
  161. GXS.ProcTextures in '..\SourceX\GXS.ProcTextures.pas',
  162. GXS.ProjectedTextures in '..\SourceX\GXS.ProjectedTextures.pas',
  163. GXS.ProxyObjects in '..\SourceX\GXS.ProxyObjects.pas',
  164. GXS.ROAMPatch in '..\SourceX\GXS.ROAMPatch.pas',
  165. GXS.Ragdoll in '..\SourceX\GXS.Ragdoll.pas',
  166. GXS.RandomHDS in '..\SourceX\GXS.RandomHDS.pas',
  167. GXS.RenderContextInfo in '..\SourceX\GXS.RenderContextInfo.pas',
  168. GXS.Scene in '..\SourceX\GXS.Scene.pas',
  169. GXS.WinContext in '..\SourceX\GXS.WinContext.pas',
  170. GXS.SceneViewer in '..\SourceX\GXS.SceneViewer.pas',
  171. GXS.Screen in '..\SourceX\GXS.Screen.pas',
  172. GXS.ScreenSaver in '..\SourceX\GXS.ScreenSaver.pas',
  173. GXS.Selection in '..\SourceX\GXS.Selection.pas',
  174. GXS.ShadowHDS in '..\SourceX\GXS.ShadowHDS.pas',
  175. GXS.ShadowPlane in '..\SourceX\GXS.ShadowPlane.pas',
  176. GXS.ShadowVolume in '..\SourceX\GXS.ShadowVolume.pas',
  177. GXS.Silhouette in '..\SourceX\GXS.Silhouette.pas',
  178. GXS.SimpleNavigation in '..\SourceX\GXS.SimpleNavigation.pas',
  179. GXS.Skydome in '..\SourceX\GXS.Skydome.pas',
  180. GXS.SmoothNavigator in '..\SourceX\GXS.SmoothNavigator.pas',
  181. GXS.SoundManager in '..\Sourcex\GXS.SoundManager.pas',
  182. GXS.SoundFileObjects in '..\SourceX\GXS.SoundFileObjects.pas',
  183. GXS.SpaceText in '..\SourceX\GXS.SpaceText.pas',
  184. GXS.SpatialPartitioning in '..\SourceX\GXS.SpatialPartitioning.pas',
  185. GXS.State in '..\SourceX\GXS.State.pas',
  186. GXS.TerrainRenderer in '..\SourceX\GXS.TerrainRenderer.pas',
  187. GXS.TexLensFlare in '..\SourceX\GXS.TexLensFlare.pas',
  188. GXS.Texture in '..\SourceX\GXS.Texture.pas',
  189. GXS.TextureCombiners in '..\SourceX\GXS.TextureCombiners.pas',
  190. GXS.TextureImageEditors in '..\SourceX\GXS.TextureImageEditors.pas',
  191. GXS.TexturedHDS in '..\SourceX\GXS.TexturedHDS.pas',
  192. GXS.ThorFX in '..\SourceX\GXS.ThorFX.pas',
  193. GXS.TilePlane in '..\SourceX\GXS.TilePlane.pas',
  194. GXS.TimeEventsMgr in '..\SourceX\GXS.TimeEventsMgr.pas',
  195. GXS.Trail in '..\SourceX\GXS.Trail.pas',
  196. GXS.Tree in '..\SourceX\GXS.Tree.pas',
  197. GXS.VectorFileObjects in '..\SourceX\GXS.VectorFileObjects.pas',
  198. GXS.VerletClothify in '..\SourceX\GXS.VerletClothify.pas',
  199. GXS.VerletTypes in '..\SourceX\GXS.VerletTypes.pas',
  200. GXS.WaterPlane in '..\SourceX\GXS.WaterPlane.pas',
  201. GXS.Windows in '..\SourceX\GXS.Windows.pas',
  202. GXS.WindowsFont in '..\SourceX\GXS.WindowsFont.pas',
  203. GXS.zBuffer in '..\SourceX\GXS.zBuffer.pas',
  204. GXS.PAKArchive in '..\SourceX\GXS.PAKArchive.pas',
  205. GXS.SpacePartition in '..\SourceX\GXS.SpacePartition.pas',
  206. GXS.XOpenGL in '..\SourceX\GXS.XOpenGL.pas',
  207. GXS.ViewerOpenGL in '..\SourceX\GXS.ViewerOpenGL.pas',
  208. GXSL.AsmShader in '..\SourceX\GXSL.AsmShader.pas',
  209. GXSL.BumpShaders in '..\SourceX\GXSL.BumpShaders.pas',
  210. GXSL.CustomShader in '..\SourceX\GXSL.CustomShader.pas',
  211. GXSL.DiffuseSpecularShader in '..\SourceX\GXSL.DiffuseSpecularShader.pas',
  212. GXSL.PhongShader in '..\SourceX\GXSL.PhongShader.pas',
  213. GXSL.PostShaders in '..\SourceX\GXSL.PostShaders.pas',
  214. GXSL.ProjectedTextures in '..\SourceX\GXSL.ProjectedTextures.pas',
  215. GXSL.Shader in '..\SourceX\GXSL.Shader.pas',
  216. GXSL.ShaderCombiner in '..\SourceX\GXSL.ShaderCombiner.pas',
  217. GXSL.TextureShaders in '..\SourceX\GXSL.TextureShaders.pas',
  218. GXSL.Parameter in '..\SourceX\GXSL.Parameter.pas',
  219. GXSL.UserShader in '..\SourceX\GXSL.UserShader.pas',
  220. GXSL.ShaderParameter in '..\SourceX\GXSL.ShaderParameter.pas',
  221. GXSL.ShapeShaders in '..\SourceX\GXSL.ShapeShaders.pas',
  222. GXSL.LineShaders in '..\SourceX\GXSL.LineShaders.pas',
  223. GXSL.MultiMaterialShader in '..\SourceX\GXSL.MultiMaterialShader.pas',
  224. GXS.ScriptBase in '..\Sourcex\GXS.ScriptBase.pas',
  225. GXS.SmartObjects in '..\Sourcex\GXS.SmartObjects.pas',
  226. GXS.CyborgManager in '..\Sourcex\GXS.CyborgManager.pas',
  227. GXS.PersistentClasses in '..\Sourcex\GXS.PersistentClasses.pas',
  228. GXS.VectorLists in '..\Sourcex\GXS.VectorLists.pas',
  229. GXS.Color in '..\Sourcex\GXS.Color.pas',
  230. GXS.CurvesAndSurfaces in '..\Sourcex\GXS.CurvesAndSurfaces.pas',
  231. GXS.GeometryBB in '..\Sourcex\GXS.GeometryBB.pas',
  232. GXS.XCollection in '..\Sourcex\GXS.XCollection.pas',
  233. Formatx.DXTC in '..\Sourcex\Formatx.DXTC.pas',
  234. Formatx.VFW in '..\Sourcex\Formatx.VFW.pas',
  235. Formatx.m3DS in '..\Sourcex\Formatx.m3DS.pas',
  236. Formatx.m3DSConst in '..\Sourcex\Formatx.m3DSConst.pas',
  237. Formatx.m3DSTypes in '..\Sourcex\Formatx.m3DSTypes.pas',
  238. Formatx.m3DSUtils in '..\Sourcex\Formatx.m3DSUtils.pas',
  239. Formatx.MD3 in '..\Sourcex\Formatx.MD3.pas',
  240. Formatx.MD2 in '..\Sourcex\Formatx.MD2.pas',
  241. Formatx.LWO in '..\Sourcex\Formatx.LWO.pas',
  242. Formatx.OCT in '..\Sourcex\Formatx.OCT.pas',
  243. Formatx.Q3BSP in '..\Sourcex\Formatx.Q3BSP.pas',
  244. Formatx.X in '..\Sourcex\Formatx.X.pas',
  245. Formatx.VRML in '..\Sourcex\Formatx.VRML.pas',
  246. Formatx.Q3MD3 in '..\Sourcex\Formatx.Q3MD3.pas',
  247. Formatx.B3D in '..\Sourcex\Formatx.B3D.pas',
  248. gnuGettext in '..\Src\gnuGettext.pas',
  249. gnuGettextInit in '..\Src\gnuGettextInit.pas',
  250. PasDblStrUtils in '..\Src\PasDblStrUtils.pas',
  251. PasGLTF in '..\Src\PasGLTF.pas',
  252. PasJSON in '..\Src\PasJSON.pas',
  253. Stage.AnimationUtils in '..\Src\Stage.AnimationUtils.pas',
  254. Stage.Generics in '..\Src\Stage.Generics.pas',
  255. Stage.Keyboard in '..\Src\Stage.Keyboard.pas',
  256. Stage.Logger in '..\Src\Stage.Logger.pas',
  257. Stage.Manager in '..\Src\Stage.Manager.pas',
  258. Stage.OpenGL4 in '..\Src\Stage.OpenGL4.pas',
  259. Stage.OpenGLTokens in '..\Src\Stage.OpenGLTokens.pas',
  260. Stage.PipelineTransform in '..\Src\Stage.PipelineTransform.pas',
  261. Stage.Polynomials in '..\Src\Stage.Polynomials.pas',
  262. Stage.RandomLib in '..\Src\Stage.RandomLib.pas',
  263. Stage.RedBlackTree in '..\Src\Stage.RedBlackTree.pas',
  264. Stage.RGBE in '..\Src\Stage.RGBE.pas',
  265. Stage.Spline in '..\Src\Stage.Spline.pas',
  266. Stage.Strings in '..\Src\Stage.Strings.pas',
  267. Stage.TextureFormat in '..\Src\Stage.TextureFormat.pas',
  268. Stage.Triangulation in '..\Src\Stage.Triangulation.pas',
  269. Stage.Utils in '..\Src\Stage.Utils.pas',
  270. Stage.VectorGeometry in '..\Src\Stage.VectorGeometry.pas',
  271. Stage.VectorTypes in '..\Src\Stage.VectorTypes.pas',
  272. Stage.VectorTypesExt in '..\Src\Stage.VectorTypesExt.pas';
  273. end.