WO2014051250A1 - 3차원 객체 생성 장치 및 그 방법 - Google Patents

3차원 객체 생성 장치 및 그 방법 Download PDF

Info

Publication number
WO2014051250A1
WO2014051250A1 PCT/KR2013/006915 KR2013006915W WO2014051250A1 WO 2014051250 A1 WO2014051250 A1 WO 2014051250A1 KR 2013006915 W KR2013006915 W KR 2013006915W WO 2014051250 A1 WO2014051250 A1 WO 2014051250A1
Authority
WO
WIPO (PCT)
Prior art keywords
generating
dimensional object
dimensional
generated
coordinate value
Prior art date
Application number
PCT/KR2013/006915
Other languages
English (en)
French (fr)
Inventor
심욱
Original Assignee
에스케이플래닛 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 에스케이플래닛 주식회사 filed Critical 에스케이플래닛 주식회사
Priority to JP2015508881A priority Critical patent/JP5908653B2/ja
Priority to CN201380022288.6A priority patent/CN104254878B/zh
Priority to US14/346,564 priority patent/US9367957B2/en
Publication of WO2014051250A1 publication Critical patent/WO2014051250A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • G06T17/205Re-meshing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/005General purpose rendering architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/10Geometric effects
    • G06T15/20Perspective computation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/005Tree description, e.g. octree, quadtree
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/10Constructive solid geometry [CSG] using solid primitives, e.g. cylinders, cubes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/30Polynomial surface description
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/20Editing of 3D images, e.g. changing shapes or colours, aligning objects or positioning parts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2200/00Indexing scheme for image data processing or generation, in general
    • G06T2200/04Indexing scheme for image data processing or generation, in general involving 3D image data

Definitions

  • the present invention relates to an apparatus and method for generating a three-dimensional object, and more particularly, to create a three-dimensional object by dividing a component of a two-dimensional web page into a grid and a plurality of polygons, the generated three-dimensional object
  • the object manipulation signal is input from
  • the vertex coordinate value of the individual grid element is changed according to the object manipulation signal to generate a 3D transform matrix
  • the generated 3D transform matrix is applied to a predefined cascading style sheet (CSS) transform.
  • SCS cascading style sheet
  • the present invention relates to a 3D object generating apparatus and a method for generating a deformed 3D object.
  • Polygon refers to polygon, the smallest unit used to represent three-dimensional shapes in three-dimensional computer graphics.
  • WebGL is used as a representative method for providing 3D technology in web pages.
  • WebGL is a technology similar to OpenGL, the most basic and common 3D graphics technology, and can be used in 3D games widely by creating and manipulating polygon objects of arbitrary shape through a low-level development environment.
  • WebGL only supports the latest browsers such as Chrome in PC environment, and has a disadvantage that mobile devices cannot support it due to performance and compatibility.
  • the present invention has been made to solve the above problems, and an object of the present invention is to emulate a triangular polygon with a quadrangle as a basic element, thereby embodying a basic 3D transform technique.
  • the present invention provides a 3D object generating apparatus and method for creating and manipulating polygonal 3D objects with only rotate, translate, scale, and skew as a 2D transform technology.
  • Another object of the present invention is not only to implement effects such as Genie Effect, 3D Morphing, Page turn effect using CSS 2D / 3D Transform technology that can be supported on mobile devices, but also to create and manipulate polygonal 3D objects.
  • the present invention provides a three-dimensional object generating apparatus and a method thereof.
  • Another object of the present invention is to create and manipulate polygon-based three-dimensional objects having arbitrary shapes even in a limited environment (eg, mobile web) that supports only basic 3D transforms, thereby providing various user interfaces and graphic effects.
  • An object generating apparatus and method are provided.
  • Another object of the present invention is to provide an apparatus and method for generating a 3D object that can generate a 3D object based on polygons through lattice of web-based elements.
  • a three-dimensional object generator for generating a three-dimensional object by dividing the components of the two-dimensional web page into a grid and a plurality of polygons, in the generated three-dimensional object
  • a 3D transform matrix is generated by changing a vertex coordinate value of a corresponding individual grid element according to the object manipulation signal, and applies the generated 3D transform matrix to a predefined CSS transform to transform the 3D.
  • a three-dimensional object generation apparatus including a three-dimensional object manipulation processing unit for generating an object.
  • the three-dimensional object generating unit generates a rectangular grid element by uniformly dividing the elements of the web page into a predetermined number of rectangular grids, two triangles following the diagonal vertices of the generated rectangular grid elements After dividing by and duplicating each rectangular grid element, the three-dimensional object generation module may generate a plurality of polygons by adjusting transparency to show only two different triangular regions.
  • the rectangular grid element generating module receives a grid-shaped individual image corresponding to the original image from a service providing device or converts the original image into a bitmap form through an internal browser operation. If the grid image is generated by itself, and if the elements of the web page are not images, a rectangular grid element may be generated using a separator tag.
  • the 3D object generation module may set the transparency of regions other than the triangle in which the component is viewed to '0' so that the component is visible only in triangles of different regions of the two rectangles.
  • the three-dimensional object manipulation processing unit is a coordinate value storage module for storing the vertex coordinate value of each grid element constituting the three-dimensional object generated by the three-dimensional object generation unit, when the object manipulation signal is input from the three-dimensional object, 3D transform matrix generation for changing a vertex coordinate value of an individual grid element according to the object manipulation signal and generating a 3D transform matrix of grid elements using the changed vertex coordinate values and vertex coordinate values stored in the coordinate value storage module.
  • the module may include a 3D object transformation module generating the modified 3D object by applying the generated 3D transform matrix to a CSS transform.
  • a method for generating and manipulating two-dimensional web page elements into three-dimensional objects by a three-dimensional object generating apparatus comprising: (a) a plurality of rectangular grids of elements of the web page; Creating a rectangular grid element by dividing uniformly, (b) dividing the diagonal vertices of each generated rectangular grid element into two triangles, duplicating each rectangular grid element, and then creating There is provided a three-dimensional object generation method comprising generating a three-dimensional object by adjusting the transparency to be visible.
  • step (b) if an object manipulation signal is input from the generated 3D object after step (b), the vertex coordinate value of the individual grid element is changed according to the object manipulation signal, and the changed vertex coordinate is changed.
  • step (b) if the component of the web page is an image, after receiving the individual image in the form of a grid corresponding to the original image from the service providing device or converting the original image into a bitmap form through an internal browser operation If the grid image is generated by itself, and if the elements of the web page are not images, a rectangular grid element may be generated using a separator tag.
  • 3D object generation method comprising the step of generating a transformed three-dimensional object by applying to the CSS transform
  • a three-dimensional object using a polygon can be generated using only a basic 3D transform technique, rotate, translate, and scale. Can be created and manipulated.
  • various user interfaces and graphic effects may be provided by generating and manipulating polygonal 3D objects having arbitrary shapes.
  • polygon-based three-dimensional objects can be generated through gridization of web-based elements.
  • FIG. 1 is a diagram showing a system for creating a three-dimensional object according to an embodiment of the present invention.
  • Figure 2 is a block diagram schematically showing the configuration of a three-dimensional object generating apparatus according to an embodiment of the present invention.
  • FIG. 3 is a block diagram showing in detail the configuration of the three-dimensional object generating unit shown in FIG.
  • FIG. 4 is a block diagram showing in detail the configuration of the three-dimensional object manipulation processing unit shown in FIG.
  • FIG. 5 is a flowchart illustrating a method for generating and manipulating a 3D object by a 3D object generating apparatus according to an exemplary embodiment of the present invention.
  • FIG. 6 is a flowchart illustrating a method for generating a 3D object by the 3D object generating apparatus according to an embodiment of the present invention.
  • FIG. 7 is an exemplary screen illustrating a three-dimensional object generation method according to an embodiment of the present invention.
  • FIG. 8 is a flowchart illustrating a method of generating a deformed three-dimensional object by the apparatus for generating a three-dimensional object according to an embodiment of the present invention.
  • FIG. 9 is an exemplary view illustrating a modified three-dimensional object generation method according to an embodiment of the present invention.
  • Cascading style sheet is a technique for specifying the screen composition and rendering method of web documents.
  • 2D transforms such as translate, rotate, scale, and skew applied to 2D plane coordinate system, translate3d and rotate3d applied to 3D stereo coordinate system.
  • 3D transforms such as scale3d, and animation effects between each transform are supported.
  • CSS is a technology suitable for simple manipulation of individual components constituting a web document, and has been used for providing a transition effect when moving between web pages or simple UI components such as menu bars / buttons / images.
  • the individual components (especially images) of the web document can be further decomposed into rectangular pieces and then used to create and manipulate arbitrary three-dimensional objects by making them into polygon-like shapes.
  • FIG. 1 is a diagram illustrating a system for creating a 3D object according to an embodiment of the present invention.
  • the system for generating a 3D object includes a service providing apparatus 200 that provides a web or a swap page according to a request of the 3D object generating apparatus 100.
  • the three-dimensional object generating apparatus 100 generates a three-dimensional object by dividing a planar two-dimensional web page component into a plurality of polygons, and manipulates the positions of the vertices of individual grid elements included in the three-dimensional object to transform the three-dimensional object. Create an object.
  • the 3D object generating apparatus 100 may be applied to any user device equipped with a communication function and a near field communication function.
  • a laptop a wireless communication terminal
  • a smart phone a portable media player (PMP), a personal digital assistant (PDA), a tablet PC, a set-top box, a smart TV, etc. It can be a variety of devices.
  • PMP portable media player
  • PDA personal digital assistant
  • the service providing apparatus 200 provides a web or a swap page to the 3D object generating apparatus 100 at the request of the 3D object generating apparatus 100.
  • FIG. 2 is a block diagram schematically showing the configuration of a three-dimensional object generating apparatus according to an embodiment of the present invention
  • Figure 3 is a block diagram showing in detail the configuration of the three-dimensional object generating unit shown in Figure 2
  • Figure 4 is It is a block diagram showing in detail the configuration of the illustrated three-dimensional object manipulation processor.
  • the apparatus for generating a three-dimensional object 100 may include a communication unit 110, an input unit 120, an output unit 130, a storage unit 140, and a three-dimensional object generation unit that transmits and receives data through a communication network. 150, a 3D object manipulation processor 160.
  • the communication unit 110 is a communication means for connecting the 3D object generating apparatus 100 and the service providing apparatus to each other through a communication network.
  • a wireless communication module such as mobile communication or satellite communication, a wired communication module such as the Internet, and Wi-Fi. It may include a short-range wireless communication module such as.
  • the input unit 120 is a means for receiving a user request for controlling the operation of the 3D object generating apparatus 100, and converts the user's request into an electric signal according to a user's manipulation.
  • the input unit 120 refers to a key input means for receiving letters, numbers, and text information from a user, and the key input means may be implemented as a keyboard, a keypad, a touch screen, or the like.
  • the output unit 130 displays web site data accessed by the 3D object generating apparatus 100.
  • the output unit 130 refers to a display means for displaying screen information according to the driving of the application
  • the output unit 130 is implemented as a small flat panel display device such as liquid crystal display (LCD), organic light emitting diodes (OLED) It is desirable to be.
  • LCD liquid crystal display
  • OLED organic light emitting diodes
  • it may be implemented in the form of a touch screen overlapping the aforementioned input unit 120.
  • the storage 140 stores a program necessary for controlling the operation of the 3D object generating apparatus 100 and data generated while executing the program.
  • the 3D object generation unit 150 generates a 3D object by dividing the corresponding component into a plurality of polygons through gridization of the 2D web page component.
  • Three-dimensional objects are represented by multiple polygons.
  • polygons have one of dots, lines, and triangles.
  • Triangular polygons are represented by coordinates (x, y, z) and other attributes at their respective vertices (eg, color, texture coordinates, etc.).
  • the coordinates (x, y) of the polygon vertices represent positions on the output 130. Coordinate z represents the distance at which the vertex is away from the selected view point of the three-dimensional scene.
  • the 3D object generator 150 includes a rectangular grid element generation module 152 and a 3D object generation module 154.
  • the rectangular grid element generation module 152 uniformly divides the elements of the web page into a certain number of rectangular grids to generate a rectangular grid element.
  • Components of a web page may include objects such as images and text. Therefore, when the component of the web page is an image, the rectangular grid element generation module 152 may receive a grid-shaped individual image corresponding to the original image from the service providing apparatus. In addition, the rectangular grid element generation module 152 may generate the grid image itself after converting the original image into a bitmap form through an in-browser operation using javascript or the like. In addition, when the component of the web page is not an image, the rectangular grid element generation module 152 generates a rectangular grid element by decomposing the corresponding element into a rectangular grid using a division tag such as ⁇ div> or ⁇ span>. can do.
  • the three-dimensional object generation module 154 divides the diagonal vertices of each square grid element generated by the square grid element generation module 152 into two triangles, and then duplicates each square grid element so that the two squares are different from each other. Create multiple polygons by adjusting the transparency so that only triangular areas are visible.
  • the component composed of the generated polygons may be a 3D object. That is, the three-dimensional object generation module 154 divides the diagonal vertices of each rectangular grid element into two triangles, and then duplicates the rectangular grid element in two sets so that the two squares show only different triangle areas. Adjust the transparency of the.
  • the 3D object generation module 154 sets the transparency (alpha value) to '0' in an area other than the triangle shown so that the image is visible in triangles of different areas of the two rectangles. You can do that.
  • the 3D object generation module 154 sets one triangle to have a transparency (alpha value) of '1' and the other triangle has a transparency (alpha value) of '0'. You can make the component visible only in the triangle.
  • the three-dimensional object manipulation processor 160 coordinates vertices of individual grid elements according to the object manipulation signal.
  • a 3D transform matrix is generated by changing a value, and the 3D transform matrix is generated by applying the generated 3D transform matrix to a predefined CSS transform.
  • the 3D object manipulation processor 160 deforms the shape of the grid elements according to the object manipulation signal according to the 3D transform to transform the original image into a three-dimensional object of any shape. can do.
  • the 3D object manipulation processor 160 may include a coordinate value storage module 162, a 3D transform matrix generation module 164, and a 3D object transformation module 166. It includes.
  • the coordinate value storing module 162 stores vertex coordinate values of each lattice element constituting the three-dimensional object generated by the three-dimensional object generator 150.
  • the coordinate value storage module 162 may generate and store vertex coordinate values of individual grid elements in an array form.
  • the 3D transform matrix generation module 164 changes a vertex coordinate value of an individual grid element according to the object manipulation signal and changes the changed value.
  • a vertex coordinate value and a vertex coordinate value stored in the coordinate value storage module 162 are used to generate a 3D transform matrix of the grid elements.
  • the 3D transform matrix generation module 164 It is determined that the object manipulation signal is input, the vertex coordinate values of individual grid elements are changed according to the object manipulation signal, and matrix operations are performed on all the grid elements to generate 3D transform matrices necessary for CSS calculation. In this case, the generated 3D transform matrix may have a different value for each lattice element. Meanwhile, the 3D transform matrix generation module 164 does not include vertices that are not visible on the screen (ie, vertices in a transparent triangle area).
  • the current values of the three vertices displayed on the screen are respectively O1 (x1, y1, z1), O2 (x2, y2, z2),
  • the vertex coordinate values changed according to the object manipulation signal are called O3 (x3, y3, z3), and D1 (a1, b1, c1), D2 (a2, b2, c2), and D3 (a3, b3, c3).
  • the transform matrix to be obtained is M
  • M can be easily found by multiplying the inverse of the matrix P origin with O1, O2 and O3 in front of the matrix P destination with D1, D2 and D3 as columns.
  • a general transform matrix has a 4x4 form instead of a 3x3 form (M Transform ) such as Equation 1, and in this case, since there are several solutions, there is generally no inverse matrix.
  • the 3D transform matrix generation module 164 uses a method of individually obtaining a scale, translate, rotate, and skew matrix to solve this problem. Except for the parts related to Translate (tx, ty, tz) and perspective (0 0 0 1), the transform matrix is reconfigured into a 3x3 form.
  • M is T ⁇ matrix to reconstruct the M Transform
  • P d ⁇ to reconstruct the P origin can be reconstructed matrix P destination rule.
  • Equation 3 When M T ⁇ matrix of Equation 2 is decomposed into a scale, rotate, and skew matrix, Equation 3 is obtained.
  • M Rotate can be a rotate matrix
  • M skew can be a skew matrix
  • M scale can be a scale matrix
  • Equation 4 In the case of a rotation matrix (M Rotate ), a matrix B as shown in Equation 4 is generated by using the circle coordinates and the change coordinate value, and then, as shown in Equation 5 through Singular Value Decomposition.
  • skew matrix and scale matrix it is relatively simple to find out the difference between the length of each side of the triangle and the difference between the cabinet values, but there are several solutions instead of single values.
  • skew can be obtained assuming that only x or y directions exist. Since the transform matrix obtained by the above process is not the only solution, a different transform matrix may be obtained through the modification of the algorithm.
  • the 3D object transformation module 166 generates the modified 3D object by applying the 3D transform matrices generated by the 3D transform matrix generation module 164 to the CSS transform. That is, when the CSS transform is applied to individual grid elements having the changed vertices using the generated 3D transform matrices, the 3D object may be generated according to the object manipulation signal.
  • CSS Transform is a technique for applying two-dimensional or three-dimensional transform effects to individual elements that make up HTML. It provides a matrix interface that can be rotated, translate, scale, and skew manipulation, and a combination thereof. do.
  • FIG. 5 is a flowchart illustrating a method of generating and manipulating a 3D object by a 3D object generating apparatus according to an exemplary embodiment of the present invention.
  • the apparatus for generating 3D objects generates 3D objects by dividing the 2D web page elements into grids and a plurality of polygons (S402).
  • S402 a plurality of polygons
  • the 3D object generating apparatus divides a 2D web page component into a plurality of polygons to generate a 3D object. A detailed description of how the 3D object generating apparatus generates the 3D object will be described with reference to FIG. 6.
  • the three-dimensional object generating device After the operation of the step S402, if the object manipulation signal is input from the generated three-dimensional object (S404), the three-dimensional object generating device generates a 3D transform matrix according to the input object manipulation signal (S406). Thereafter, the 3D object generating apparatus generates the transformed 3D object by applying the generated 3D transform matrix to the CSS transform (S408).
  • FIG. 6 is a flowchart illustrating a method of generating a 3D object by the apparatus for generating a 3D object according to an embodiment of the present invention
  • FIG. 7 is an exemplary view illustrating a method of generating a 3D object according to an embodiment of the present invention.
  • the apparatus for generating a 3D object uniformly divides elements of a web page into a predetermined number of rectangular grid elements (S502), and divides diagonal vertices of each divided rectangular grid element into two triangles next ( S504).
  • the 3D object generating apparatus After performing step S504, the 3D object generating apparatus generates a 3D object by duplicating each rectangular grid element and adjusting transparency so that only two different rectangular regions are visible (S506).
  • the 3D object generating apparatus uniformly converts an image 600 such as (a) into a small rectangular grid such as (b). Divide (610). Then, the 3D object generating apparatus divides the diagonal vertices of each rectangular grid element into two triangles and generates them as shown in (c). Then, the 3D object generating apparatus duplicates a rectangular grid element as shown in (d) so that the image of the upper left triangular region is visible on the first square 630a, and the right lower triangular region is displayed on the second square 630b. Create a 3D object by adjusting the transparency so that only the image is visible.
  • FIG. 8 is a flowchart illustrating a method of generating a deformed 3D object by the apparatus for generating a 3D object according to an embodiment of the present invention
  • FIG. 9 is a view illustrating a method of generating a modified 3D object according to an embodiment of the present invention. Screen example.
  • the apparatus for generating 3D objects stores vertex coordinate values of individual grid elements of the 3D object (S702).
  • step S702 if the object manipulation signal is input from the three-dimensional object (S704), the three-dimensional object generating apparatus changes the vertex coordinate value of the individual grid element in accordance with the object manipulation signal (S706), the changed vertex coordinate value And the 3D transform matrix of the grid elements using the stored vertex coordinate values (S708).
  • the apparatus for generating 3D objects generates the transformed 3D object by applying the generated 3D transform matrix to a predefined CSS transform (S710).
  • the user may view the 3D object as shown in FIG. 7D by the first square lattice element 800a as shown in FIG. 9A.
  • the 3D object generating apparatus changes the vertex coordinate values of the first square lattice element 800a and the second square lattice element 800b.
  • the apparatus for generating a 3D object generates the deformed 3D object 810 by combining two deformed grid elements as shown in (b). In this case, two rectangular grid elements may share two vertices.
  • the readable storage medium is provided in the electronic device to record the program. .
  • Such a three-dimensional object generation method may be written by a program, and codes and code segments constituting the program may be easily inferred by a programmer in the art.
  • a program related to a 3D object generating method may be stored in a readable media that can be read by an electronic device, and read and executed by the electronic device.
  • the object of the present invention is to emulate a triangular polygon by using a quadrangle of a quadrangle as a basic element, and to use a polygon using only a basic 3D transform technique, rotate, translate, and scale.
  • the present invention can be applied to a 3D object generating apparatus and a method for generating and manipulating the dimensional object.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Graphics (AREA)
  • Geometry (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Architecture (AREA)
  • Computer Hardware Design (AREA)
  • Algebra (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Processing Or Creating Images (AREA)
  • Image Generation (AREA)

Abstract

본 발명은 3차원 객체 생성 장치 및 방법에 관한 것으로, 2차원 웹 페이지의 구성 요소를 격자화 및 다수의 폴리곤으로 나누어 3차원 객체를 생성하는 3차원 객체 생성부, 상기 생성된 3차원 객체에서 객체 조작 신호가 입력되면, 상기 객체 조작 신호에 따라 해당 개별 격자 요소의 꼭지점 좌표값을 변경하여 3D transform matrix를 생성하고, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 조작 처리부를 포함한다.

Description

3차원 객체 생성 장치 및 그 방법
본 발명은 3차원 객체 생성 장치 및 그 방법에 관한 것으로, 보다 상세하게는 2차원 웹 페이지의 구성 요소를 격자화 및 다수의 폴리곤(polygon)으로 나누어 3차원 객체를 생성하고, 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 객체 조작 신호에 따라 해당 개별 격자 요소의 꼭지점 좌표값을 변경하여 3D transform matrix를 생성하고, 생성된 3D transform matrix를 기 정의된 CSS(cascading style sheet) transform에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 생성 장치 및 그 방법에 관한 것이다.
최근 자동화가 진전되고 정보사회로의 발전이 진행되면서 컴퓨터 그래픽의 응용분야가 급속히 확대되고 있으며, 특히 3차원 그래픽을 이용하는 분야가 급증하고 있다.
종래에 제공되는 대부분의 3차원 객체 시스템은 3차원 폴리곤(polygon) 처리 방식을 사용하여 3차원 객체를 생성 및 조작하고 있다. 폴리곤은 3차원 컴퓨터 그래픽에서 입체 형상을 표현할 때 사용하는 가장 작은 단위인 다각형을 의미한다.
한편, 웹 페이지에서 3D 기술을 제공하기 위한 대표적인 방식으로 WebGL이 사용되고 있다. WebGL의 경우 가장 기본적이고 보편적인 3D 그래픽 기술인 OpenGL과 유사한 기술로 low-level 개발 환경을 통해 임의의 형태를 지닌 폴리곤 객체의 생성 및 조작이 가능하여 3D 게임 등에 광범위하게 활용될 수 있다.
그러나, WebGL은 PC 환경에서 Chrome 등의 최신 브라우저만 지원하며 성능 및 호환성 등의 이유로 모바일 기기에서는 지원하지 못하는 단점이 있다.
본 발명은 상기한 문제점을 해결하기 위하여 안출된 것으로, 본 발명의 목적은 사각형 형태의 quadrangle을 기본 요소로 삼각형 형태의 폴리곤(polygon)을 에뮬레이션(emulation)함으로써, 기본적인 3차원 변형 기술(3d transform)인 rotate, translate, scale과 2차원 변형 기술(2d transform)인 skew만으로도 폴리곤 형태의 3차원 객체를 생성하고 조작할 수 있도록 하는 3차원 객체 생성 장치 및 그 방법을 제공하는데 있다.
본 발명의 또 다른 목적은 모바일 기기에서 지원 가능한 CSS 2D/3D Transform 기술을 활용하여 Genie Effect, 3D Morphing, Page turn effect 등의 효과를 구현할 수 있을 뿐 아니라, 폴리곤 기반의 3차원 객체 생성 및 조작을 가능하게 하는 3차원 객체 생성 장치 및 그 방법을 제공하는데 있다.
본 발명의 또 다른 목적은 기본적인 3D transform만을 지원하는 제한된 환경(예컨대 모바일 웹)에서도 임의 형태를 지닌 폴리곤 기반의 3차원 객체를 생성 및 조작함으로써, 다양한 사용자 인터페이스 및 그래픽 효과를 제공할 수 있는 3차원 객체 생성 장치 및 그 방법을 제공하는데 있다.
본 발명의 또 다른 목적은 웹 기반 요소의 격자화를 통해 폴리곤 기반의 3차원 객체를 생성할 수 있는 3차원 객체 생성 장치 및 그 방법을 제공하는데 있다.
상술한 과제를 해결하기 위한 본 발명의 일 측면에 따르면, 2차원 웹 페이지의 구성 요소를 격자화 및 다수의 폴리곤으로 나누어 3차원 객체를 생성하는 3차원 객체 생성부, 상기 생성된 3차원 객체에서 객체 조작 신호가 입력되면, 상기 객체 조작 신호에 따라 해당 개별 격자 요소의 꼭지점 좌표값을 변경하여 3D transform matrix를 생성하고, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 조작 처리부를 포함하는 3차원 객체 생성 장치가 제공된다.
상기 3차원 객체 생성부는 상기 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 사각형 격자요소 생성모듈, 상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 다수의 폴리곤을 생성하는 3차원 객체 생성 모듈을 포함할 수 있다.
상기 사각형 격자 요소 생성 모듈은 상기 웹 페이지의 구성요소가 이미지인 경우, 원본 이미지에 대응되는 격자 형태의 개별 이미지를 서비스 제공 장치로부터 전달받거나 브라우저 내부 연산을 통해 원본 이미지를 비트맵 형태로 변환한 후 격자 이미지를 자체적으로 생성하고, 상기 웹 페이지의 구성 요소가 이미지가 아닌 경우, 구분 태그를 이용하여 사각형 격자 요소를 생성할 수 있다.
상기 3차원 객체 생성 모듈은 상기 구성 요소가 보여지는 삼각형 이외 영역의 투명도를 '0'으로 설정하여, 해당 두 사각형의 서로 다른 영역의 삼각형에서만 구성요소가 보이도록 할 수 있다.
상기 3차원 객체 조작 처리부는 상기 3차원 객체 생성부에서 생성된 3차원 객체를 구성하는 각 격자 요소의 꼭지점 좌표값을 저장하는 좌표값 저장 모듈, 상기 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 상기 좌표값 저장 모듈에 저장된 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 3D transform matrix 생성 모듈, 상기 생성된 3D transform matrix를 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 변형 모듈을 포함할 수 있다.
본 발명의 다른 측면에 따르면, 3차원 객체 생성 장치가 2차원의 웹 페이지 구성요소를 3차원 객체로 생성 및 조작하는 방법에 있어서, (a) 상기 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 단계, (b) 상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성하는 단계를 포함하는 3차원 객체 생성 방법이 제공된다.
상기 3차원 객체 생성 방법은 상기 (b) 단계 이후, 상기 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 변경전 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 단계, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 단계를 더 포함하는 것을 특징으로 하는 3차원 객체 생성 방법이 제공된다.
상기 (b) 단계에서, 상기 웹 페이지의 구성요소가 이미지인 경우, 원본 이미지에 대응되는 격자 형태의 개별 이미지를 서비스 제공 장치로부터 전달받거나 브라우저 내부 연산을 통해 원본 이미지를 비트맵 형태로 변환한 후 격자 이미지를 자체적으로 생성하고, 상기 웹 페이지의 구성 요소가 이미지가 아닌 경우, 구분 태그를 이용하여 사각형 격자 요소를 생성할 수 있다.
본 발명의 또 다른 측면에 따르면, 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 단계, 상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성하는 단계, 상기 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 변경전 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 단계, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 단계를 포함하는 3차원 객체 생성 방법이 프로그램으로 기록된 전자장치에서 판독 가능한 기록매체가 제공된다.
본 발명에 따르면, 사각형 형태의 quadrangle을 기본 요소로 삼각형 형태의 폴리곤(polygon)을 에뮬레이션(emulation)함으로써, 기본적인 3차원 변형 기술(3d transform)인 rotate, translate, scale만으로도 폴리곤을 이용한 3차원 객체를 생성하고 조작할 수 있다.
또한, 모바일 기기에서 지원 가능한 CSS 3D Transform 기술을 활용하여 Genie Effect, 3D Morphing, Page turn effect 등의 효과를 구현할 수 있을 뿐 아니라, 폴리곤 기반의 3차원 객체 생성 및 조작을 가능하게 할 수 있다.
또한, 기본적인 3D transform만을 지원하는 제한된 환경(예컨대 모바일 웹)에서도 임의 형태를 지닌 폴리곤 기반의 3차원 객체를 생성 및 조작함으로써, 다양한 사용자 인터페이스 및 그래픽 효과를 제공할 수 있다.
또한, 웹 기반 요소의 격자화를 통해 폴리곤 기반의 3차원 객체를 생성할 수 있다.
도 1은 본 발명의 실시예에 따른 3차원 객체 생성을 위한 시스템을 나타낸 도면.
도 2는 본 발명의 실시예에 따른 3차원 객체 생성 장치의 구성을 개략적으로 나타낸 블럭도.
도 3은 도 2에 도시된 3차원 객체 생성부의 구성을 상세히 나타낸 블럭도.
도 4는 도 2에 도시된 3차원 객체 조작 처리부의 구성을 상세히 나타낸 블럭도.
도 5는 본 발명의 실시예에 따른 3차원 객체 생성 장치가 3차원 객체를 생성 및 조작하는 방법을 나타낸 흐름도.
도 6은 본 발명의 실시예에 따른 3차원 객체 생성 장치가 3차원 객체를 생성하는 방법을 나타낸 흐름도.
도 7은 본 발명의 실시예에 따른 3차원 객체 생성 방법을 설명하기 위한 화면 예시도.
도 8은 본 발명의 실시예에 따른 3차원 객체 생성 장치가 변형된 3차원 객체를 생성하는 방법을 나타낸 흐름도.
도 9는 본 발명의 실시예에 따른 변형된 3차원 객체 생성 방법을 설명하기 위한 화면 예시도.
[부호의 설명]
100 : 3차원 객체 생성장치 110 : 통신부
120 : 입력부 130 : 출력부
140 : 저장부 150 : 3차원 객체 생성부
152 : 사각형 격자 요소 생성 모듈 154 : 3차원 객체 생성 모듈
160 : 3차원 객체 조작 처리부 162 : 좌표값 저장 모듈
164 : 3D transform matrix 생성 모듈
166 : 3차원 객체 변형 모듈
본 발명의 전술한 목적과 기술적 구성 및 그에 따른 작용 효과에 관한 자세한 사항은 본 발명의 명세서에 첨부된 도면에 의거한 이하 상세한 설명에 의해 보다 명확하게 이해될 것이다.
CSS(cascading style sheet)는 웹 문서의 화면 구성 및 렌더링 방식을 지정하기 위한 기술로 2차원 평면좌표계에 적용되는 translate, rotate, scale, skew 등의 2D transform, 3차원 입체좌표계에 적용되는 translate3d, rotate3d, scale3d 등의 3D transform, 각 transform 사이의 애니메이션 효과를 지원한다.
또한, CSS는 웹 문서를 구성하는 개별 구성 요소의 간단한 조작에 적합한 기술로 메뉴바/버튼/이미지 등의 단순한 UI 구성 요소 혹은 각 웹 페이지 간의 이동 시에 전환 효과를 제공하는 용도로 사용되어왔다. 그러나, 본 발명에서는 웹 문서의 개별 구성 요소(특히 이미지)를 사각형 형태의 조각으로 더욱 작게 분해한 후, 이를 폴리곤과 유사한 형태로 만들어 임의의 3차원 객체를 생성하고 조작하는 용도로 사용될 수 있다.
이하 도면을 참조하여 3차원 객체를 생성하고 조작하는 기술에 대해 설명하기로 한다.
도 1은 본 발명의 실시예에 따른 3차원 객체 생성을 위한 시스템을 나타낸 도면이다.
도 1을 참조하면, 3차원 객체 생성을 위한 시스템은 3차원 객체 생성 장치(100)의 요청에 따라 웹 또는 왑 페이지를 제공하는 서비스 제공 장치(200)를 포함한다.
3차원 객체 생성 장치(100)는 평면 형태의 2차원 웹 페이지 구성 요소를 다수의 폴리곤으로 나누어 3차원 객체를 생성하고, 3차원 객체에 포함된 개별 격자 요소의 꼭지점 위치를 조작하여 변형된 3차원 객체를 생성한다.
이러한 3차원 객체 생성 장치(100)는 통신 기능 및 근거리 통신 기능을 탑재한 사용자 장치라면 어느 것이라도 적용될 수 있다. 예를 들면, 노트북, 무선통신 단말, 스마트폰(Smart phone), PMP(Portable Media Player), PDA(Personal Digital Assistant), 타블렛 PC(Tablet PC), 셋탑박스(Set-top box), 스마트 TV 등 다양한 장치가 될 수 있다.
3차원 객체 생성 장치(100)에 대한 상세한 설명은 도 2를 참조하기로 한다.
서비스 제공 장치(200)는 3차원 객체 생성 장치(100)의 요청에 따라 웹 또는 왑 페이지를 3차원 객체 생성 장치(100)에 제공한다.
도 2는 본 발명의 실시예에 따른 3차원 객체 생성 장치의 구성을 개략적으로 나타낸 블럭도, 도 3은 도 2에 도시된 3차원 객체 생성부의 구성을 상세히 나타낸 블럭도, 도 4는 도 2에 도시된 3차원 객체 조작 처리부의 구성을 상세히 나타낸 블럭도이다.
도 2를 참조하면, 3차원 객체 생성 장치(100)는 통신망을 통해 데이터를 송수신하는 통신부(110), 입력부(120), 출력부(130), 저장부(140), 3차원 객체 생성부(150), 3차원 객체 조작 처리부(160)를 포함한다.
통신부(110)는 3차원 객체 생성 장치(100)와 서비스 제공 장치를 통신망을 통해 상호 연결시키는 통신 수단으로서, 예를 들어 이동통신, 위성통신 등의 무선 통신모듈, 인터넷 등의 유선 통신모듈, 와이파이 등의 근거리 무선 통신모듈 등을 포함할 수 있다.
입력부(120)는 3차원 객체 생성 장치(100)의 동작 제어를 위한 사용자 요청을 입력받기 위한 수단으로, 사용자의 조작에 따라서 사용자의 요청을 전기 신호로 변환한다. 입력부(120)는 사용자로부터 문자, 숫자 및 텍스트 정보를 입력받는 키 입력 수단을 말하며, 키 입력 수단은 키보드, 키패드, 터치 스크린 등으로 구현될 수 있다.
출력부(130)는 3차원 객체 생성 장치(100)가 접속한 웹 사이트 데이터를 표시한다. 또한, 출력부(130)는 애플리케이션 구동에 따른 화면 정보를 디스플레이하는 디스플레이 수단을 말하며, 이러한 출력부(130)는 LCD(Liquid Crystal Display), OLED(Organic Light Emitting Diodes) 등 소형 평판 디스플레이장치로 구현되는 것이 바람직하다. 또한, 전술한 입력부(120)와 겹쳐 터치 스크린 형태로 구현될 수 있다.
저장부(140)는 3차원 객체 생성 장치(100)의 동작 제어 시 필요한 프로그램과, 그 프로그램 수행 중에 발생되는 데이터를 저장한다.
3차원 객체 생성부(150)는 2차원 웹 페이지 구성 요소의 격자화를 통해 해당 구성요소를 다수의 폴리곤으로 나누어 3차원 객체를 생성한다. 3차원 객체는 다수의 폴리곤(polygon)으로 표현된다. 일반적으로 폴리곤은 점(dot), 선(line), 삼각형(triangle) 중 어느 한 형태를 갖는다. 삼각형 폴리곤은 좌표(x, y, z) 및 자신의 각 정점(vertex)에서의 그 밖의 다른 속성 (예를 들면, 색상(color), 텍스쳐(texture) 좌표 등)에 의해 표시된다. 폴리곤 정점의 좌표(x, y)는 출력부(130) 상에서의 위치를 나타낸다. 좌표(z)는 정점이 3차원 장면의 선택된 뷰 포인트(view point)로부터 떨어져 있는 거리를 나타낸다.
3차원 객체 생성부(150)에 대해 도 3을 참조하면, 3차원 객체 생성부(150)는 사각형 격자 요소 생성 모듈(152), 3차원 객체 생성 모듈(154)을 포함한다.
사각형 격자 요소 생성 모듈(152)은 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성한다. 웹 페이지의 구성요소는 이미지, 텍스트 등의 객체를 포함할 수 있다. 따라서, 사각형 격자 요소 생성 모듈(152)은 웹 페이지의 구성요소가 이미지인 경우, 원본 이미지에 대응되는 격자 형태의 개별 이미지를 서비스 제공 장치로부터 전달받을 수 있다. 또한, 사각형 격자 요소 생성 모듈(152)은 javascript 등을 활용한 브라우저 내부 연산을 통해 원본 이미지를 비트맵 형태로 변환한 후 격자 이미지를 자체적으로 생성할 수 있다. 또한, 사각형 격자 요소 생성 모듈(152)은 웹 페이지의 구성 요소가 이미지가 아닌 경우, <div>, <span> 등의 구분 태그를 이용하여 해당 구성요소를 사각형 격자로 분해하여 사각형 격자 요소를 생성할 수 있다.
3차원 객체 생성 모듈(154)은 사각형 격자 요소 생성 모듈(152)에서 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 각각 나눈 후, 각 사각형 격자 요소를 복제하여 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 다수의 폴리곤을 생성한다. 이때, 생성된 다수의 폴리곤으로 이루어진 구성 요소가 3차원 객체일 수 있다. 즉, 3차원 객체 생성 모듈(154)은 각 사각형 격자 요소의 대각 방향 꼭지점을 이어 두 개의 삼각형으로 나눈 뒤, 해당 사각형 격자 요소를 두 벌로 복제하여 두 사각형이 서로 다른 삼각형 영역만 보이도록 각 삼각형 영역의 투명도를 조절한다. 예를 들어, 이미지의 경우, 3차원 객체 생성 모듈(154)은 보여지는 삼각형 이외의 영역에 투명도(알파값)를 '0'으로 설정하여, 해당 두 사각형의 서로 다른 영역의 삼각형에서 이미지가 보이도록 할 수 있다. 또한, 이미지 외 요소의 경우, 3차원 객체 생성 모듈(154)은 한쪽 삼각형은 투명도(알파값)을 '1'로 설정하고, 나머지 삼각형은 투명도(알파값)를 '0'으로 설정하여, 한쪽 삼각형에서만 구성요소가 보이도록 할 수 있다.
다시 도 2를 참조하면, 3차원 객체 조작 처리부(160)는 3차원 객체 생성부(150)에서 생성된 3차원 객체에서 객체 조작 신호가 입력되면, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하여 3D transform matrix를 생성하고, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성한다. 즉, 3차원 객체 생성 이후에는 3차원 객체에 포함된 개별 격자 요소의 꼭지점 위치를 조작하여 원본 이미지 혹은 구성 요소의 형태를 자유롭게 변형할 수 있어야 한다. 따라서, 3차원 객체 조작 처리부(160)는 객체 조작 신호가 입력된 경우, 그 객체 조작 신호에 따라 해당 격자 요소들의 형태를 3D transform에 의해 적절하게 변형시켜 원본 이미지를 임의 형태의 3차원 객체로 변형할 수 있다.
3차원 객체 조작 처리부(160)에 대해 도 4를 참조하면, 3차원 객체 조작 처리부(160)는 좌표값 저장모듈(162), 3D transform matrix 생성 모듈(164), 3차원 객체 변형 모듈(166)을 포함한다.
좌표값 저장 모듈(162)은 3차원 객체 생성부(150)에서 생성된 3차원 객체를 구성하는 각 격자 요소의 꼭지점 좌표값을 저장한다. 이때 좌표값 저장모듈(162)은 개별 격자 요소의 꼭지점 좌표값을 배열 등의 형태로 만들어 저장할 수 있다.
3D transform matrix 생성 모듈(164)은 3차원 객체 생성부(150)에서 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 변경된 꼭지점 좌표값과 좌표값 저장 모듈(162)에 저장된 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성한다.
즉, 사용자가 터치입력, 마우스 등을 이용하여 3차원 객체의 개별 격자 요소를 이동시키거나, 기 저장된 애니메이션 로직 등의 이벤트에 의해 개별 격자 요소가 이동된 경우, 3D transform matrix 생성 모듈(164)은 객체 조작 신호가 입력된 것으로 판단하여, 그 객체 조작 신호에 따라 개별 격자요소들의 꼭지점 좌표값을 변경하고, 모든 격자 요소에 대해 행렬 연산을 수행하여 CSS 연산에 필요한 3D transform matrix들을 생성한다. 이때 생성된 3D transform matrix은 개별 격자 요소마다 상이한 값을 가질 수 있다. 한편, 3D transform matrix 생성 모듈(164)은 화면상에 보이지 않는 꼭지점(즉, 투명한 삼각형 영역에 있는 꼭지점)은 연산에 포함시키지 않는다.
3D transform matrix 생성 모듈(164)이 3D transform matrix를 생성하는 방법에 대해 살펴보면, 화면상에 보이는 3개 꼭지점의 현재 값을 각각 O1(x1, y1, z1), O2(x2, y2, z2), O3(x3, y3, z3)라 하고, 객체 조작 신호에 따라 변경된 꼭지점 좌표값을 D1(a1, b1, c1), D2(a2, b2, c2), D3(a3, b3, c3)라 하며, 구하고자 하는 transform matrix를 M이라 하면, 3D transform matrix 생성 모듈(164)은 M*O1 = D1, M*O2 = D2, M*O3 = D3의 행렬 방정식을 만족해야 한다.
3x3 matrix의 경우 M은, O1, O2, O3을 열로 하는 행렬(Porigin)의 역행렬을 D1, D2, D3를 열로 하는 행렬(Pdestination)의 앞에 곱하여 쉽게 찾을 수 있다. 그러나, 일반적인 transform matrix는 translate, perspective transform을 적용하기 위해 3x3이 아닌 4x4 형태로 수학식 1과 같은 행렬식(MTransform)이 성립하며 이 경우 해가 여러 개 존재하므로 일반적으로 역행렬이 존재하지 않는다.
[수학식 1]
Figure PCTKR2013006915-appb-I000001
Figure PCTKR2013006915-appb-I000002
그러므로, 3D transform matrix 생성 모듈(164)은 이러한 문제를 해결하기 위하여 scale, translate, rotate, skew matrix를 개별적으로 구하는 방식을 이용한다. Translate(tx, ty, tz)와 perspective(0 0 0 1) 관련 부분을 제외하고 transform matrix를 3x3 형태로 재구성하면 수학식 2와 같다.
[수학식 2]
Figure PCTKR2013006915-appb-I000003
Figure PCTKR2013006915-appb-I000004
여기서, MT`는 MTransform를 재구성한 행렬, Po`는 Porigin를 재구성한 행렬, Pd`는 Pdestination룰 재구성한 행렬일 수 있다.
수학식 2의 MT`행렬을 scale, rotate, skew matrix로 분해하면 수학식 3과 같다.
[수학식 3]
Figure PCTKR2013006915-appb-I000005
Figure PCTKR2013006915-appb-I000006
여기서, MRotate는 rotate 행렬, Mskew는 skew 행렬, Mscale는 scale 행렬일수 있다.
Rotation matrix(MRotate)의 경우, 원 좌표와 변경 좌표값을 이용하여 수학식 4와 같은 행렬 B를 생성한 후 Singular Value Decomposition을 통해 수학식 5와 같이 구할 수 있다.
[수학식 4]
Figure PCTKR2013006915-appb-I000007
Figure PCTKR2013006915-appb-I000008
[수학식 5]
Figure PCTKR2013006915-appb-I000009
where
Figure PCTKR2013006915-appb-I000010
skew matrix와 scale matrix의 경우 삼각형 각 변의 길이 차이와 내각 값의 차이를 통하여 비교적 간단하게 구할 수 있으나 단일 값이 아닌 여러 개의 해가 존재한다. 이 경우, skew를 x 혹은 y 방향만 존재한다고 가정하여 구할 수 있다. 상기 과정으로 얻은 transform matrix는 유일한 해가 아니므로 알고리즘의 변형을 통해 상이한 transform matrix를 구할 수도 있다.
3차원 객체 변형 모듈(166)은 3D transform matrix 생성 모듈(164)에서 생성된 3D transform matrix들을 CSS transform에 적용하여 변형된 3차원 객체를 생성한다. 즉, 상기 생성된 3D transform matrix들을 이용하여 변경된 꼭지점을 지닌 개별 격자 요소들에 CSS Transform을 적용하면, 객체 조작 신호에 따라 변형된 3차원 객체를 생성할 수 있다. CSS Transform의 경우 HTML을 구성하는 개별 요소(element)에 대한 2차원 transform 효과 또는 3차원 transform 효과를 적용하기 위한 기술로 rotate, translate, scale, skew 조작 및 이를 조합하여 처리할 수 있는 matrix 인터페이스를 제공한다. 사각형 형태의 HTML 요소를 개별 조작하기 위한 기술이므로 다수의 폴리곤을 지닌 복잡한 형태의 3차원 객체를 생성하거나 이러한 객체의 외형을 변경시키는 작업이 아닌, 화면 전환, 메뉴 구성 등의 간단한 3D 효과가 필요한 부분에 주로 사용된다. CSS Transform의 경우 PC 뿐 아니라 최신의 모바일 기기에서도 지원을 하고 있어 호환성이 높다.
도 5는 본 발명의 실시예에 따른 3차원 객체 생성 장치가 3차원 객체를 생성 및 조작하는 방법을 나타낸 흐름도이다.
도 5를 참조하면, 3차원 객체 생성 장치는 2차원 웹 페이지 구성 요소를 격자화 및 다수의 폴리곤으로 나누어 3차원 객체를 생성한다(S402). 자유로운 3차원 형태의 객체 생성을 위해서는 기본적으로 평면 형태의 직사각형인 웹 페이지의 구성 요소를 다수의 폴리곤(삼각형 객체)으로 나누는 작업이 필요하다. 따라서, 3차원 객체 생성 장치는 3차원 객체를 생성하기 위해 2차원 웹 페이지 구성요소를 다수의 폴리곤으로 나눈다. 3차원 객체 생성 장치가 3차원 객체를 생성하는 방법에 대한 상세한 설명은 도 6을 참조하기로 한다.
단계 S402의 수행 후, 생성된 3차원 객체에서 객체 조작 신호가 입력되면(S404), 3차원 객체 생성 장치는 입력된 객체 조작 신호에 따른 3D transform matrix를 생성한다(S406). 그런 후, 3차원 객체 생성장치는 생성된 3D transform matrix를 CSS transform에 적용하여 변형된 3차원 객체를 생성한다(S408).
상기 3차원 객체 생성 장치가 변형된 3차원 객체를 생성하는 방법에 대한 상세한 설명은 도 8을 참조하기로 한다.
도 6은 본 발명의 실시예에 따른 3차원 객체 생성 장치가 3차원 객체를 생성하는 방법을 나타낸 흐름도, 도 7은 본 발명의 실시예에 따른 3차원 객체 생성 방법을 설명하기 위한 화면 예시도이다.
도 6을 참조하면, 3차원 객체 생성 장치는 웹 페이지의 구성요소를 일정 개수의 사각형 격자 요소로 균일하게 나누고(S502), 나누어진 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나눈다(S504).
단계 S504의 수행 후, 3차원 객체 생성 장치는 각 사각형 격자 요소를 복제하여 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성한다(S506).
3차원 객체 생성 장치가 3차원 객체를 생성하는 방법에 대해 도 7을 참조하면, 3차원 객체 생성 장치는 (a)와 같은 이미지(600)를 (b)와 같이 작은 사각형 형태의 격자로 균일하게 나눈다(610). 그런 후, 3차원 객체 생성 장치는 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누어 (c)와 같이 생성한다. 그런 후, 3차원 객체 생성 장치는 (d)와 같이 사각형 격자 요소를 복제하여 제1사각형(630a)에는 왼쪽 상위 삼각형 영역의 이미지가 보이도록 하고, 제2사각형(630b)에는 오른쪽 하위 삼각형 영역의 이미지만 보이도록 투명도를 조절하여 3차원 객체를 생성한다.
도 8은 본 발명의 실시예에 따른 3차원 객체 생성 장치가 변형된 3차원 객체를 생성하는 방법을 나타낸 흐름도, 도 9는 본 발명의 실시예에 따른 변형된 3차원 객체 생성 방법을 설명하기 위한 화면 예시도이다.
도 8을 참조하면, 3차원 객체 생성 장치는 3차원 객체에 대한 개별 격자 요소들의 꼭지점 좌표값을 저장한다(S702).
단계 S702의 수행 후, 3차원 객체에서 객체 조작 신호가 입력되면(S704), 3차원 객체 생성 장치는 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고(S706), 상기 변경된 꼭지점 좌표값과 상기 저장된 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성한다(S708).
그런 후, 3차원 객체 생성 장치는 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성한다(S710).
3차원 객체 생성 장치가 3차원 객체를 변형하는 방법에 대해 도 9를 참조하면, 도 7의 (d)와 같은 3차원 객체를 사용자가 도 9의 (a)와 같이 제1사각형 격자 요소(800a)와 제2사각형 격자 요소(800b)를 이동시키면, 3차원 객체 생성 장치는 제1사각형 격자 요소(800a)와 제2사각형 격자 요소(800b)의 꼭지점 좌표값을 변화시킨다. 그런 후, 3차원 객체 생성 장치는 (b)와 같이 변형된 격자 요소 두 개를 조합하여 변형된 3차원 객체(810)를 생성한다. 이때, 두 개의 사각형 격자 요소는 두 개의 꼭지점을 공유할 수 있다.
한편, 본 발명의 다른 측면에 따르면, 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 단계, 상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성하는 단계, 상기 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 변경전 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 단계, 상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 단계를 포함하는 3차원 객체 생성 방법이 프로그램으로 기록된 전자장치에서 판독 가능한 기록매체가 제공된다. .
이러한 3차원 객체 생성 방법은 프로그램으로 작성 가능하며, 프로그램을 구성하는 코드들 및 코드 세그먼트들은 당해 분야의 프로그래머에 의하여 용이하게 추론될 수 있다. 또한, 3차원 객체 생성 방법에 관한 프로그램은 전자장치가 읽을 수 있는 정보저장매체(Readable Media)에 저장되고, 전자장치에 의하여 읽혀지고 실행될 수 있다.
이와 같이, 본 발명이 속하는 기술분야의 당업자는 본 발명이 그 기술적 사상이나 필수적 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적인 것이 아닌 것으로서 이해해야만 한다. 본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 등가개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.
본 발명은 본 발명의 목적은 사각형 형태의 quadrangle을 기본 요소로 삼각형 형태의 폴리곤(polygon)을 에뮬레이션(emulation)함으로써, 기본적인 3차원 변형 기술(3d transform)인 rotate, translate, scale만으로도 폴리곤을 이용한 3차원 객체를 생성하고 조작할 수 있도록 하는 3차원 객체 생성 장치 및 그 방법에 적용될 수 있다.

Claims (8)

  1. 2차원 웹 페이지의 구성 요소를 격자화 및 다수의 폴리곤(polygon) 으로 나누어 3차원 객체를 생성하는 3차원 객체 생성부; 및
    상기 생성된 3차원 객체에서 객체 조작 신호가 입력되면, 상기 객체 조작 신호에 따라 해당 개별 격자 요소의 꼭지점 좌표값을 변경하여 3D transform matrix를 생성하고, 상기 생성된 3D transform matrix를 기 정의된 CSS transform(Cascading Style Sheet transform)에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 조작 처리부;
    를 포함하는 3차원 객체 생성 장치.
  2. 제1항에 있어서,
    상기 3차원 객체 생성부는 상기 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 사각형 격자요소 생성모듈; 및
    상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 다수의 폴리곤을 생성하는 3차원 객체 생성 모듈을 포함하는 것을 특징으로 하는 3차원 객체 생성 장치.
  3. 제2항에 있어서,
    상기 사각형 격자요소 생성 모듈은 상기 웹 페이지의 구성요소가 이미지인 경우, 원본 이미지에 대응되는 격자 형태의 개별 이미지를 서비스 제공 장치로부터 전달받거나, 브라우저 내부 연산을 통해 원본 이미지를 비트맵 형태로 변환한 후 격자 이미지를 자체적으로 생성하고, 상기 웹 페이지의 구성 요소가 이미지가 아닌 경우, 구분 태그를 이용하여 사각형 격자 요소를 생성하는 것을 특징으로 하는 3차원 객체 생성 장치.
  4. 제1항에 있어서,
    상기 3차원 객체 조작 처리부는,
    상기 3차원 객체 생성부에서 생성된 3차원 객체를 구성하는 각 격자 요소의 꼭지점 좌표값을 저장하는 좌표값 저장 모듈;
    상기 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 상기 좌표값 저장 모듈에 저장된 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 3D transform matrix 생성 모듈; 및
    상기 생성된 3D transform matrix를 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 3차원 객체 변형 모듈을 포함하는 것을 특징으로 하는 3차원 객체 생성 장치.
  5. 3차원 객체 생성 장치가 2차원의 웹 페이지 구성요소를 3차원 객체로 생성 및 조작하는 방법에 있어서,
    (a) 상기 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 단계; 및
    (b) 상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성하는 단계;
    를 포함하는 3차원 객체 생성 방법.
  6. 제5항에 있어서,
    상기 (b) 단계 이후,
    상기 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 변경전 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 단계; 및
    상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 단계를 더 포함하는 것을 특징으로 하는 3차원 객체 생성 방법.
  7. 제5항에 있어서,
    상기 (b) 단계에서,
    상기 웹 페이지의 구성요소가 이미지인 경우, 원본 이미지에 대응되는 격자 형태의 개별 이미지를 서비스 제공 장치로부터 전달받거나 브라우저 내부 연산을 통해 원본 이미지를 비트맵 형태로 변환한 후 격자 이미지를 자체적으로 생성하고, 상기 웹 페이지의 구성 요소가 이미지가 아닌 경우, 구분 태그를 이용하여 사각형 격자 요소를 생성하는 것을 특징으로 하는 3차원 객체 생성 방법.
  8. 웹 페이지의 구성요소를 일정 개수의 사각형 격자로 균일하게 나누어 사각형 격자 요소를 생성하는 단계;
    상기 생성된 각 사각형 격자 요소의 대각 방향 꼭지점을 이어서 두 개의 삼각형으로 나누고, 각 사각형 격자 요소를 복제한 후, 두 사각형이 서로 다른 삼각형 영역만 보이도록 투명도를 조절하여 3차원 객체를 생성하는 단계;
    상기 생성된 3차원 객체에서 객체 조작 신호가 입력된 경우, 상기 객체 조작 신호에 따라 개별 격자 요소의 꼭지점 좌표값을 변경하고, 상기 변경된 꼭지점 좌표값과 변경전 꼭지점 좌표값을 이용하여 각 격자 요소들의 3D transform matrix를 생성하는 단계; 및
    상기 생성된 3D transform matrix를 기 정의된 CSS transform에 적용하여 변형된 3차원 객체를 생성하는 단계를 포함하는 3차원 객체 생성 방법이 프로그램으로 기록된 전자장치에서 판독 가능한 기록매체.
PCT/KR2013/006915 2012-09-26 2013-07-31 3차원 객체 생성 장치 및 그 방법 WO2014051250A1 (ko)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2015508881A JP5908653B2 (ja) 2012-09-26 2013-07-31 3次元客体生成装置及びその方法
CN201380022288.6A CN104254878B (zh) 2012-09-26 2013-07-31 用于生成3d对象的设备和方法
US14/346,564 US9367957B2 (en) 2012-09-26 2013-07-31 Apparatus and method for generating 3D object

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2012-0107025 2012-09-26
KR1020120107025A KR101911906B1 (ko) 2012-09-26 2012-09-26 3차원 객체 생성 장치 및 그 방법

Publications (1)

Publication Number Publication Date
WO2014051250A1 true WO2014051250A1 (ko) 2014-04-03

Family

ID=50388590

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/006915 WO2014051250A1 (ko) 2012-09-26 2013-07-31 3차원 객체 생성 장치 및 그 방법

Country Status (5)

Country Link
US (1) US9367957B2 (ko)
JP (1) JP5908653B2 (ko)
KR (1) KR101911906B1 (ko)
CN (2) CN104254878B (ko)
WO (1) WO2014051250A1 (ko)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101659779B1 (ko) 2016-02-23 2016-09-27 (주)이지스 3차원 지리 공간 시스템에서의 3차원 도면 구축 방법
KR101659780B1 (ko) 2016-02-23 2016-09-27 (주)이지스 3차원 지리 공간 시스템에서 2차원 도면 데이터를 지구 구면 공간에 표현하는 방법
CN105912569B (zh) * 2016-03-29 2020-03-20 网易传媒科技(北京)有限公司 显示三维目标场景中包含的网页元素的方法和装置
US10303323B2 (en) * 2016-05-18 2019-05-28 Meta Company System and method for facilitating user interaction with a three-dimensional virtual environment in response to user input into a control device having a graphical interface
US9983697B1 (en) 2016-05-18 2018-05-29 Meta Company System and method for facilitating virtual interactions with a three-dimensional virtual environment in response to sensor input into a control device having sensors
US10168789B1 (en) * 2017-05-31 2019-01-01 Meta Company Systems and methods to facilitate user interactions with virtual content having two-dimensional representations and/or three-dimensional representations
CN107426601B (zh) * 2017-07-21 2020-02-07 青岛海信电器股份有限公司 一种智能电视中ui控件的显示方法及装置
CN107913519B (zh) * 2017-08-29 2022-11-04 深圳壹账通智能科技有限公司 2d游戏的渲染方法及移动终端
US10834413B2 (en) * 2018-08-24 2020-11-10 Disney Enterprises, Inc. Fast and accurate block matching for computer generated content
CN109925715B (zh) * 2019-01-29 2021-11-16 腾讯科技(深圳)有限公司 一种虚拟水域生成方法、装置及终端
US11086476B2 (en) * 2019-10-23 2021-08-10 Facebook Technologies, Llc 3D interactions with web content
US11475639B2 (en) 2020-01-03 2022-10-18 Meta Platforms Technologies, Llc Self presence in artificial reality
US11295503B1 (en) 2021-06-28 2022-04-05 Facebook Technologies, Llc Interactive avatars in artificial reality
CN116228951B (zh) * 2023-04-25 2023-07-14 安徽海马云科技股份有限公司 一种数字虚拟对象的表情数据处理方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090098630A (ko) * 2008-03-14 2009-09-17 세이코 엡슨 가부시키가이샤 입체 표시기를 위한 그래픽 데이터 처리
KR100955463B1 (ko) * 2009-10-22 2010-04-29 주식회사 넥서스칩스 3차원 스케일링 방식을 이용한 이미지변환모듈을 구비한 모바일단말 및 이를 이용한 이미지변환방법
KR20110001400A (ko) * 2009-06-30 2011-01-06 삼성전자주식회사 휴대용 단말기에서 센서를 이용한 렌더링 방법 및 장치
KR20110024053A (ko) * 2009-09-01 2011-03-09 삼성전자주식회사 3d 오브젝트 변형 장치 및 방법
KR20120082161A (ko) * 2011-01-13 2012-07-23 호남대학교 산학협력단 2d 모바일 기기를 위한 3d 렌더러 장치

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5268677A (en) * 1988-08-04 1993-12-07 The Grass Valley Group, Inc. Reduced viewport for graphics display
JP3603118B2 (ja) 2001-06-08 2004-12-22 東京大学長 擬似3次元空間表現システム、擬似3次元空間構築システム、ゲームシステム、及び電子地図提供システム
JP4096622B2 (ja) 2002-05-21 2008-06-04 株式会社セガ 画像処理方法及び装置、並びにプログラム及び記録媒体
EP1635297B1 (en) 2003-05-30 2012-06-13 Lattice Technology, Inc. 3-dimensional graphics data display device
JP2005063287A (ja) * 2003-08-19 2005-03-10 Dainippon Printing Co Ltd 電子書籍、電子書籍表示方法、および電子書籍制作方法
CN100545871C (zh) * 2006-05-12 2009-09-30 中国科学院自动化研究所 一种直接传递三维模型姿态的方法
US8026929B2 (en) * 2006-06-26 2011-09-27 University Of Southern California Seamlessly overlaying 2D images in 3D model
US7639253B2 (en) * 2006-07-13 2009-12-29 Inus Technology, Inc. System and method for automatic 3D scan data alignment
US8237739B2 (en) * 2006-09-12 2012-08-07 Qualcomm Incorporated Method and device for performing user-defined clipping in object space
US8564590B2 (en) * 2007-06-29 2013-10-22 Microsoft Corporation Imparting three-dimensional characteristics in a two-dimensional space
US10705692B2 (en) 2009-05-21 2020-07-07 Sony Interactive Entertainment Inc. Continuous and dynamic scene decomposition for user interface
CA2828222A1 (en) * 2010-02-23 2011-09-01 Muv Interactive Ltd. A system for projecting content to a display surface having user-controlled size, shape and location/direction and apparatus and methods useful in conjunction therewith
CN102375831B (zh) * 2010-08-13 2014-09-10 富士通株式会社 三维模型检索装置及其方法和模型库生成装置及其方法
US8977624B2 (en) 2010-08-30 2015-03-10 Microsoft Technology Licensing, Llc Enhancing search-result relevance ranking using uniform resource locators for queries containing non-encoding characters
CN102542601A (zh) * 2010-12-10 2012-07-04 三星电子株式会社 一种用于3d对象建模的设备和方法
US9292933B2 (en) 2011-01-10 2016-03-22 Anant Madabhushi Method and apparatus for shape based deformable segmentation of multiple overlapping objects
CN102156779B (zh) * 2011-04-13 2013-03-20 北京石油化工学院 地下水流仿真与预测分析方法
CN102184082B (zh) * 2011-05-20 2013-04-03 广州市数字视频编解码技术国家工程实验室研究开发与产业化中心 一种基于双目视差原理的3d浏览器实现方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090098630A (ko) * 2008-03-14 2009-09-17 세이코 엡슨 가부시키가이샤 입체 표시기를 위한 그래픽 데이터 처리
KR20110001400A (ko) * 2009-06-30 2011-01-06 삼성전자주식회사 휴대용 단말기에서 센서를 이용한 렌더링 방법 및 장치
KR20110024053A (ko) * 2009-09-01 2011-03-09 삼성전자주식회사 3d 오브젝트 변형 장치 및 방법
KR100955463B1 (ko) * 2009-10-22 2010-04-29 주식회사 넥서스칩스 3차원 스케일링 방식을 이용한 이미지변환모듈을 구비한 모바일단말 및 이를 이용한 이미지변환방법
KR20120082161A (ko) * 2011-01-13 2012-07-23 호남대학교 산학협력단 2d 모바일 기기를 위한 3d 렌더러 장치

Also Published As

Publication number Publication date
CN104254878B (zh) 2017-08-11
KR20140040416A (ko) 2014-04-03
US9367957B2 (en) 2016-06-14
CN107256207B (zh) 2020-09-29
KR101911906B1 (ko) 2018-10-25
CN107256207A (zh) 2017-10-17
US20150371441A1 (en) 2015-12-24
CN104254878A (zh) 2014-12-31
JP2015518217A (ja) 2015-06-25
JP5908653B2 (ja) 2016-04-26

Similar Documents

Publication Publication Date Title
WO2014051250A1 (ko) 3차원 객체 생성 장치 및 그 방법
JP5992934B2 (ja) 三次元ビューイングの方法
CN101154150A (zh) 获取计算机屏幕图像的方法
CN102043571A (zh) 移动设备金融商品报价屏幕显示线图的操作装置与方法
CN114782612A (zh) 图像渲染方法、装置、电子设备及存储介质
CN101930340B (zh) 一种电子书模拟真实翻页产生光照效果的方法
US7889210B2 (en) Visual integration hub
WO2013183877A1 (ko) 3차원 디지털 만화 뷰어 제공 시스템 및 그 방법
Pakhira Computer Graphics, Multimedia and Animation
JP2005055573A (ja) 高速表示処理装置
CN109471613A (zh) 核安全级应用的图形文件生成方法和系统
Fluke et al. Immersive virtual reality experiences for all-sky data
Kornilov et al. Fips: an OpenGL based FITS viewer
KR101911904B1 (ko) 3차원 객체 생성 장치 및 그 방법
CN111429549A (zh) 路线图像的生成方法、装置及存储介质
Wang et al. Chinese sign language animation system on mobile devices
Gede Novel Globe Publishing Techniques Using WebGL
KR101202164B1 (ko) 3차원 디지털 만화 뷰어 제공 시스템 및 그 방법
CN104834670A (zh) 一种企业信息化展示系统
Rogers Dynamic 3D modelling for architectural design
Xu et al. The virtual composing system for museum based on augmented reality technology
Thomas et al. GUI: Graphic User Interfaces: Control Design Animation & Simulation Systems
WO2019107637A1 (ko) 디지털 홀로그램 응용 시스템 및 방법
JPH1124649A (ja) グラフ表示装置、グラフ表示方法、記憶媒体
CN117475071A (zh) 标记对象的渲染方法、装置、终端设备及存储介质

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14346564

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13841243

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015508881

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 02/06/2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13841243

Country of ref document: EP

Kind code of ref document: A1