Cubism 5 SDK for Web R1 beta1
·
10 commits
to master
since this release
Added
- Add the function to get the ID of a given parameter.(
CubismModel.getParameterId
) - Add the
CubismExpressionMotionManager
class.
Changed
- Change the visibility of the
CubismId
constructor to private.- Please use
CubismFramework.getIdManager().getId()
to getCubismId
.
- Please use
- Change the word
DrawMesh
toDrawMeshWebGL
.
Fixed
- Fix a bug that the value applied by multiply was not appropriate during expression transitions.
- Fix the structure of the class in renderer.
- Fix a issue where
ARRAY_BUFFER
was used on multiple targets. - Separate shader class from
cubismrenderer
class. - Separate the high precision mask process from the clipping mask setup process.
Removed
- Remove several arguments of
DrawMesh
function.