manuelnas / CesiumHeatmap

A library to add heatmaps (using heatmap.js) to the Cesium framework.
MIT License
153 stars 110 forks source link

An issue with Cesium rendering translucent materials. #3

Open criis opened 8 years ago

criis commented 8 years ago

Reported and diagnosed by user @cdbierl here:

AnalyticalGraphicsInc/cesium#2208

Use transparent for versions >= 1.21 (where material.alpha was deprecated).

Use alpha for older stuff.