How to use SoTextureCubeMap correctly? #562
Unanswered
captain0xff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@VolkerEnderlein do you have any idea about this? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to create a cubemap through SoTextureCubeMap. I am setting the
filenames
field with filenames of the 6 images but the cubemap looks distorted.With SoTextureCubeMap:

With SoTexture2:

It works as expected if I use a SoTexture2 instead of a cubemap. Here is the relevant code:
I also tried setting all the imageNex*/imagePos* fields but that also doesn't work.
I am on debian linux and using the latex version of coin from github.
Beta Was this translation helpful? Give feedback.
All reactions