BlazingRenderer / BRender

Modernized fork of BRender
MIT License
49 stars 5 forks source link

brtutor8 - verify output #22

Open vs49688 opened 1 year ago

vs49688 commented 1 year ago

Verify the output of brtutor8. Is the duck meant to be green?

This may be a state issue in glrend, perhaps the material colour isn't meant to be applied in this case?

Currently: image

With colour manually removed:

    duck->material->colour = 0xFFFFFFFF;
    BrMaterialUpdate(duck->material, BR_MATU_ALL);

image

Converted texture: image