1. A concise explanation of the problem you’re experiencing.
I’v import a gltf model into my cesium map, and put it high above the earth, it became nearly black when it’s on the opposite side of the sun.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
var plane = scene.primitives.add(Cesium.Model.fromGltf({
url: “/gltf/red_baron/scene.gltf”,
modelMatrix: Cesium.Transforms.headingPitchRollToFixedFrame(position, hpRoll, Cesium.Ellipsoid.WGS84, fixedFrameTransform),
minimumPixelPriceSize: 128,
castShadows: false,
receiveShadows: false,
scale: 600
}));
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I need to make some fly machine like a satelite, and I want the part in my view is always in light.
4. The Cesium version you’re using, your operating system and browser.
Cesium 1.40