Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cubemaps and 3D textures #9

Open
catchouli opened this issue Jul 25, 2016 · 2 comments
Open

Cubemaps and 3D textures #9

catchouli opened this issue Jul 25, 2016 · 2 comments

Comments

@catchouli
Copy link

catchouli commented Jul 25, 2016

Hi there,

I'm using lambdacube-compiler and lambdacube-gl.
Is there any support for cubemaps or 3d textures?

I'm looking to implement environment maps (which I'm currently doing in glsl) and possibly ray-marching in my application but as far as I can tell only 2D textures are supported.

Are there any workarounds for this? And are cubemaps and 3d textures likely to be supported any time soon?

I mostly just need to be able to upload cubemaps them my application and sample them in my shading phase.

Thank you
cat

p.s. I've just started using lambdacube and it's really excellent. I'd love to do all my 3d graphics work this way if possible :)

@csabahruska
Copy link
Member

Hi,
As a workaround for cubemaps you can sample six 2D textures manually.
But there is no technical obstacle to support it, so I'll implement is soon.
I'm glad that you found lambdacube useful. We are hungry for any feedback :)

@catchouli
Copy link
Author

Thanks for the response :)

That's what I was thinking in regards to cubemaps. I can probably work around it for now.

I'll be eagerly awaiting any new features/versions to try out!

Thank you
cat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants