Random Vector within a cone
- by Paul
I'm looking to create a random vector within a cone given the radius (base).
It feels like I've been traversing through many pages on the internet and still I'm no further forward to getting an answer.
I was thinking I could get a point within the base of the cone and have it point towards the apex (then just use the inverse of that for my animation) but this seems like an incredibly long winded approach.