Skip to content

Commit

Permalink
Upgraded to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glscene committed Sep 22, 2021
1 parent df0478b commit 751c0dd
Show file tree
Hide file tree
Showing 77 changed files with 15,103 additions and 3,661 deletions.
3 changes: 1 addition & 2 deletions Demos/bench/megacube/MegaCubeC.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
<ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<Defines>_DEBUG;$(Defines)</Defines>
<LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
<BT_BuildType>Debug</BT_BuildType>
<LinkPackageStatics>GR32_RT.lib</LinkPackageStatics>
<BT_BuildType>Debug</BT_BuildType>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
Expand Down
3 changes: 1 addition & 2 deletions Demos/bench/megaglasscube/MegaGlassCubeC.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
<Defines>_DEBUG;$(Defines)</Defines>
<LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
<BT_BuildType>Debug</BT_BuildType>
<LinkPackageStatics>GR32_RT.lib</LinkPackageStatics>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions Demos/cgshaders/cellshading/CgCellShaderC.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<LinkPackageStatics>GR32_RT.lib</LinkPackageStatics>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
</PropertyGroup>
Expand Down
411 changes: 401 additions & 10 deletions Demos/collisions/BoxSphere/BoxSphere.dproj

Large diffs are not rendered by default.

422 changes: 377 additions & 45 deletions Demos/collisions/BoxSphere/BoxSphereC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/OcclusionQuery/OcclusionQuery.dproj

Large diffs are not rendered by default.

424 changes: 378 additions & 46 deletions Demos/collisions/OcclusionQuery/OcclusionQueryC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/RayBox/RayBox.dproj

Large diffs are not rendered by default.

426 changes: 379 additions & 47 deletions Demos/collisions/RayBox/RayBoxC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/Raycast/RayCast.dproj

Large diffs are not rendered by default.

426 changes: 379 additions & 47 deletions Demos/collisions/Raycast/RaycastC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/TriangleBox/TriangleBox.dproj

Large diffs are not rendered by default.

418 changes: 375 additions & 43 deletions Demos/collisions/TriangleBox/TriangleBoxC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/boxedin/Boxedin.dproj

Large diffs are not rendered by default.

424 changes: 378 additions & 46 deletions Demos/collisions/boxedin/boxedinC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/facevsface/FacevsFace.dproj

Large diffs are not rendered by default.

410 changes: 371 additions & 39 deletions Demos/collisions/facevsface/FacevsfaceC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/meshhit/MeshHit.dproj

Large diffs are not rendered by default.

420 changes: 376 additions & 44 deletions Demos/collisions/meshhit/MeshhitC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/octree/Octree.dproj

Large diffs are not rendered by default.

426 changes: 379 additions & 47 deletions Demos/collisions/octree/OctreeC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/collisions/sphere/Sphere.dproj

Large diffs are not rendered by default.

422 changes: 377 additions & 45 deletions Demos/collisions/sphere/SphereC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/graph/fxy/Fxy.dproj

Large diffs are not rendered by default.

446 changes: 389 additions & 57 deletions Demos/graph/fxy/FxyC.cbproj

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Demos/graph/fxy/fFxyC.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnCreate = FormCreate
OnMouseWheel = FormMouseWheel
Expand Down
411 changes: 401 additions & 10 deletions Demos/graph/heightfield/HeightField.dproj

Large diffs are not rendered by default.

456 changes: 394 additions & 62 deletions Demos/graph/heightfield/HeightfieldC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/graph/points/Points.dproj

Large diffs are not rendered by default.

466 changes: 399 additions & 67 deletions Demos/graph/points/PointsC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/graph/projection/Projection.dproj

Large diffs are not rendered by default.

468 changes: 400 additions & 68 deletions Demos/graph/projection/ProjectionC.cbproj

Large diffs are not rendered by default.

411 changes: 401 additions & 10 deletions Demos/graph/splines/Splines.dproj

Large diffs are not rendered by default.

464 changes: 398 additions & 66 deletions Demos/graph/splines/SplinesC.cbproj

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions Demos/materials/cubemap/CubemapC.cbproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<IncludePath>D:\GLScene\Samples\CPP\Demos\materials\cubemap\;$(IncludePath)</IncludePath>
<_TCHARMapping>wchar_t</_TCHARMapping>
<Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
<AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GR32_RT.lib</AllPackageLibs>
<AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<DynamicRTL>true</DynamicRTL>
<UsePackages>true</UsePackages>
Expand Down Expand Up @@ -125,7 +125,6 @@
<ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<Defines>_DEBUG;$(Defines)</Defines>
<LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
<LinkPackageStatics>GR32_RT.lib</LinkPackageStatics>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
Expand Down
2 changes: 1 addition & 1 deletion Demos/materials/cubemap/fCubemap.pas
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ procedure TFormCubeMap.ButtonApplyClick(Sender: TObject);
begin
// Cube map warning message
// If you don't check and turn off cube maps yourself in your apps when
// cube maps aren't supported, GLScene will just turn off texturing
// cube maps aren't supported and will just turn off texturing
// (ie. no error generated, just a different output)
if not CubmapSupported then
begin
Expand Down
476 changes: 448 additions & 28 deletions Demos/meshes/terrain/TerrainC.cbproj

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Demos/meshes/terrain/fTerrainC.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ object Form1: TForm1
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
Expand Down
Loading

0 comments on commit 751c0dd

Please sign in to comment.