axmol/cocos/3d
coulsonwang 10b2799051 Feature/fix mipmap issues (#19753)
* fix mipmap

* fix mipmap issues

* remove unneeded code

* fix

* remove Texture2D::PixelFormat, add backend::PixelFormat

* fix lua compile error

* reset *.tps files

* fix compile error

* fix compile error
2019-06-02 18:39:51 -07:00
..
Android.mk shorten the android build path, reduce long path error (#19045) 2018-09-17 11:54:39 +08:00
CC3DProgramInfo.cpp 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CC3DProgramInfo.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CCAABB.cpp remove redundant user-defined copy constructor and destructor, (#19638) 2019-04-25 17:59:25 -07:00
CCAABB.h remove redundant user-defined copy constructor and destructor, (#19638) 2019-04-25 17:59:25 -07:00
CCAnimate3D.cpp Optimize cases where loop variable is unecessarily copied in a range-for loop. (#19637) (#19640) 2019-04-27 18:20:22 -07:00
CCAnimate3D.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
CCAnimation3D.cpp Optimize cases where loop variable is unecessarily copied in a range-for loop. (#19637) (#19640) 2019-04-27 18:20:22 -07:00
CCAnimation3D.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
CCAnimationCurve.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
CCAnimationCurve.inl Fix "Possible misuse of comma operator here" (#18350) 2017-10-12 23:00:04 -05:00
CCAttachNode.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCAttachNode.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCBillBoard.cpp [3d] add meshcommand (#19472) 2019-03-07 17:30:11 +08:00
CCBillBoard.h [3d] add billboard (#19407) 2019-02-19 14:56:21 +08:00
CCBundle3D.cpp Optimize cases where loop variable is unecessarily copied in a range-for loop. (#19637) (#19640) 2019-04-27 18:20:22 -07:00
CCBundle3D.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CCBundle3DData.cpp Issue19416 (#19427) 2019-02-22 14:06:26 +08:00
CCBundle3DData.h remove todos 2019-03-20 09:45:09 +08:00
CCBundleReader.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCBundleReader.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCFrustum.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCFrustum.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCMesh.cpp [Node::Light] fix no light effects on iPhone6 and iPhone6s (#19751) 2019-05-27 22:59:37 -07:00
CCMesh.h fix lua-tests errors (#19646) 2019-05-05 00:26:34 -07:00
CCMeshSkin.cpp sync 3d support code (#19392) 2019-02-15 14:30:10 +08:00
CCMeshSkin.h sync 3d support code (#19392) 2019-02-15 14:30:10 +08:00
CCMeshVertexIndexData.cpp remove unneeded function and rename function to more readable 2019-04-30 15:19:53 +08:00
CCMeshVertexIndexData.h rename 2019-04-30 13:39:38 +08:00
CCMotionStreak3D.cpp fix lua-tests errors (#19646) 2019-05-05 00:26:34 -07:00
CCMotionStreak3D.h [3d] add CameraBackgroundBrush (#19454) 2019-03-04 09:14:45 +08:00
CCOBB.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCOBB.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCObjLoader.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCObjLoader.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCPlane.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCPlane.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCRay.cpp update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCRay.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCSkeleton3D.cpp Optimize cases where loop variable is unecessarily copied in a range-for loop. (#19637) (#19640) 2019-04-27 18:20:22 -07:00
CCSkeleton3D.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00
CCSkybox.cpp fix lua-tests errors (#19646) 2019-05-05 00:26:34 -07:00
CCSkybox.h fix default FrontFace & Skybox DepthFunc (#19540) 2019-03-24 19:08:04 -07:00
CCSprite3D.cpp fix lua-tests errors (#19646) 2019-05-05 00:26:34 -07:00
CCSprite3D.h fix lua-tests errors (#19646) 2019-05-05 00:26:34 -07:00
CCSprite3DMaterial.cpp Feature/update device info (#19712) 2019-05-15 18:26:00 -07:00
CCSprite3DMaterial.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CCTerrain.cpp Feature/fix mipmap issues (#19753) 2019-06-02 18:39:51 -07:00
CCTerrain.h set terrain winding to CW (#19549) 2019-03-27 13:59:10 +08:00
CCVertexAttribBinding.cpp [cpp-tests] camera3dtests adjust button position (#19673) 2019-05-07 18:07:37 -07:00
CCVertexAttribBinding.h fix ccpass 2019-03-15 14:41:59 +08:00
CMakeLists.txt [3d] terrain impl & test case (#19442) 2019-02-27 17:16:25 +08:00
cocos3d.h update Copyright. might need manual fix later (#18659) 2018-01-29 16:25:32 +08:00