Skip to content

Commit

Permalink
update example asset endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <tim.deubler@here.com>
  • Loading branch information
TerminalTim committed Mar 28, 2024
1 parent 17a5461 commit aa24b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/examples/display/custom_layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit aa24b77

Please sign in to comment.