From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The Blender User Manual has moved to a new location.

Laplacian Smooth and Shape Enhanced Modifier

Mode: Any mode

Panel: Modifiers

Description

The Laplacian Smooth and Shape Enhanced modifier allows you to reduce noise on a mesh's surface with minimal changes to its shape, and exaggerates a shape using a Laplacian smoothing modifier in the reverse direction using a single parameter, factor, that supports negative and positive values: negative for enhancement and positive for smoothing.

The Shape enhanced method exaggerates a shape using a Laplacian smoothing operator in the reverse direction.

The Laplacian Smooth is useful for objects that have been reconstructed from the real world containing undesirable noise. A mesh smoothing tool removes noise while still preserving desirable geometry as well as the shape of the original model.

The Laplacian Smooth and Shape Enhanced modifier is based on a curvature flow Laplace Beltrami operator in a diffusion equation.

The Catmull-Clark subdivision surfaces together with Shape Enhancement can easily generate families of shapes by changing a single parameter.


Options

Laplacian Smooth and Shape Enhanced modifier
Repeat
Repetitions allow you to run the Laplacian smoothing and Shape Enhancement multiple times. Each repetition causes the flow curvature of the mesh to be recalculated again, and as a result it removes more noise at every new iteration in Laplacian smoothing cases (positive factor) using a small Factor < 1.0. In a Shape Enhancement case (negative Factor) multiple iterations can magnify the noise.
  • Repeat: 0 Disables the modifier and no repetition is made.
  • Repeat: 1 to 200 Number of repetitions to be done by the modifier. Be careful with large numbers of vertices, because it will take a lot of time to execute all iterations.
Repeat: 0, Lambda_Factor: 0.5
Repeat: 1, Lambda_Factor: 0.5
Repeat: 5, Lambda_Factor: 0.5
Repeat: 10, Lambda_Factor: 0.5
Repeat: 0, Lambda_Factor: 2.0
Repeat: 1, Lambda_Factor: 2.0
Repeat: 5, Lambda_Factor: 2.0
Repeat: 10, Lambda_Factor: 2.0
Repeat: 0, Lambda_Factor: -0.5
Repeat: 1, Lambda_Factor: -0.5
Repeat: 5, Lambda_Factor: -0.5
Repeat: 10, Lambda_Factor: -0.5
Lambda factor
The Lambda factor ranges from -1000.0 to 1000.0; this factor controls the amount of displacement of every vertex along the curvature flow.
  • Lambda factor: -1000.0 to 0.0 Using a Lambda factor you can enhance the shape, preserving desirable geometry.
  • Lambda factor: 0.0 Disables the modifier and no smoothing or enhancing is done.
  • Lambda factor: 0.0 to 5.0 Using a small Lambda factor, you can remove noise from the shape without affecting desirable geometry.
  • Lambda factor: 5.0 to 1000.0 Using a large Lambda factor you get smoothed versions of the shape at the cost of losing fine geometry details.
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: 0.5
Repeat: 1, Lambda_Factor: 2.5
Repeat: 1, Lambda_Factor: 5.0
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: 1.0
Repeat: 1, Lambda_Factor: 10.0
Repeat: 1, Lambda_Factor: 50.0
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: -20.0
Repeat: 1, Lambda_Factor: -50.0
Repeat: 1, Lambda_Factor: -300.0
Lambda border
The Lambda border ranges from -1000.0 to 1000.0 . Borders are treated differently. There is no way to calculate the curvature flow on them. For this reason the Lambda factor just smooths or enhances them.
  • Lambda border: -1000.0 to 0.0 Enhance the borders.
  • Lambda border: 0.0 Disables the modifier and no smoothing on the borders is done.
  • Lambda border: 0.0 to 10.0 Smooths the borders.
  • Lambda border: 10.0 to 1000.0 Collapses the borders in a small circle.
