您好,gltf人模型是静态资源,您可以在您下载的iClient包中的examples\SampleData\gltf\man文件夹下找到一个walk.gltf文件就是您所需要的的gltf模型,如果您还没下载iClient包的话可以前去官网下载,链接:http://support.supermap.com.cn/DownloadCenter/ProductPlatform.aspx
var pointGeometry = new Cesium.Entity({ name: "point", position: Cesium.Cartesian3.fromDegrees(), model: { uri: "./model/walk.gltf" } }); viewer.entities.add(pointGeometry);
路径应该没问题