
//VOLUME_SSD
static const RGBTransferPoint ssdColorPoints[] = {
{-3024, 0.0, 0.0, 0.0},
{-637, 1.0, 1.0, 1.0},
{700, 1.0, 1.0, 1.0},
{3071, 1.0, 1.0, 1.0}
};
static const OpacityTransferPoint ssdOpacityPoints[] = {
{-3024, 0.0},
{-637, 0.0},
{700, 1.0},
{3071, 1.0}
};
static const OpacityTransferPoint ssdGradientPoints[] = {
{0, 1},
{255, 1}
};

339

被折叠的 条评论
为什么被折叠?



