-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
I use the latest starter-kit as https://github.com/ReactVision/expo-starter-kit-typescript, just add the code below with animated VRX,
<ViroAmbientLight color="#ffffff" intensity={1000} />
<Viro3DObject
position={[0,.0,-1]}
scale={[0.1,0.1,0.1]}
rotation={[0,0,0]}
source={require("../../assets/models/dog_animated_v3.vrx")}
type="VRX"
animation={{name:"Take 001", run:true, loop:true}}
/>
then the dog is shown without texture.
However, if I use previous starter-kit as https://github.com/ReactVision/starter-kit, the texture is shown correctly.
attached please find the result for these two tests, is anything that I missed for the correct display?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels