Skip to content

Commit

Permalink
fix: try relative URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Dec 25, 2024
1 parent 015ed5e commit 2122272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Vector3 } from '@babylonjs/core/Maths/math.vector'
import React, { useCallback, useEffect, useState } from 'react'
import { Engine, Scene } from 'react-babylonjs'

let sunnyDayRootUrl = '/assets/textures/TropicalSunnyDay'
let sunnyDayRootUrl = '../../../assets/textures/TropicalSunnyDay'

const SkyboxAndSphere = () => (
<>
Expand Down

0 comments on commit 2122272

Please sign in to comment.