Commit 89fd2923 authored by Santhanavanich's avatar Santhanavanich
Browse files

up Habib

No related merge requests found
Pipeline #3243 passed with stage
in 18 seconds
Showing with 10 additions and 1 deletion
+10 -1
......@@ -33,7 +33,7 @@ viewer.entities.add({
height: 75, // default: undefined
},
});
viewer.entities.add({
position: Cesium.Cartesian3.fromDegrees(78.9629, 20.5937),
billboard: {
......@@ -41,4 +41,13 @@ viewer.entities.add({
width: 75, // default: undefined
height: 75, // default: undefined
},
});
viewer.entities.add({
position: Cesium.Cartesian3.fromDegrees(67.7100, 33.9391),
billboard: {
image: "../imgs/avatar/Habib.jpg",
width: 75, // default: undefined
height: 75, // default: undefined
},
});
\ No newline at end of file
public/imgs/avatar/Habib.png

14.4 KB

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment