Quantcast
Channel: Answers by "CalxDesign"
Browsing latest articles
Browse All 12 View Live

Answer by CalxDesign

I assume you mean circular 'dart board' - You'll probably want to measure the distance between the centre of the board, and where the the dart hit the board, this will tell you if its, single, double...

View Article



Answer by CalxDesign

'Sculpt and Retopologize' is a good workflow to get your head around generally. Basically start with a very high poly model and then use whatever the equivalent of 3dsMax's Freeform tools are in...

View Article

Answer by CalxDesign

Have you established what's actually being done in that 10 seconds? Could you not do this constantly so you're streaming a single line of verts/tri's rather than doing entire blocks of terrain at once....

View Article

Answer by CalxDesign

StartCoroutine *returns* a Coroutine, so just use: Coroutine myCoroutine = StartCoroutine(MyIEnumeratorFunction(arg)); Followed by: StopCoroutine(myCoroutine); Does it need to be any more complicated...

View Article

Answer by CalxDesign

I dunno if Bloom is the term you're looking for - 'Bloom' is a more of a full screen effect to do with colours over a certain threshold. Sounds like you want to increase the radius of the cross-hair...

View Article


Answer by CalxDesign

I'd steer clear of Linq where possible, especially if what you're doing is performance critical. Try keeping a list of objects you've already selected in that sequence, then check that list for your...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images