|
1087 | 1087 | 3E92EA5E19215FA10094CD21 /* CCSprite3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E92EA5519215FA10094CD21 /* CCSprite3D.cpp */; }; |
1088 | 1088 | 3E92EA5F19215FA10094CD21 /* CCSprite3D.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5619215FA10094CD21 /* CCSprite3D.h */; }; |
1089 | 1089 | 3E92EA6019215FA10094CD21 /* CCSprite3D.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5619215FA10094CD21 /* CCSprite3D.h */; }; |
1090 | | - 3E92EA6519215FA10094CD21 /* Textured.es2.frag.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5919215FA10094CD21 /* Textured.es2.frag.h */; }; |
1091 | | - 3E92EA6619215FA10094CD21 /* Textured.es2.frag.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5919215FA10094CD21 /* Textured.es2.frag.h */; }; |
1092 | 1090 | 3E92EA6719215FA10094CD21 /* Textured.es2.vert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5A19215FA10094CD21 /* Textured.es2.vert.h */; }; |
1093 | 1091 | 3E92EA6819215FA10094CD21 /* Textured.es2.vert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E92EA5A19215FA10094CD21 /* Textured.es2.vert.h */; }; |
1094 | 1092 | 3EA0FB6B191C841D00B170C8 /* UIVideoPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA0FB69191C841D00B170C8 /* UIVideoPlayer.h */; }; |
|
2327 | 2325 | 3E92EA5419215FA10094CD21 /* Colored.es2.frag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Colored.es2.frag.h; path = ../cocos/3d/Colored.es2.frag.h; sourceTree = "<group>"; }; |
2328 | 2326 | 3E92EA5519215FA10094CD21 /* CCSprite3D.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CCSprite3D.cpp; path = ../cocos/3d/CCSprite3D.cpp; sourceTree = "<group>"; }; |
2329 | 2327 | 3E92EA5619215FA10094CD21 /* CCSprite3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCSprite3D.h; path = ../cocos/3d/CCSprite3D.h; sourceTree = "<group>"; }; |
2330 | | - 3E92EA5919215FA10094CD21 /* Textured.es2.frag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Textured.es2.frag.h; path = ../cocos/3d/Textured.es2.frag.h; sourceTree = "<group>"; }; |
2331 | 2328 | 3E92EA5A19215FA10094CD21 /* Textured.es2.vert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Textured.es2.vert.h; path = ../cocos/3d/Textured.es2.vert.h; sourceTree = "<group>"; }; |
2332 | 2329 | 3EA0FB69191C841D00B170C8 /* UIVideoPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIVideoPlayer.h; sourceTree = "<group>"; }; |
2333 | 2330 | 3EA0FB6A191C841D00B170C8 /* UIVideoPlayerIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UIVideoPlayerIOS.mm; sourceTree = "<group>"; }; |
|
2824 | 2821 | A07A4F3B178387670073F6A7 /* libchipmunk iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libchipmunk iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
2825 | 2822 | A07A4F9E1783876B0073F6A7 /* libbox2d iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libbox2d iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
2826 | 2823 | A07A4FB4178387730073F6A7 /* libCocosDenshion iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libCocosDenshion iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 2824 | + B2507B5B19255B9400FA4972 /* ccShader_3D_Color.frag */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = ccShader_3D_Color.frag; sourceTree = "<group>"; }; |
| 2825 | + B2507B5C19255B9400FA4972 /* ccShader_3D_ColorTex.frag */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = ccShader_3D_ColorTex.frag; sourceTree = "<group>"; }; |
| 2826 | + B2507B5D19255B9400FA4972 /* ccShader_3D_PositionTex.vert */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = ccShader_3D_PositionTex.vert; sourceTree = "<group>"; }; |
2827 | 2827 | B2AF2F8218EBAEAE00C5807C /* MathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MathUtil.cpp; sourceTree = "<group>"; }; |
2828 | 2828 | B2AF2F8318EBAEAE00C5807C /* MathUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathUtil.h; sourceTree = "<group>"; }; |
2829 | 2829 | B2AF2F8418EBAEAE00C5807C /* MathUtil.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MathUtil.inl; sourceTree = "<group>"; }; |
|
4072 | 4072 | 3E92EA5419215FA10094CD21 /* Colored.es2.frag.h */, |
4073 | 4073 | 3E92EA5519215FA10094CD21 /* CCSprite3D.cpp */, |
4074 | 4074 | 3E92EA5619215FA10094CD21 /* CCSprite3D.h */, |
4075 | | - 3E92EA5919215FA10094CD21 /* Textured.es2.frag.h */, |
4076 | 4075 | 3E92EA5A19215FA10094CD21 /* Textured.es2.vert.h */, |
4077 | 4076 | 3E92EA4C192130D70094CD21 /* CCSprite3DDataCache.cpp */, |
4078 | 4077 | 3E92EA4D192130D70094CD21 /* CCSprite3DDataCache.h */, |
|
4716 | 4715 | 5034CA5D191D591900CE6051 /* shaders */ = { |
4717 | 4716 | isa = PBXGroup; |
4718 | 4717 | children = ( |
| 4718 | + B2507B5B19255B9400FA4972 /* ccShader_3D_Color.frag */, |
| 4719 | + B2507B5C19255B9400FA4972 /* ccShader_3D_ColorTex.frag */, |
| 4720 | + B2507B5D19255B9400FA4972 /* ccShader_3D_PositionTex.vert */, |
4719 | 4721 | 5034CA60191D91CF00CE6051 /* ccShader_PositionTextureColor.vert */, |
4720 | 4722 | 5034CA61191D91CF00CE6051 /* ccShader_PositionTextureColor.frag */, |
4721 | 4723 | 5034CA62191D91CF00CE6051 /* ccShader_PositionTextureColor_noMVP.vert */, |
|
5261 | 5263 | 1AD71EE7180E26E600808F54 /* spine-cocos2dx.h in Headers */, |
5262 | 5264 | 1AD71EE9180E26E600808F54 /* spine.h in Headers */, |
5263 | 5265 | 1AAF536C180E3374000584C8 /* HttpClient.h in Headers */, |
5264 | | - 3E92EA6519215FA10094CD21 /* Textured.es2.frag.h in Headers */, |
5265 | 5266 | 1AAF536E180E3374000584C8 /* HttpRequest.h in Headers */, |
5266 | 5267 | 500DC99019106300007B91BF /* CCRef.h in Headers */, |
5267 | 5268 | 1AAF5370180E3374000584C8 /* HttpResponse.h in Headers */, |
|
5798 | 5799 | 1A8C59CA180E930E00EF57C3 /* CCComRender.h in Headers */, |
5799 | 5800 | 1A8C59CE180E930E00EF57C3 /* CCDataReaderHelper.h in Headers */, |
5800 | 5801 | 1A8C59D2180E930E00EF57C3 /* CCDatas.h in Headers */, |
5801 | | - 3E92EA6619215FA10094CD21 /* Textured.es2.frag.h in Headers */, |
5802 | 5802 | ED9C6A9718599AD8000A5232 /* CCNodeGrid.h in Headers */, |
5803 | 5803 | 1A8C59D6180E930E00EF57C3 /* CCDecorativeDisplay.h in Headers */, |
5804 | 5804 | 1A01C69318F57BE800EFE3A6 /* CCDouble.h in Headers */, |
|
0 commit comments