@@ -99,12 +99,12 @@ export default class XBreathPointManager {
let options = {};
width > 0 && height > 0 ? options = {
- width,
- height,
+ width: width,
+ height: height,
depth: .01,
faceUV
} : options = {
- size,
+ size: size/2, // todo 暂改size
};