Quantcast
Channel: Calculate positions to place objects around a wheel - Stack Overflow
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by derHugo for Calculate positions to place objects around a wheel

This is actually really simple and done in a few lines public GameObject prefab; public float radius; public float amount; // Start is called before the first frame update private void Start() { var...

View Article



Answer by mihoci10 for Calculate positions to place objects around a wheel

Ok, so this is more of a math problem then anything else really. Now assuming that you are not a total beginner with Unity I will not write you code for your solution, but just generaly describe it....

View Article

Calculate positions to place objects around a wheel

I'm working on a 3D slot machine. For the reel, I'm trying to figure out how to calculate the X, Y, Z positions as well as thee Y rotation to place the objects like cherrys, oranges, etc.. Overall,...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images