First commit
This commit is contained in:
commit
7fe5d03a09
33 changed files with 6524 additions and 0 deletions
7
app/three/config.ts
Normal file
7
app/three/config.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export const MODEL_ID = "20";
|
||||
export const SERVICE_URL =
|
||||
"https://geusegdi01.geus.dk/meta3d/rpc/model_meta_all?modelid=";
|
||||
|
||||
export const VERTICES_URL = "https://geusegdi01.geus.dk/geom3d/data/nodes/";
|
||||
export const TRIANGLE_INDICES_URL =
|
||||
"https://geusegdi01.geus.dk/geom3d/data/triangles/";
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue