Download presentation
Presentation is loading. Please wait.
Published byCecil Hodges Modified over 9 years ago
1
Continuous Model Synthesis Paul Merrell and Dinesh Manocha In SIGGRAPH Asia 2008 발표 : 이성호
3
Abstract Input: 3D polyhedral model –Exploits the connectivity between the adjacent boundary features of the input model Output: –A model that has similar connected features and resembles the input Algorithm proceeds automatically Our algorithm –Is simple to implement –Can generate a variety of complex shapes
4
Introduction Automatically modeling complex shapes –3D CAD and modeling tools limited in terms of generating complex models can be cumbersome to use Procedural modeling techniques –shape grammars, scripting languages, L- systems, fractals, or solid texturing limited to a specific class of models require considerable user input or guidance
5
Approach Enumerates multiple configurations of –each vertex, edge, and face –discards any configurations that do not satisfy the constraints Runtime performance –depends on the number of distinct normal directions of the input faces
6
Benefits Simplicity –Simple to use –Proceeds automatically Generality –Can generate a wide variety of complex shapes Architectural buildings, landscapes, terrains and fractal shapes Efficiency –Generates complex shapes in only a few minutes
7
Related work L-systems Prusinkievicz et al. 2001
8
Fractals Musgrave et al. 1989
9
Split grammars Wonka et al. 2003
10
Creating truss structures Smith et al. 2002
11
Cellular texturing Legakis 2001
12
Texture synthesis Efros and Leung 1999; Wei and Levoy 2000; Efros and Freeman 2001; Kwatra et al. 2003 –What a sophisticated! Doretto et al. 2003; Kwatra et al. 2003 –Time-varying textures Kopf et al. 2007 –3D solid textures
13
Model synthesis Merrell 2007
16
Algorithm
17
Adjacency Constraint
18
Finding valid states Lines parallel to the input shape (a), divide the plane into faces, edges, and vertices (c). The output shape (d) is formed within the parallel lines. The set of acceptable vertex and edges states in the output (d) can be found by dividing the input along parallel lines (b).
24
Backtracking issue Incorrect assignment –possible assignments C(m) to become empty –It must backtrack –Modify small parts of the space as shown in Figure 7 Modifying volume of 10 x 10 x 10 or smaller –our algorithm almost always succeeds A solution can always be found
26
Generating 3D models
30
Figure 11: From the input example model (left) many arches are synthesized (right). The output contains interesting new variations not found in the input such as structures with multiple arches and arches passing over arches (insets).
32
Synthesis time
33
Analysis and comparison Shape grammars –[Muller et al. 2006, Wonka et al. 2003] –user must specific –and adjust many production rules Our approach –user only needs to specify an input model
34
Limitations time and memory requirements –If m parallel planes are generated –for each of n distinct normals, –O(n 3 m 3 ) vertices Difficult to generate objects at different scales –Creating many architectural details Unable to control –could be improved by imposing additional constraints The size and distribution of the objects –An object must have a particular width or height
35
Conclusion and future work Automatically modeling large complex shapes –Resemble simple models provided by the user The input model need not be axis aligned Not handled properly –More than three faces intersecting at a vertex –Constrain some objects To be a fixed discrete size
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.