From aa24b778558bc8fade7aac7f3492ece2e4466671 Mon Sep 17 00:00:00 2001 From: Tim Deubler Date: Thu, 28 Mar 2024 16:21:16 +0100 Subject: [PATCH] update example asset endpoint Signed-off-by: Tim Deubler --- packages/playground/examples/display/custom_layer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/examples/display/custom_layer.ts b/packages/playground/examples/display/custom_layer.ts index 8defdba05..eed67aaa4 100644 --- a/packages/playground/examples/display/custom_layer.ts +++ b/packages/playground/examples/display/custom_layer.ts @@ -173,7 +173,7 @@ class MyCustomLayer extends CustomLayer { // load the model const loader = new THREE.GLTFLoader(); loader.load( - 'https://s3.eu-west-1.amazonaws.com/xyz-maps.cpdev.aws.in.here.com/public/playground/assets/models/ML_HP/ML_HP.gltf', + 'https://xyz-maps.ext.mapcreator.here.com/playground/assets/models/ML_HP/ML_HP.gltf', (gltf) =>{ this.scene.add(gltf.scene); display.refresh(this);