中文
Appearance
加载单张纹理,响应式返回结果。
import { useTexture } from '@threeuse/core' const { texture, isLoading, load } = useTexture() await load('/textures/diffuse.jpg') material.map = texture.value