Skip to content
Snippets Groups Projects
Commit 402a3b21 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

fixing urls for deployment

parent 7c3fe0f6
No related branches found
No related tags found
No related merge requests found
Pipeline #295763 passed
......@@ -34,7 +34,7 @@ const Viewport = (props: PropsWithChildren<{ onMeshClick?: (event: ThreeEvent<Mo
<ambientLight />
<pointLight />
<directionalLight />
<Skybox baseURL="/skyboxes/clouds/" visible={showSkybox} />
<Skybox baseURL="skyboxes/clouds/" visible={showSkybox} />
<Water waterNormalsTexture='waternormals.jpg' size={1000} heightOffset={oceanLevelOffest} visible={showOcean} />
{/* {
......@@ -73,7 +73,7 @@ const Viewport = (props: PropsWithChildren<{ onMeshClick?: (event: ThreeEvent<Mo
/>
}
</For>
<FiducialVisualizer knownMarkers={[103, 104, 105, 109]} image_uri_prefix="/markers/aruco_DICT_5X5_250_Marker_" image_uri_postfix=".png" marker_size={[0.52, 0.52]} frame_prefix="fiducial_static_" />
<FiducialVisualizer knownMarkers={[103, 104, 105, 109]} image_uri_prefix="markers/aruco_DICT_5X5_250_Marker_" image_uri_postfix=".png" marker_size={[0.52, 0.52]} frame_prefix="fiducial_static_" />
{/* <FiducialVisualizer knownMarkers={[103, 104, 105, 109]} image_uri_prefix="/markers/aruco_DICT_5X5_250_Marker_" image_uri_postfix=".png" marker_size={[0.52, 0.52]} frame_prefix="/mussol/fiducial_" color_tint='orange' /> */}
<TF2 yaml={["meshes/fiducial_tags.yaml"]} attachPrintGraphFunction />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment