Function SpatialMaterial.paramsBillboardKeepScale
If true, the shader will keep the scale set for the mesh. Otherwise the scale is lost when billboarding. Only applies when paramsBillboardMode is constant BILLBOARD_ENABLED.
bool paramsBillboardKeepScale() nothrow @property @nogc;
void paramsBillboardKeepScale
(
bool v
) nothrow @property @nogc;