Skip to content

VRX not showing correctly in the latest starter-kit #422

@copper123

Description

@copper123

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.
Image
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?
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions