-
From Dingtalk group:
Reference: https://meshoptimizer.org/gltf/
-
see: https://www.npmjs.com/package/@galacean/create-galacean-app?activeTab=versions
ref: https://github.com/galacean/galacean.github.io/pull/750
-
### 重现链接
1
### Vant 版本
2.12.47
### 描述一下你遇到的问题。
页面中使用galacean effects生成的cavans后 vant的下拉刷新有时候就不会走refresh方法 而且下拉刷新后不会回弹一直处于释放刷新状态
### 重现步骤
![bugs](https://github.com/youzan/vant/assets/43943024/…
-
**Describe the bug**
When rendering italic text, the pixels are being clipped
**To Reproduce**
Steps to reproduce the behavior:
`
import {
Camera,
Font,
FontStyle,
…
-
This maybe split the package and export the clone Mode
-
-
-
### 🕗 领域
Galacean Effects Runtime
### 功能
准备支持Flutter吗
### 功能的场景是?
Flutter客户端
### 需要符合什么样的标准?
_No response_
### 其它信息
_No response_
-
Verseion: engine@1.1.X
Performance:
![merge](https://github.com/galacean/engine/assets/7768919/e806ef99-c3f4-4b68-8abe-716150b06963)
Demo:
```
import {
WebGLEngine,
SphereColliderShape,…
-
举个例子:如果在编辑器中添加 lottie ,导出项目的代码中需要手动注入
```
import { LottieAnimation } from "@galacean/engine-lottie";
Loader.registerClass("LottieAnimation", LottieAnimation)
```
因为没有引入 `LottieAnimation` 就不会注册…