Skip to content

Commit

Permalink
Update J3DUltra
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Nov 18, 2023
1 parent 1cae8d2 commit 7e06f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/J3DUltra
Submodule J3DUltra updated 65 files
+18 −4 CMakeLists.txt
+1 −1 include/J3D/Animation/J3DAnimationInstance.hpp
+0 −0 include/J3D/Data/J3DBlock.hpp
+0 −0 include/J3D/Data/J3DData.hpp
+26 −16 include/J3D/Data/J3DModelData.hpp
+19 −4 include/J3D/Data/J3DModelInstance.hpp
+0 −0 include/J3D/Geometry/J3DShape.hpp
+0 −0 include/J3D/Geometry/J3DShapeFactory.hpp
+1 −1 include/J3D/Geometry/J3DVertexData.hpp
+1 −1 include/J3D/J3DModelLoader.hpp
+0 −0 include/J3D/Material/J3DFragmentShaderGenerator.hpp
+4 −3 include/J3D/Material/J3DMaterial.hpp
+12 −2 include/J3D/Material/J3DMaterialData.hpp
+1 −3 include/J3D/Material/J3DMaterialFactoryV2.hpp
+1 −3 include/J3D/Material/J3DMaterialFactoryV3.hpp
+28 −0 include/J3D/Material/J3DMaterialTable.hpp
+28 −0 include/J3D/Material/J3DMaterialTableLoader.hpp
+0 −0 include/J3D/Material/J3DShaderGeneratorCommon.hpp
+0 −0 include/J3D/Material/J3DTEVTokens.hpp
+10 −3 include/J3D/Material/J3DUniformBufferObject.hpp
+1 −0 include/J3D/Material/J3DVertexShaderGenerator.hpp
+9 −0 include/J3D/Rendering/J3DLight.hpp
+0 −0 include/J3D/Rendering/J3DRenderPacket.hpp
+1 −0 include/J3D/Rendering/J3DRendering.hpp
+0 −0 include/J3D/Skeleton/J3DEnvelope.hpp
+7 −5 include/J3D/Skeleton/J3DJoint.hpp
+0 −0 include/J3D/Skeleton/J3DNode.hpp
+0 −0 include/J3D/Texture/J3DTexture.hpp
+1 −1 include/J3D/Texture/J3DTextureFactory.hpp
+0 −0 include/J3D/Util/J3DNameTable.hpp
+0 −0 include/J3D/Util/J3DTransform.hpp
+5 −0 include/J3D/Util/J3DUtil.hpp
+1 −1 lib/libflipper
+2 −2 src/J3D/Animation/J3DAnimationLoader.cpp
+3 −3 src/J3D/Animation/J3DColorAnimationInstance.cpp
+3 −3 src/J3D/Animation/J3DTexIndexAnimationInstance.cpp
+4 −4 src/J3D/Animation/J3DTexMatrixAnimationInstance.cpp
+2 −2 src/J3D/Data/J3DBlock.cpp
+2 −1 src/J3D/Data/J3DData.cpp
+16 −38 src/J3D/Data/J3DModelData.cpp
+22 −7 src/J3D/Data/J3DModelInstance.cpp
+2 −2 src/J3D/Geometry/J3DShape.cpp
+5 −4 src/J3D/Geometry/J3DShapeFactory.cpp
+2 −0 src/J3D/Geometry/J3DVertexData.cpp
+13 −11 src/J3D/J3DModelLoader.cpp
+0 −109 src/J3D/J3DUniformBufferObject.cpp
+0 −2 src/J3D/J3DVertexData.cpp
+7 −6 src/J3D/Material/J3DFragmentShaderGenerator.cpp
+13 −7 src/J3D/Material/J3DMaterial.cpp
+166 −18 src/J3D/Material/J3DMaterialData.cpp
+3 −3 src/J3D/Material/J3DMaterialFactoryV2.cpp
+4 −4 src/J3D/Material/J3DMaterialFactoryV3.cpp
+42 −0 src/J3D/Material/J3DMaterialTable.cpp
+130 −0 src/J3D/Material/J3DMaterialTableLoader.cpp
+2 −1 src/J3D/Material/J3DShaderGeneratorCommon.cpp
+124 −0 src/J3D/Material/J3DUniformBufferObject.cpp
+63 −7 src/J3D/Material/J3DVertexShaderGenerator.cpp
+3 −3 src/J3D/Rendering/J3DRenderPacket.cpp
+3 −3 src/J3D/Rendering/J3DRendering.cpp
+3 −3 src/J3D/Skeleton/J3DJoint.cpp
+1 −1 src/J3D/Texture/J3DTexture.cpp
+2 −2 src/J3D/Texture/J3DTextureFactory.cpp
+2 −2 src/J3D/Util/J3DNameTable.cpp
+3 −2 src/J3D/Util/J3DTransform.cpp
+4 −3 src/J3D/Util/J3DUtil.cpp

0 comments on commit 7e06f82

Please sign in to comment.