You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to simulate flood
i used entity for polygon and extruding this and material water
but Zoom in or oblique, extruded polygon disappear(clipped) partially
Both Chrome and Firefox are same
Is there any reported bug about this??
and what's the solution for this problem
this is my code for polygon
polygon = viewer.entities.add({
name : 'Water Polygon',
polygon : {
hierarchy : Cesium.Cartesian3.fromDegreesArray([129.114576532148, 35.180415714084134,
129.12028042633713, 35.180371289635005,
129.12198945638295, 35.17625045200848,
129.12508129548067, 35.17342526165849,
129.1253017622399,35.16468843450737,
129.11464306769273,35.16464005679386]),
extrudedHeight: 1.2,
material : new CustomMaterialProperty({
type : 'Water',
uniforms : {
normalMap: Cesium.buildModuleUrl('./Assets/Textures/waterNormals.jpg'),
frequency: 1000.0,
animationSpeed: 0.025,
amplitude: 10.0,
specularIntensity: 10,
baseWaterColor: new Cesium.Color(0.23, 0.46, 0.34),
blendColor: new Cesium.Color(0.23, 0.46, 0.34)
}
})
}})
The text was updated successfully, but these errors were encountered:
I trying to simulate flood
i used entity for polygon and extruding this and material water
but Zoom in or oblique, extruded polygon disappear(clipped) partially
Both Chrome and Firefox are same
Is there any reported bug about this??
and what's the solution for this problem
this is my code for polygon
polygon = viewer.entities.add({
name : 'Water Polygon',
polygon : {
hierarchy : Cesium.Cartesian3.fromDegreesArray([129.114576532148, 35.180415714084134,
129.12028042633713, 35.180371289635005,
129.12198945638295, 35.17625045200848,
129.12508129548067, 35.17342526165849,
129.1253017622399,35.16468843450737,
129.11464306769273,35.16464005679386]),
extrudedHeight: 1.2,
material : new CustomMaterialProperty({
type : 'Water',
uniforms : {
normalMap: Cesium.buildModuleUrl('./Assets/Textures/waterNormals.jpg'),
frequency: 1000.0,
animationSpeed: 0.025,
amplitude: 10.0,
specularIntensity: 10,
baseWaterColor: new Cesium.Color(0.23, 0.46, 0.34),
blendColor: new Cesium.Color(0.23, 0.46, 0.34)
}
})
}})
The text was updated successfully, but these errors were encountered: