Skip to content

Commit

Permalink
data path 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaBaek committed Jan 11, 2024
1 parent decc20b commit df54482
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample/cesiumWindSample/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var demo = Cesium.defaultValue(demo, false);
export const fileOptions = {
dataDirectory: demo
? "https://raw.githubusercontent.com/RaymanNg/3D-Wind-Field/master/data/"
: "../data/",
: "../../public/windData/",
dataFile: "demo.nc",
glslDirectory: demo ? "../cesium-wind-mine/glsl/" : "glsl/",
};
Expand Down

0 comments on commit df54482

Please sign in to comment.