LOAD_LAMBERT_PHONG

Constant LOAD_LAMBERT_PHONG 

Source
pub const LOAD_LAMBERT_PHONG: MaterialLoader;
Expand description

Load Lambert/Phong materials, making minimal effort to convert them into bevy’s PBR material.

Note that the conversion has very poor fidelity, since Phong doesn’t map well to PBR.