Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FBX textures load from wrong path #204

Open
jbaicoianu opened this issue Jul 13, 2020 · 0 comments
Open

FBX textures load from wrong path #204

jbaicoianu opened this issue Jul 13, 2020 · 0 comments

Comments

@jbaicoianu
Copy link
Owner

Example site: https://jvr.junkonet.org/

This site has FBX models which reference external textures, but the paths for the external textures aren't using the proper baseurl.

This model:

              	<AssetObject id="elevator-door" src="https://jvr.junkonet.org/models/Old_Homerooms/old-homeroom2/elevator_door_p1.fbx" />

references this image file:
elevator_door_p1.fbm/Tileable_metal_scratch_rust_texture.jpg

Which should resolve to https://jvr.junkonet.org/models/Old_Homerooms/old-homeroom2/elevator_door_p1.fbm/Tileable_metal_scratch_rust_texture.jpg but instead tries to load it from the domain that the original client was loaded from (eg, https://web.janusxr.org/)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant