Commit 0de9bce7 authored by Athanasios's avatar Athanasios
Browse files

disable backface culling

parent 0e02f336
......@@ -17,7 +17,7 @@ define([
let prim = new Cesium.Primitive({
geometryInstances: instances,
appearance: new Cesium.PerInstanceColorAppearance({
closed: true,
closed: false,
translucent: false
})
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment