Guide:Blender: Difference between revisions

From Game Making Tools Wiki
(→‎See Also: beginner tutes)
(→‎See Also: twitter link with alts to blenderguru)
Line 14: Line 14:
* [https://www.youtube.com/user/Cercopithecan/playlists?sort=dd&view=50&shelf_id=15 Blender Playlists] - Blender video tutorials by Sebastian Lague.
* [https://www.youtube.com/user/Cercopithecan/playlists?sort=dd&view=50&shelf_id=15 Blender Playlists] - Blender video tutorials by Sebastian Lague.
* [https://www.youtube.com/channel/UCB78kxZXJxb_ArB81IySNqQ/videos GameDZine] - Some good beginner tutorials.
* [https://www.youtube.com/channel/UCB78kxZXJxb_ArB81IySNqQ/videos GameDZine] - Some good beginner tutorials.
* [https://twitter.com/devonko_/status/1347282073371901953 here are a bunch of people you can learn from that aren't blender guru] - The Blender Guru guy that's all over Youtube is a gamergater. This is a tweet with lots of alternatives.

Revision as of 15:23, 8 March 2021

Using 'decimate' to reduce polygon count / model detail

If you have a model with too many polygons (for example something you've found online, or output from a 3-D scanner) you can quite easily reduce the amoung of faces in the mesh, though you may mess up your UV map / texturing.

It's pretty tough explaining how to do anything in Blender, but if you can find all these buttons then you've found the decimate function:

Maybe if helps to say that you'll find them in left>right/top>bottom order, like how you'd read English.

Once at this point you enter a nummber in the 'Ratio' bit, or use it like a slider and watch how it effects the model. I think for this model I used something like 0.01. Use the middle mouse to rotate the object and make sure you've retained any details you want to, then when everything's ace click on 'Apply'. If your computer's not coping so well with the function you might want to do it over several 'applies'.

See Also