add_avartar_billboard.js 229 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
4
5
6
7
8
viewer.entities.add({
    position: Cesium.Cartesian3.fromDegrees(100, 15),
    billboard: {
      image: "../imgs/avatar/JoeSquare.jpg",
      width: 75, // default: undefined
      height: 75, // default: undefined
    },
  });