- Blender 3D Cookbook
- Enrico Valenza
- 141字
- 2021-07-16 13:25:20
Introduction
The re-topology of a mesh, as the name itself explains, is simply the reconstruction of that mesh with a different topology; usually, the re-topology is used to obtain a low resolution mesh from a high resolution one.
In our case, this is obviously needed because we are later going to rig and animate our Gidiosaurus, and these tasks would be almost impossible with a mesh as dense as the high resolution sculpted one; we not only need to reconstruct the shape of the mesh with a lower number of vertices, but also with the edge-loops properly placed and flowing for the best render and deformation of the character's features.
In Blender, we have several tools to accomplish this task, both hardcoded into the software or as add-ons to be enabled, and in this chapter, we are going to see them.
- Java EE 6 企業(yè)級(jí)應(yīng)用開發(fā)教程
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- Programming ArcGIS 10.1 with Python Cookbook
- Oracle BAM 11gR1 Handbook
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Instant Nancy Web Development
- Cybersecurity Attacks:Red Team Strategies
- HTML5開發(fā)精要與實(shí)例詳解
- Raspberry Pi Robotic Blueprints
- Python大學(xué)實(shí)用教程
- JavaScript悟道
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Python應(yīng)用開發(fā)技術(shù)
- Node.js 6.x Blueprints