Function applyBaseColorToMaterial

  • Internal

    Apply technique base color (transparency support) to material with modifying material opacity.

    Parameters

    Returns void

    Remarks

    This method applies main (or base) technique color with transparency support to the corresponding material color, with an effect on entire [[THREE.Material]] opacity and transparent attributes.

    Note

    Transparent colors should be processed as the very last technique attributes, since their effect on material properties like [[THREE.Material.opacity]] and [[THREE.Material.transparent]] could be overridden by corresponding technique params.

Generated using TypeDoc