Cubism 5 SDK for Native R1 beta1
wada-at-live2d-com
released this
17 Aug 02:30
·
16 commits
to master
since this release
Added
- Add the function to get the ID of a given parameter.(
CubismModel::GetParameterId
) - Add the
CubismExpressionMotionManager
class. - Add a Renderer for Vulkan API in Windows.
Changed
- Unify Offscreen drawing-related terminology with
OffscreenSurface
. - Change comment guidelines for headers in the
Framework
directory.
Fixed
- Fix a bug that caused cocos2d-x culling to not be performed correctly.
- Fix the structure of the class in renderer.
- Separate the high precision mask process from the clipping mask setup process.
- Separate shader class from CubismRenderer files for Cocos2d-x, Metal, OpenGL.
- Fix Metal rendering results on macOS to be similar to OpenGL.
- If you want to apply the previous Metal rendering results, change
mipFilter
inMTLSamplerDescriptor
fromMTLSamplerMipFilterLinear
toMTLSamplerMipFilterNotMipmapped
.
- If you want to apply the previous Metal rendering results, change
- Fix a bug that the value applied by multiply was not appropriate during expression transitions.
Removed
- Remove several arguments of
DrawMesh
function.