Changes between Version 5 and Version 6 of content/tools/BlenderSmoothing
- Timestamp:
- Feb 28, 2008, 11:32:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/tools/BlenderSmoothing
v5 v6 1 = Blender Smoothing howto =1 = Blender Smoothing How-To = 2 2 3 3 This page explains how to smooth your 3D models. … … 5 5 back to [wiki:GamePlay] 6 6 7 == Ba iscs ==7 == Basics == 8 8 9 10 * Set faces smooth: w -> 'set smooth'11 * Set faces solid: w -> 'set solid'9 * Select your faces 10 * Set faces Smooth: W -> "Set Smooth" 11 * Set faces Solid: S -> "Set Solid" 12 12 13 == Smoothing in groups ==13 == Smoothing in Groups == 14 14 15 If you have a more complex model, you probably have to use the Edge Split Modifier. This modifier allows you to define which edges should appear smooth or sharp.15 If you have a more complex model, you probably have to use the EdgeSplit modifier. This modifier allows you to define which edges should appear smooth or sharp. 16 16 17 1. Smooth the whole model in Etdit Mode (or at least the region of the parts that should be smooth) Select the faces. Press W -> 'set smooth'18 1. F9 -> 'Modifiers' Pannel -> 'Add Modifier' -> 'EdgeSplit'19 1. Now you can eather specify an angel as a threshhold and/or "From marked as Sharp". Sharp edges can be specified with CTRL+E -> 'Mark Sharp' in the Edit Mode. CTRL+E -> 'Clear Sharp'makes them smooth again.17 1. Smooth the whole model in Edit Mode (or at least the region of the parts that should be smooth) Select the faces. Press W -> "Set Smooth" 18 1. F9 -> "Modifiers" Panel -> "Add Modifier" -> "EdgeSplit" 19 1. Now you can either specify an angle as a threshold or choose "From marked as Sharp". Sharp edges can be specified by selecting the edge in edit mode and choosing Ctrl + E -> 'Mark Sharp'. CTRL+E -> "Clear Sharp" makes them smooth again. 20 20 21 21 '''Note:''' Do not apply this modifier to the mesh! It will split the model into several small parts and will break your texture coordinates. Exporting to OBJ works fine without applying it.