ianmackenzie / elm-3d-scene

A high-level 3D rendering engine for Elm, with support for lighting, shadows, and realistic materials.

Home Page:https://package.elm-lang.org/packages/ianmackenzie/elm-3d-scene/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Perlin or similar noise for procedural textures

ianmackenzie opened this issue · comments

Especially useful for doing things like normal mapping to give surfaces a more realistic slightly bumpy look, without needing an actual texture image

I just watched your elm-conf '19 talk. Are regular textures supported? I don't see it mentioned for sure, and the photorealistic scene doesn't seem to have textures, so I'm not sure.