Repeat: 1, Lambda_Factor: 2.5, Lambda_Border: 0.0
Repeat: 1, Lambda_Factor: 2.5, Lambda_Border: 1.0
Repeat: 1, Lambda_Factor: 2.5, Lambda_Border: 2.5
Repeat: 1, Lambda_Factor: 2.5, Lambda_Border: 10.0
Repeat: 1, Lambda_Factor: 20.0, Lambda_Border: 0.0
Repeat: 1, Lambda_Factor: 20.0, Lambda_Border: 1.0
Repeat: 1, Lambda_Factor: 20.0, Lambda_Border: 5.0
Repeat: 1, Lambda_Factor: 20.0, Lambda_Border: 20.0
Repeat: 1, Lambda_Factor: -30.0, Lambda_Border: 0.0
Repeat: 1, Lambda_Factor: -30.0, Lambda_Border: -20.0
Repeat: 1, Lambda_Factor: -30.0, Lambda_Border: -50.0
Repeat: 1, Lambda_Factor: -30.0, Lambda_Border: -200.0
X, Y, Z
Toggle buttons to enable/disable hard constraints in the X, Y and/or Z axis directions.
Repeat: 1, Lambda_Factor: 40.0, X, Y, Z: Unselected
Repeat: 1, Lambda_Factor: 40.0, X, Y, Z: Selected
Repeat: 1, Lambda_Factor: 40.0, X, Y: Selected
Repeat: 1, Lambda_Factor: 40.0, X: Selected
Repeat: 1, Lambda_Factor: 20.0, X, Y, Z: Unselected
Repeat: 1, Lambda_Factor: 20.0, X, Y, Z: Selected
Repeat: 1, Lambda_Factor: 20.0, X, Y: Selected
Repeat: 1, Lambda_Factor: 20.0, X: Selected
Preserve Volume
The smoothing process can produce shrinkage. That is significant for large Lambda factor or large Repeat values; to reduce that effect you can use this option.
Repeat: 1, Lambda_Factor: 40.0, Volume Preservation: Unselected
Repeat: 1, Lambda_Factor: 40.0, Volume Preservation: Selected
Repeat: 1, Lambda_Factor: 20.0, Volume Preservation: Unselected
Repeat: 1, Lambda_Factor: 20.0, Volume Preservation: Selected
Vertex Group
A vertex group name, to constrain the effect to a group of vertices only. Allows for selective, real-time smoothing or enhancing, by painting vertex weights.
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: 2.5
Weight Paint, Vertex Group: Group
Repeat: 1, Lambda_Factor: 2.5, Vertex Group: Group
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: 20.0
Weight Paint, Vertex Group: Group
Repeat: 1, Lambda_Factor: 20.0, Vertex Group: Group
Repeat: 1, Lambda_Factor: 0.0
Repeat: 1, Lambda_Factor: -240.0
Weight Paint, Vertex Group: Group
Repeat: 1, Lambda_Factor: -240.0, Vertex Group: Group
Normalized Version
The modifier has two versions, the normalized version that does not depend on face size, and the other that is dependent on the face size. Be careful with the face-size-dependent version, which can produce peaks.


Normalized Version: Selected, Lambda_Factor: 0.0
Normalized Version: Selected, Lambda_Factor: -50
Normalized Version: Unselected, Lambda_Factor: -50
Normalized Version: Unselected, Lambda_Factor: -250

Hints

Meshes with a great number of vertices, more than ten thousand (10,000), may take several minutes for processing; you can use small portions of the mesh for testing before executing the modifier on the entire model.

Examples

Femme front view
Femme Front blend file
Camel Enhanced
Cube Smooth blend file

See Also


Blender3D FreeTip.gif
This is the old manual!
For the current 2.7x manual see http://www.blender.org/manual/


User Manual

World and Ambient Effects

World

Introduction
World Background

Ambient Effects

Mist
Stars (2.69)


Game Engine

Introduction

Introduction to the Game Engine
Game Logic Screen Layout

Logic

Logic Properties and States
The Logic Editor

Sensors

Introduction to Sensors
Sensor Editing
Common Options
-Actuator Sensor
-Always Sensor
-Collision Sensor
-Delay Sensor
-Joystick Sensor
-Keyboard Sensor
-Message Sensor
-Mouse Sensor
-Near Sensor
-Property Sensor
-Radar Sensor
-Random Sensor
-Ray Sensor
-Touch Sensor

Controllers

Introduction
Controller Editing
-AND Controller
-OR Controller
-NAND Controller
-NOR Controller
-XOR Controller
-XNOR Controller
-Expression Controller
-Python Controller

Actuators

Introduction
Actuator Editing
Common Options
-2D Filters Actuator
-Action Actuator
-Camera Actuator
-Constraint Actuator
-Edit Object Actuator
-Game Actuator
-Message Actuator
-Motion Actuator
-Parent Actuator
-Property Actuator
-Random Actuator
-Scene Actuator
-Sound Actuator
-State Actuator
-Steering Actuator
-Visibility Actuator

Game Properties

Introduction
Property Editing

Game States

Introduction

Camera

Introduction
Camera Editing
Stereo Camera
Dome Camera

World

Introduction

Physics

Introduction
Material Physics
No Collision Object
Static Object
Dynamic Object
Rigid Body Object
Soft Body Object
Vehicle Controller
Sensor Object
Occluder Object

Path Finding

Navigation Mesh Modifier

Game Performance

Introduction
System
Display
Framerate and Profile
Level of Detail

Python API

Introduction
Bullet physics
VideoTexture

Deploying

Standalone Player
Licensing of Blender Game

Android Support

Android Game development