RhodoniteTS icon indicating copy to clipboard operation
RhodoniteTS copied to clipboard

Config.maxSkeletalBoneNumber = 0 makes compiling error

Open KaYaF opened this issue 4 years ago • 2 comments

The declaration of the uniform u_boneQuaternion is not array when Config.maxSkeletalBoneNumber = 0 .

image

┆Issue is synchronized with this Wrike Item

KaYaF avatar Dec 03 '20 05:12 KaYaF

@KaYaF How about this now?

emadurandal avatar Feb 19 '21 01:02 emadurandal

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.

KaYaF avatar Feb 19 '21 02:02 KaYaF