lambdacube3d / lambdacube-compiler

LambdaCube 3D is a Haskell-like purely functional language for GPU. Try it out:
http://lambdacube3d.com
Other
86 stars 9 forks source link

Question: Cubemaps support #3

Closed NCrashed closed 8 years ago

NCrashed commented 8 years ago

Are cubemaps supported or planned at coming releases? I want to play with shadow maps for point lights and I don't actually know if manual implementation of cube map (by six 2D textures) is a good idea.

csabahruska commented 8 years ago

It's not supported yet, but it will be in the future releases indeed. Using 6 2D textures could be a good workaround.

NCrashed commented 8 years ago

Thank you!