File size: 329 Bytes
a82dc04 | 1 2 3 4 5 6 7 8 9 10 | export const SPLAT_URL =
"https://huggingface.co/datasets/dynamic-maps/hard-intersection-multimodal-sample/resolve/main/assets/jp_tokyo_takanawadai-lod.rad"
export const config = {
position: [0, 0, 0],
quaternion: [0, 0, 0, 1],
scale: 1,
camera: { position: [0, 0, 10], lookAt: [0, 0, 0] },
background: "#000000",
};
|