Skip to content

Commit

Permalink
Put DDS in Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
cochrane committed May 3, 2024
1 parent 6b7af1d commit f566efe
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 393 deletions.
10 changes: 4 additions & 6 deletions GLLara.xcodeproj/project.pbxproj
Expand Up @@ -20,7 +20,7 @@
5214470A16DBF206003E260F /* GLLItemMesh+MeshExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5214470916DBF206003E260F /* GLLItemMesh+MeshExport.swift */; };
5214470D16DC2312003E260F /* GLLItem+MeshExport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5214470C16DC2312003E260F /* GLLItem+MeshExport.swift */; };
5214471116DE22E1003E260F /* GLLara.help in Resources */ = {isa = PBXBuildFile; fileRef = 5214471016DE22E0003E260F /* GLLara.help */; };
52152CEF16B66951001AE54C /* GLLDDSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 52152CEE16B66951001AE54C /* GLLDDSFile.m */; };
52152CEF16B66951001AE54C /* GLLDDSFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52152CEE16B66951001AE54C /* GLLDDSFile.swift */; };
52232EAE1EFC57D4007FE9AD /* XYAlignedSquare.obj in Resources */ = {isa = PBXBuildFile; fileRef = 52232EAD1EFC57D4007FE9AD /* XYAlignedSquare.obj */; };
5224C8E615FA4F18002A6C76 /* GLLDirectionalLight.m in Sources */ = {isa = PBXBuildFile; fileRef = 5224C8E515FA4F18002A6C76 /* GLLDirectionalLight.m */; };
5224C8EE15FA8FB0002A6C76 /* GLLAngleRangeValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5224C8ED15FA8FB0002A6C76 /* GLLAngleRangeValueTransformer.m */; };
Expand Down Expand Up @@ -406,8 +406,7 @@
5214470916DBF206003E260F /* GLLItemMesh+MeshExport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GLLItemMesh+MeshExport.swift"; sourceTree = "<group>"; };
5214470C16DC2312003E260F /* GLLItem+MeshExport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GLLItem+MeshExport.swift"; sourceTree = "<group>"; };
5214471016DE22E0003E260F /* GLLara.help */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GLLara.help; sourceTree = "<group>"; };
52152CED16B66951001AE54C /* GLLDDSFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLLDDSFile.h; sourceTree = "<group>"; };
52152CEE16B66951001AE54C /* GLLDDSFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLLDDSFile.m; sourceTree = "<group>"; };
52152CEE16B66951001AE54C /* GLLDDSFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GLLDDSFile.swift; sourceTree = "<group>"; };
52232EAD1EFC57D4007FE9AD /* XYAlignedSquare.obj */ = {isa = PBXFileReference; lastKnownFileType = text; name = XYAlignedSquare.obj; path = Shaders/XYAlignedSquare.obj; sourceTree = "<group>"; };
5224C8E415FA4F18002A6C76 /* GLLDirectionalLight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLLDirectionalLight.h; sourceTree = "<group>"; };
5224C8E515FA4F18002A6C76 /* GLLDirectionalLight.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLLDirectionalLight.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1404,8 +1403,7 @@
children = (
529692E715F28BFB00DF2FA3 /* GLLTexture.h */,
529692E815F28BFB00DF2FA3 /* GLLTexture.m */,
52152CED16B66951001AE54C /* GLLDDSFile.h */,
52152CEE16B66951001AE54C /* GLLDDSFile.m */,
52152CEE16B66951001AE54C /* GLLDDSFile.swift */,
52C516FE2871998C000EB8C2 /* GLLPipelineStateInformation.swift */,
52CDFEA3287369B100BC4298 /* GLLVertexAttribAccessor.swift */,
52C6115A2877080900ED8112 /* GLLResourceManager.swift */,
Expand Down Expand Up @@ -1965,7 +1963,7 @@
528934EE16A3593500F05312 /* GLLBoneListController.m in Sources */,
523BBB01287E94EF00B2D52E /* GLLControllerPreferencesView.swift in Sources */,
521102ED2897E9A8001BE4BC /* HUDBoneNames.swift in Sources */,
52152CEF16B66951001AE54C /* GLLDDSFile.m in Sources */,
52152CEF16B66951001AE54C /* GLLDDSFile.swift in Sources */,
52D8DDF72621E67F0006F0E5 /* GLLShaderDescription.swift in Sources */,
52C3AD8F29A224E2002EC334 /* GLLModelBone.swift in Sources */,
52653D8116BAB729001D802F /* GLLPoseExporter.m in Sources */,
Expand Down
49 changes: 0 additions & 49 deletions GLLara/GLLDDSFile.h

This file was deleted.

0 comments on commit f566efe

Please sign in to comment.