All Questions
Tagged with bump-mapping unity-game-engine
2 questions
0
votes
0
answers
100
views
Bump map failing to cause changes in surface of sphere in Unity
I've been having some trouble with randomly perturbing the surface of a sphere with a bump map in Unity (v2021.3.18f1) for a VR application.
Here are the steps I've taken so far:
created a sphere ...
8
votes
3
answers
13k
views
Unity3D, round the edges of a box, cube?
What's the usual way to round the edges on a cube, a rectangular object as in the examples?
The ideal result would look pretty much exactly like these images.
(Naturally, you could literally use ...