RhodoniteTS
RhodoniteTS copied to clipboard
Config.maxSkeletalBoneNumber = 0 makes compiling error
The declaration of the uniform u_boneQuaternion is not array when Config.maxSkeletalBoneNumber = 0 .
┆Issue is synchronized with this Wrike Item
@KaYaF How about this now?
No change. u_boneQuaternion(or u_boneMatrix for BoneDataType Mat4*4) makes same error.
The declarations of u_boneQuaternion and u_boneMatrix are invalid when Config.maxSkeletalBoneNumber = 0. They must be array.