axmol/cocos/3d
coulsonwang c4e6ede197 move VertexLayout to ProgramState (#20029)
* move VertexLayout to ProgramState

* fix lua
2019-08-15 16:51:49 +08: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 remove opengl codes (#19797) 2019-06-05 02:58:33 -07:00
CCBundle3D.h remove opengl codes (#19797) 2019-06-05 02:58:33 -07:00
CCBundle3DData.cpp Issue19416 (#19427) 2019-02-22 14:06:26 +08:00
CCBundle3DData.h sync 19756: refactor CCBundle3DData (#19942) 2019-07-22 09:36:24 +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 move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCMesh.h move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08: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 fix compile warnings (#20028) 2019-08-13 18:19:32 +08:00
CCMeshVertexIndexData.h rename 2019-04-30 13:39:38 +08:00
CCMotionStreak3D.cpp move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCMotionStreak3D.h remove void in function declaration (#19954) 2019-07-22 09:38:46 +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 move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCSkybox.h fix default FrontFace & Skybox DepthFunc (#19540) 2019-03-24 19:08:04 -07:00
CCSprite3D.cpp move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCSprite3D.h move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08: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 move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCTerrain.h move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCVertexAttribBinding.cpp move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +08:00
CCVertexAttribBinding.h move VertexLayout to ProgramState (#20029) 2019-08-15 16:51:49 +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