-
Notifications
You must be signed in to change notification settings - Fork 299
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
How to create a cubemap? #279
Comments
Hi! Yeah, skyboxes in G3N use cube mapping. If you want to texture cubes as dice you need to associate a different material with each cube face. Each cube face is already in a different geometry group to simplify this process. You just need to call |
@danaugrs Hey, thanks for the reply! Works beautifully. The thing i'm concerning myself now |
You would have to create the 3D model with the edges smoothed out. It's straightforward to do it in Blender e.g. https://www.youtube.com/watch?v=wYBkLrca67Q. |
I see that you support a skybox, but is there an easy way to make a cube map im trying to make a pair of dice.
The text was updated successfully, but these errors were encountered: