gpt4 book ai didi

javascript - Cesium Earth实体路径质量

转载 作者:搜寻专家 更新时间:2023-11-01 04:39:32 27 4
gpt4 key购买 nike

我使用 Cesium Earth 库开发了一个应用程序。

问题是,绘制的线(实体路径)质量很差,不平滑。如何让它变得更好?

  viewer = new Cesium.Viewer('cesiumContainer', {
imageryProvider: false,
shadows:true,
skyAtmosphere: false,
geocoder: false,
shouldAnimate:true,
clockViewModel: new Cesium.ClockViewModel(clock),
imageryProviderViewModels: imageryViewModels,
requestRenderMode : true
});

entity[i] = viewer.entities.add({
path:{
leadTime:leadTime,
trailTime:trailTime,
width:1.5,
material: color,
resolution:10
}
});

satellite[id].position.setInterpolationOptions({
interpolationDegree : 10,
interpolationAlgorithm : Cesium.HermitePolynomialApproximation
});

enter image description here

最佳答案

考虑向您的 View 添加抗锯齿过程,并可能使容器 div 的尺寸是它们在屏幕上的实际尺寸的两倍(使用 CSS 将其缩放为一半大小)。我有一个类似的场景,但它在 three.js 中,在这里:https://ccnmtl.github.io/astro-interactives/sun-motion-simulator/源代码在这里:https://github.com/ccnmtl/astro-interactives/blob/master/sun-motion-simulator/src/HorizonView.jsx

关于javascript - Cesium Earth实体路径质量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52093714/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com