We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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/)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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/)
The text was updated successfully, but these errors were encountered: