realmayus / engine-wgpu

WIP wgpu game engine written in Rust
3 stars 0 forks source link

PBR #1

Open LordRobin1 opened 1 year ago

LordRobin1 commented 1 year ago

Physically based rendering

LordRobin1 commented 1 year ago

It doesn't just compile but actually doesn't crash the driver anymore :p

Doesn't mean it works but it's a start so yay progress

image

LordRobin1 commented 1 year ago

Adjusted the factor for the ambient occlussion to closely resemble the look of Eevee. The comparison will be easier once a good camera is implemented and the axis alignment is fixed.

LordRobin1 commented 1 year ago

i think pbr works fine (there's still things i can't figure out lel), but our engine default material produces weird stuff.

with textures:

image

no textures, default material

image