Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
5f3bdd1d
Commit
5f3bdd1d
authored
4 years ago
by
Santhanavanich
Browse files
Options
Download
Email Patches
Plain Diff
up
parent
159d2b64
Pipeline
#3242
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/3d-globe/add_avartar_billboard.js
+36
-0
public/3d-globe/add_avartar_billboard.js
public/imgs/avatar/sabo.png
+0
-0
public/imgs/avatar/sabo.png
with
36 additions
and
0 deletions
+36
-0
public/3d-globe/add_avartar_billboard.js
+
36
-
0
View file @
5f3bdd1d
...
...
@@ -5,4 +5,40 @@ viewer.entities.add({
width
:
75
,
// default: undefined
height
:
75
,
// default: undefined
},
});
viewer
.
entities
.
add
({
position
:
Cesium
.
Cartesian3
.
fromDegrees
(
10.4515
,
51.1657
),
billboard
:
{
image
:
"
../imgs/avatar/PatrickSquare.jpg
"
,
width
:
75
,
// default: undefined
height
:
75
,
// default: undefined
},
});
viewer
.
entities
.
add
({
position
:
Cesium
.
Cartesian3
.
fromDegrees
(
113.9213
,
0.7893
),
billboard
:
{
image
:
"
../imgs/avatar/rosanny.jpg
"
,
width
:
75
,
// default: undefined
height
:
75
,
// default: undefined
},
});
viewer
.
entities
.
add
({
position
:
Cesium
.
Cartesian3
.
fromDegrees
(
8.6753
,
9.0820
),
billboard
:
{
image
:
"
../imgs/avatar/sabo.png
"
,
width
:
75
,
// default: undefined
height
:
75
,
// default: undefined
},
});
viewer
.
entities
.
add
({
position
:
Cesium
.
Cartesian3
.
fromDegrees
(
78.9629
,
20.5937
),
billboard
:
{
image
:
"
../imgs/avatar/preston.jpg
"
,
width
:
75
,
// default: undefined
height
:
75
,
// default: undefined
},
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/imgs/avatar/sabo.png
0 → 100644
+
0
-
0
View file @
5f3bdd1d
1.6 MB
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment