flatten 20260225

This commit is contained in:
Timothy Prepscius
2026-02-25 13:00:25 -05:00
commit b308a4c280
114 changed files with 14759 additions and 0 deletions

16
resources/packages/gte/prepare Executable file
View File

@@ -0,0 +1,16 @@
mkdir gte
pushd gte
git clone https://github.com/davideberly/GeometricTools.git
pushd GeometricTools
git checkout tags/GTE-version-5.1 -b stable
popd
popd
mkdir -p sdk/include
pushd sdk/include
ln -fs ../../gte/GeometricTools/GTE/Mathematics
popd