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.
pub const LOAD_LAMBERT_PHONG: MaterialLoader;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.