EP0926628A2 - mpparatus and method for generating progressive polygon data - Google Patents

mpparatus and method for generating progressive polygon data Download PDF

Info

Publication number
EP0926628A2
EP0926628A2 EP98303404A EP98303404A EP0926628A2 EP 0926628 A2 EP0926628 A2 EP 0926628A2 EP 98303404 A EP98303404 A EP 98303404A EP 98303404 A EP98303404 A EP 98303404A EP 0926628 A2 EP0926628 A2 EP 0926628A2
Authority
EP
European Patent Office
Prior art keywords
vertex
polygon data
polygon
vertices
progressive
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP98303404A
Other languages
German (de)
French (fr)
Other versions
EP0926628A3 (en
Inventor
Masatoshi c/o Fujitsu Limited Arai
Ryosuke c/o Fujitsu Limited Miyata
Koichi c/o Fujitsu Limited Murakami
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Publication of EP0926628A2 publication Critical patent/EP0926628A2/en
Publication of EP0926628A3 publication Critical patent/EP0926628A3/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • 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

Definitions

  • the present invention relates to an apparatus and a method for generating progressive polygon data, and an apparatus and a method for generating three-dimensional real-time graphics using the progressive polygon data.
  • Japanese Laid-Open Patent Publication (Tokkai-Hei) No.7-85307 discloses a technique for the reduction of the polygon data used for rendering an individual object, when a plurality of objects are rendered.
  • this technique a plurality of sets of polygon data that have different resolutions are prepared previously, and the resolutions are changed depending on what is rendered, e.g., what kind of behavior is rendered or the like.
  • This method makes it possible to reduce the number of polygons according to the behavior of an object or the like when rendering the object, so that this method is effective to display a plurality of objects on the screen.
  • a progressive polygon data generator includes a basic vertex determinator for determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively, based on the level of approximation, and a detailed vertex coordinate calculator for progressively calculating coordinates of vertices of a polyhedron determined by the detailed vertex determinator in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • the basic vertex determinator determines vertices of the basic polyhedron by selection of an operator.
  • a progressive polygon data generator includes a basic vertex determinator for determining vertices of polygons approximate to cross-sections virtually segmenting a 3D object as vertices of a basic polyhedron approximate to a shape of the 3D object, a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculator for calculating coordinates of vertices of a polyhedron progressively determined by the detailed vertex determinator in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • the polygon approximate to each cross-section is a quadrilateral defined by four vertices that divide a total length of sides of the second polygonal shape into four equal lengths.
  • the detailed vertex determinator progressively determines vertices of a polygon the number of which is increased so that the level of approximation to the cross-section is higher than the polygon approximate to the cross-section as detailed vertices, based on the increased number of vertices. This is because information about the position of the detailed vertex can be stored in a simplified form.
  • the detailed vertex determinator includes an approximation level calculator for calculating a difference between a length of each side of the quadrilateral and a total length of sides of the second polygonal shape between both ends of each side of the quadrilateral, a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value, and a progressive vertex determinator for determining a point that divides into two equal lengths the total length of the sides of the second polygonal shape between both ends of the side of the quadrilateral as a vertex of a polygon in a higher level of approximation when the comparator determines that the difference is the predetermined value or more, and not determining a vertex of a polygon in a higher level of approximation when the difference is determined to be smaller than the predetermined value.
  • the approximation level calculator calculates the difference with respect to a newly produced side of the polygon whose vertex is determined, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a vertex of a polygon in a higher level of approximation.
  • the detailed vertex is determined by this process, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that are desired to be used for rendering.
  • the detailed vertex determinator includes an approximation level calculator for calculating a difference between an area of each face of the basic polyhedron and an area on a surface of the 3D object defined by line segments connecting vertices of each face of the basic polyhedron, a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value, and a progressive vertex determinator for determining a new vertex closer to the surface of the 3D object than the face when the comparator determines that the difference is the predetermined value or more, and not determining a new vertex when the difference is determined to be smaller than the predetermined value.
  • an approximation level calculator for calculating a difference between an area of each face of the basic polyhedron and an area on a surface of the 3D object defined by line segments connecting vertices of each face of the basic polyhedron
  • a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value
  • a progressive vertex determinator for determining
  • the approximation level calculator calculates a difference in the area with respect to a polyhedron defined by the face and the new vertex, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a new vertex.
  • the detailed vertex is determined by this process as well, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that are desired to be used for rendering.
  • the progressive vertex determinator determines as the new vertex a point at which a normal line from a centroid of a corresponding face of a polyhedron intersects a face represented by original polygon data obtained by geometric modeling of the 3D object. This makes it possible to obtain suitable vertices for producing 3D polygon data.
  • a method for generating progressive polygon data includes a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • the detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  • the level of approximation is determined by comparing a difference between an area of a face of a polyhedron defined by a vertex determined by the detailed vertex determining step and a plurality of predetermined vertices used for determining a coordinate system in the detailed vertex calculating step and an area of a potion corresponding to the face of the polyhedron represented by original polygon data obtained by geometric modeling of the object with a predetermined value.
  • the detailed vertex is determined by this process, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that can be used for rendering.
  • a computer-readable recording medium storing a program.
  • the program includes a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • the detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  • a 3D real-time graphics generator includes a rendering polygon number determinator for determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producer for producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention in accordance with the number of polygons determined by the rendering polygon number determinator.
  • the 3D polygon data producer produces 3D polygon data by determining vertices constituting 3D polygon data for rendering an object in accordance with the number of polygons determined by the rendering polygon number determinator.
  • the utilization of the progressive polygon data of the present invention makes it possible to produce 3D polygon data easily.
  • the 3D real-time graphics generator of the present invention further includes a basic vertex changer for changing positions of vertices of the basic polyhedron.
  • the 3D polygon data producer calculates absolute coordinates of detailed vertices whose positions are represented by coordinates in a coordinate system determined based on the vertices, based on changed positions of the vertices.
  • the sequential computation for detailed vertices after the change of the position of the vertices of the basic polyhedron makes it possible to move the object or change the shape of the object easily.
  • the 3D real-time graphics generator further includes an animation data storage for storing a plurality of progressive polygon data added with information about rendering timing, and an animation rendering controller for rendering 3D polygon data produced by the 3D polygon data producer from the progressive polygon data stored in the animation data storage in accordance with the information about rendering timing.
  • an animation rendering controller for rendering 3D polygon data produced by the 3D polygon data producer from the progressive polygon data stored in the animation data storage in accordance with the information about rendering timing.
  • a plurality of polygon data representing movement of the object or change in the shape are sequentially rendered at a predetermined timing so as to produce animation.
  • the use of the present invention facilitates movement of the object and change in the shape or the like, so that the amount of work of the animator can be reduced.
  • the rendering polygon number determinator includes a moving speed calculator for calculating a moving speed of an object when 3D polygon data is rendered sequentially based on the plurality of progressive polygon data and the information about rendering timing stored in the animation data storage.
  • the rendering polygon number determinator determines the number of polygons based on the moving speed calculated by the moving speed calculator.
  • the moving speed is high, animation is naturally rendered even with a reduced number of polygons. Therefore, the reduction in the number of polygons for rendering an object makes it possible to render more objects.
  • the rendering polygon number determinator comprises a Z value obtainer for obtaining a Z value representing a distance from a viewpoint to a position of a rendered object from the progressive polygon data.
  • the rendering polygon number determinator determines the number of polygons based on the distance obtained by the Z value obtainer.
  • the distance between the viewpoint and the position of the object is long, the object can be rendered smoothly even with a reduced number of polygons. Therefore, the reduction in the number of polygons for rendering an object makes it possible to render more objects.
  • the rendering polygon number determinator determines the number of polygons based on information about system resources on which the object is rendered. For example, a suitable number of polygons depends on system resources such as processing performance of CPU, a capacity of a memory or the like.
  • a method for generating 3D real-time graphics includes a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention, based on the number of polygons determined by the rendering polygon number determining step.
  • a computer-readable recording medium storing a program.
  • the program executing a process includes a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention, based on the number of polygons determined in the rendering polygon number determining step.
  • the 3D polygon data producing step the 3D polygon data is produced by determining vertices constituting the 3D polygon data for rendering an object, based on the number of polygons determined in the rendering polygon number determining step.
  • a computer-readable recording medium storing progressive polygon data.
  • 3D polygon data representing an 3D object is produced based on the progressive polygon in accordance with a determined number of polygons.
  • the progressive polygon data includes information about vertices of a basic polyhedron approximate to a shape of the 3D object and information about a plurality of detailed vertices obtained by sequentially computing vertices from the vertices of the basic polyhedron in accordance with the determined number of polygons so that a polyhedron in a higher level of approximation to the 3D object is generated.
  • the information of the detailed vertices is represented in the form of coordinates in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron not including the detailed vertices.
  • Figure 1 is a block diagram showing the structure of a 3D real-time graphics generator according to one embodiment of the present invention.
  • Figure 2 is a diagram showing an example of a data structure of original polygon data.
  • Figure 3 is a view showing an example of a object for illustrating a method for generating progressive data for an object of a first embodiment.
  • Figure 4 is a view for illustrating a process when converting original polygon data present in the vicinity of a cross-section 403 to control point data.
  • Figure 5 is an enlarged view of a region 404.
  • Figure 6 is a diagram showing example of results of calculating all control points on the cross-section 403.
  • Figure 7 is a diagram illustrating a boundary and a starting point.
  • Figure 8 is a diagram illustrating a median point.
  • Figure 9 is a diagram illustrating a median point M 2 between a starting point S and a median point M 1 .
  • Figure 10 is a diagram illustrating the case where another median point M 3 between the median point M 1 and the median point M 2 is obtained.
  • Figure 11 is a diagram illustrating the relative coordinates of the median point M 3 .
  • Figure 12 is a diagram showing an example of a data structure of progressive polygon data in the first embodiment.
  • Figure 13 is a flow chart showing the process procedure of a controller when generating progressive polygon data in the first embodiment.
  • Figure 14 is a view showing an example of a tetrahedron inscribed inside an object.
  • Figure 15 is a view illustrating the process when forming a tetrahedron one face of which is inscribed inside the object.
  • Figure 16 is a view showing how another tetrahedron is produced.
  • Figure 17 is a diagram illustrating relative coordinates of new points.
  • Figure 18 is a diagram showing an example of a data structure of progressive polygon data in a second embodiment.
  • Figure 19 is a flow chart showing the process procedure of a controller when generating progressive polygon data in the second embodiment.
  • Figure 20 is a flow chart showing the process procedure of a controller when controlling the number of polygon data for rendering.
  • Figure 21 is a view when an example of a object is rendered with 10,000 polygons.
  • Figure 22 is a view when the object in Figure 21 is rendered with 2,000 polygons.
  • Figure 23 is a view when the object in Figure 21 is rendered with 400 polygons.
  • Figure 24 is a view when the object in Figure 21 is rendered with 220 polygons.
  • Figure 25 is a view when the object in Figure 21 is rendered with 200 polygons.
  • Figure 26 is a view when the object in Figure 21 is viewed from above.
  • Figure 27 is a view when the object in Figure 22 is viewed from above.
  • Figure 28 is a view when the object in Figure 23 is viewed from above.
  • Figure 29 is a view when the object in Figure 24 is viewed from above.
  • Figure 30 is a view when the object in Figure 25 is viewed from above.
  • Figures 31A to 30E are views showing contracted objects.
  • Figure 32 is a view illustrating the management of the number of polygons for rendering, depending on the rendering speed.
  • Figure 33 is a view illustrating translation (parallel movement) of an object.
  • Figure 34 is a view illustrating translation of the object.
  • Figure 35 is a view illustrating translation of the object.
  • Figure 36 is a view illustrating translation of the object.
  • Figure 37 is a view illustrating translation of the object.
  • Figure 38 is a view illustrating translation of the object.
  • Figure 39 is a view illustrating translation of the object.
  • Figure 40 is a view illustrating translation of the object.
  • Figure 41 is a view illustrating partial transformation of the object.
  • Figure 42 is a view illustrating partial transformation of the object.
  • Figure 43 is a view illustrating partial transformation of the object.
  • Figure 44 is a view illustrating partial transformation of the object.
  • Figure 45 is a view illustrating partial transformation of the object.
  • Figure 46 is a view illustrating partial transformation of the object.
  • Figure 47 is a view illustrating partial transformation of the object.
  • Figure 48 is a view illustrating partial transformation of the object.
  • Figure 49 is a view illustrating entire transformation of the object.
  • Figure 50 is a view illustrating entire transformation of the object.
  • Figure 51 is a view illustrating entire transformation of the object.
  • Figure 52 is a view illustrating entire transformation of the object.
  • Figure 53 is a view illustrating entire transformation of the object.
  • Figure 54 is a view illustrating entire transformation of the object.
  • Figure 55 is a view illustrating entire transformation of the object.
  • Figure 56 is a view illustrating entire transformation of the object.
  • Figure 57 is a diagram showing an example of a recording medium.
  • Figure 1 is a functional block diagram showing a structural example of a progressive polygon data generator and a 3D real-time graphics generator of the present invention.
  • one apparatus can realize both the process for generating progressive polygon data and the process for generating 3D real-time graphics (hereinafter, the apparatus in this embodiment is simply referred to as "3D real-time graphics generator").
  • the process for generating progressive polygon data and the process for generating 3D real-time graphics can be performed in separate apparatuses.
  • the 3D real-time graphics generator includes an input part 101, a controller 102, an output part 103, an original polygon data storage 104, a control point data storage 105, and a progressive polygon data storage 106.
  • the user inputs and edits the polygon data with the input part 101.
  • Specific examples of the input part 101 are a keyboard or a mouse.
  • the controller 102 controls the entire 3D real-time graphics generator of this embodiment. From the aspect of hardware, the controller 102 corresponds to a CPU and I/O interfaces between the CPU and the input/output devices. The controller 102 realizes the process for generating progressive polygon data and the process for generating 3D real-time graphics according to the present invention with a program.
  • the controller 102 includes a control point converting part 1021, a polygon progressing part 1022, an input receiving part 1023, a basic polygon data editing part 1024, a rendering polygon number calculating part 1025, a merging part 1026, and a 3D information rendering part 1027 as functional parts.
  • the original polygon data storage 104 stores polygon data generated by 3D geometric modeling.
  • the 3D polygon data generating process is mainly performed by the control point converting part 1021 and the polygon progressing part 1022, and the 3D real-time graphics generating process is performed by the other parts. Therefore, the part for generating the progressive polygon data to be stored in the progressive polygon data storage 106 from the original polygon data stored in the original polygon storage 104 can be separated from the other parts and performed in another apparatus. Thus, the progressive polygon data generating process and the 3D real-time graphics generating process can be performed in separate apparatuses. The process procedure of each part of the controller 102 will be detailed later.
  • output part 103 which can be for example an output device of a display apparatus.
  • the original polygon data storage 104 stores original polygon data.
  • original polygon data Hereinafter, the data structure of the original polygon data will be described.
  • FIG. 2 is a diagram showing an example of a data structure of the original polygon data of this embodiment.
  • original polygon data 20 include vertex data 201 and triangle polygon data 202.
  • the vertex data 201 includes coordinates (X v , Y v , Z v ) of the vertex of a triangle modeled from a real object together with the identifier ID V of the vertex.
  • the triangle polygon data 202 includes a set of identifiers ID v of three vertices forming a triangle face together with the identifier ID F of the triangle face.
  • An identifier ID o 203 is assigned to each object and stored.
  • a triangle is used as the polygon, but a rectangle or other polygonal shapes can be used as well.
  • the control point data storage 105 stores control point data converted from the original polygon data 20.
  • the data structure of the control point data will be detailed later.
  • the progressive polygon data storage 106 stores progressive polygon data generated by the polygon progressing part 1022 based on the control points.
  • the progressive polygon data includes the most coarse polygon data in the uppermost level (hereinafter, referred to as "basic polygon data") 1061 and polygon data in lower levels than the basic polygon data (hereinafter, referred to as "detailed polygon data") 1062.
  • the detailed polygon data 1062 represents detailed vertices obtained on the basis of the basic polygon data. Based on the detailed polygon data 1062, more data for polygons having smaller faces is generated.
  • the polygon progressing process and the data structure of the progressive polygon data including the basic polygon data 1061 and the detailed polygon data 1062 generated by the polygon progressing process will be detailed later.
  • the control point converting part 1021 converts the original polygon data 20 into control point data.
  • the control point converting process will be detailed later.
  • the polygon progressing part 1022 generates progressive polygon data from the control point data.
  • the input receiving part 1023 receives input instructions for editing the basic polygon data 1061 from the input part 101.
  • the editing process for the basic polygon data 1061 will be detailed in the following.
  • the basic polygon data editing part 1024 edits the basic polygon data 1061 in response to the input received by the input receiving part 1023.
  • currently available polygon editing software or the like can be used as the basic polygon data editing part 1024.
  • Edited basic polygon data can be stored separately from the basic polygon data that are not edited.
  • the rendering polygon number calculating part 1025 calculates the number of polygons for use in rendering an object on the output part 103.
  • the number of polygons for rendering corresponds to the number of levels of the detailed polygon data 1062 from the basic polygon data 1061 in the progressive polygon data. The method for calculating the rendering polygon number will be detailed later.
  • the merging part 1026 performs a process of computing the detailed polygon data 1062 from the basic polygon data 1061, based on the rendering polygon number obtained by the rendering polygon number calculating part 1025 (hereinafter, referred to as "merging") and produces 3D polygon data for the object to be rendered on the output part 103.
  • the 3D information rendering part 1027 receives the 3D polygon data processed by the merging part 1026 and renders the object on the output part 103.
  • the 3D information rendering part 1027 stores a tool (not shown) for rendering the object on the output part 103 with the 3D polygon data generated in the 3D real-time graphics generating process in this embodiment.
  • Currently available software can be used for this tool.
  • SoftImage® by Microsoft Co. was used.
  • other software can be used, as long as it can render a 3D object by obtaining data of vertices of polygons and data of surfaces formed by a plurality of vertices representing the 3D polygon data.
  • Embodiment 1 of the present invention will be described with reference to the accompanying drawings.
  • a first method for generating progressive polygon data from the original polygon data 20 will be described in detail.
  • Figure 3 is a view showing an example of an object, illustrating a method of this embodiment for generating progressive polygon data from the original polygon data 20.
  • Figure 3 shows an object 401 whose original polygon data has been obtained previously by geometric modeling on coordinate axes. In Figure 3, not all triangles representing the original polygon data are shown.
  • first an object 401 is bisected virtually while sequentially changing the z coordinate of a (x, y) plane 402 vertical to the z axis, and the coordinates on the boundary of a cross-section 403 are obtained.
  • the original polygon data 20 is converted to control points.
  • the object is bisected in the (x, y) plane, but the object also can be bisected in the (y, z) plane or the (z, x) plane.
  • Figure 4 is a view for illustrating a process when converting the original polygon data 20 in the vicinity of the cross-section 403 to control point data. As shown in a region 404 of Figure 4, many faces represented by the original polygon data intersect the cross-section 403 in the vicinity of the cross-section 403. Figure 5 shows an enlarged view of the region 404 shown in Figure 4.
  • the coordinates of the vertices A, B and C of a triangle 405 represented by the original polygon data 20 that intersects the cross-section 403 are (X a , Y a , Z a , (X b , Y b , Z b ), and (X c , Y c , Z c ), respectively.
  • the coordinates of the points on line segments AB and AC with the z coordinate of Z 1 can be obtained.
  • the point on the line segment AB with the z coordinate of Z 1 is represented by P, and the point on the line segment AC with the z coordinate of Z 1 is represented by Q.
  • control points are allotted as "control points”.
  • FIG. 6 is a diagram showing an example of results of the calculation for all the control points in the cross-section 403.
  • black squares denote the control points.
  • FIG 7 is a diagram for illustrating a boundary and a starting point in the polygon progressing process.
  • a line segment is formed between each pair of adjacent control points so as to form a boundary 406, and then a starting point S is selected from the control points on the boundary 406.
  • Any control point among the control points on the boundary 406 can be selected as the starting point S.
  • the point closest to the x axis is selected as the starting point S.
  • a cross denotes the starting point S.
  • FIG. 8 is a diagram showing an example of results of the calculation for the median point.
  • M 1 denotes the median point.
  • L 01 the length from the starting point S to the median point M 1 on the boundary 406 along the upper path in Figure 8, which is denoted by L 01 , is equal to that along the lower path, which is denoted L' 01 .
  • a length l 01 of a line segment between the starting point S and the median point M 1 is compared with the length L 01 .
  • ) of the difference between the lengths l 01 and L 01 is below a predetermined value ⁇ , the polygon progressing process is not performed any more.
  • FIG. 9 is a diagram showing the median point between the starting point S and the median point M 1 .
  • M 2 denotes the median point between the starting point S and the median point M 1 .
  • the length from the starting point S to the median point M 2 on the boundary 406, which is denoted by L 02 is equal to the length from the starting point M 1 to the median point M 2 , which is denoted L 12 .
  • Another point M' 2 on the other side can be obtained as the median point between the starting point S and the median point M 1 , but subsequent processes will be described by taking the median point M 2 as an example. The process described below also can be applied to the median point M' 2 .
  • L 02 denotes a length from the starting point S to the median point M 2 on the boundary 406, as described above, and l 02 denotes a length of a line segment SM 2 .
  • L 12 denotes a length from the median points M 1 and M 2 on the boundary 406, as described above, and l 12 denotes a length of a line segment M 1 M 2 .
  • the lengths L 02 and L 12 are equal, but the lengths l 02 and l 12 are different.
  • a difference between L 02 and l 02 and a difference between L 12 and l 12 are obtained, and the absolute value (
  • the absolute value of the difference is equal to ⁇ or more, a further median point between the starting point and the median point or between the median points is obtained.
  • FIG 10 is a diagram for illustrating the case where a further median point M 3 is obtained between the median points M 1 and M 2 .
  • ) of the difference between L 02 and l 02 is below the predetermined value ⁇ , there is no need to obtain a further median point between the starting point S and the median point M 2 .
  • ) of the difference between L 12 and l 12 is equal to the predetermined value ⁇ or more, a further median point M 3 is obtained between the median points M 1 and M 2 .
  • the thus obtained starting point S and median points M 1 , M 2 , M 3 ,... constitute vertex data in the form of progressive polygon data.
  • the starting point S and the median points M 1 and M 2 (and M' 2 ) obtained in the early stage constitute the basic polygon data 1061, and the median point M 3 and other detailed median points following M 3 constitute the detailed polygon data 1062 for a larger number of polygons, which are sequentially computed from the basic polygon data 1061.
  • the basic polygon data 1061 is used when the number of polygons for displaying on the screen is the smallest. Therefore, the basic polygon data 1061 can be stored in the form of absolute coordinates, that means coordinates with respect to the origin of coordinate axes.
  • the detailed polygon data 1062 is sequentially computed dynamically to produce 3D polygon data, even if the basic polygon data is edited by the basic polygon data editing part 1024. Therefore, the detailed polygon data 1062 cannot be stored in the form of absolute coordinates.
  • the median point M 3 is stored with relative coordinates to the median points M 1 and M 2 .
  • Figure 11 is a diagram for illustrating relative coordinates of the median point M 3 .
  • Vectors from the origin O in the (x, y) plane including the median points M 1 and M 2 to the median points M 1 and M 2 are denoted by m 1 and m 2 respectively.
  • a vector m 3 from the origin O to the median point M 3 is represented by ( a m 1 + b m 2 ) by suitably selecting real numbers a and b . Therefore, storing information about the vector m 1 and the vector m 2 and values for the real numbers a and b as data representing the median M 3 makes it possible to regenerate the median point M 3 in an appropriate relative position, even if the median points M 1 and M 2 are shifted due to a transformation process or the like.
  • progressive vertex data with respect to the cross-section 403 having a z coordinate of Z 1 can be obtained. This process is performed by changing the z coordinate, so that progressive vertex data for the entire object 401 can be obtained.
  • a process of grouping vertices forming triangles is performed with respect to the vertex data obtained in each level. More specifically, the coordinates of the basic vertex data in a cross-section are compared with those in another cross-section with one stage difference in the z coordinate, and vertices of a triangle constituting the basic polygon data are grouped.
  • the level of the hierarchy is also stored. The detailed vertices can be grouped in the level of interest by referring the stored level, so that a combination of vertices of a triangle forming the detailed polygon data can be obtained.
  • Figure 12 is a diagram showing an example of a data structure of the thus obtained progressive polygon data.
  • the data structure of the progressive polygon data shown in Figure 12 will be more specifically described below.
  • Progressive polygon data 30 includes step number data 301, vertex step data 302, face step data 303, basic polygon vertex data 304, detailed polygon vertex data 305 and face data 306.
  • An object identifier 307 is assigned to each object.
  • step number refers to the number of times that the computing of the detailed polygon data is iterated, starting from the basic polygon data.
  • a larger number of steps means a larger number of polygons.
  • the step number data 301 includes the maximum number of steps with respect to an object and the number of vertices V t and the number of faces F t obtained by the maximum number of steps.
  • step number O corresponds to the basic polygon data.
  • the number of vertices corresponding to step number 0 is the number of vertices of the basic polygon data.
  • the vertex step data 302. all data up to the number of vertices corresponding to the maximum step number, which is stored as the step number data 301, are stored as the vertex step data 302.
  • the number of vertices corresponding to the maximum step number matches V t , which is stored as the step number data 301.
  • the vertex represented by the detailed polygon vertex data 305 which will be described later, is sequentially computed until the number of vertices reaches V t .
  • a step number corresponding to a rendering polygon number is designated by the rendering polygon number calculating part 1025.
  • necessary progressive polygon data is acquired in accordance with the designated step number so as to produce the polygon data. Then, the polygon data is sent to the 3D information rendering part 1027.
  • Absolute coordinates of vertices constituting the basic polygon data are stored together with the identifiers for the vertices as the basic polygon vertex data 304.
  • the number of the basic polygon vertex data 304 matches the number of vertices in step number 0 included in the vertex step data 302.
  • Relative coordinates of detailed vertices such as the median M 3 described earlier are stored in the detailed polygon vertex data 305.
  • the identifiers of reference vertices that are referred to when the relative coordinates are obtained are stored. Since the progressive polygon data in this embodiment has the same z coordinate as the reference vertices, it suffices to store two points as the reference vertices. Therefore, in this embodiment, the detailed polygon vertex data 305 includes suitable real numbers a and b that determine the coordinates of the detailed vertex based on the sum of the vectors from the origin to the two reference vertices on the (x, y) plane, as described above.
  • a combination of identifiers of vertices forming a triangle in a level at a predetermined depth by the basic polygon vertex data and the detailed polygon vertex data is stored as the polygon face data 306.
  • the combination is assigned an identifier ID F for identifying a triangle face represented by the polygon face data.
  • Figure 13 is a flow chart showing the process procedure of the controller 102 when a polygon progressing process is performed. The process shown in Figure 13 is mainly performed by the control point converting part 1021 and the polygon progressing part 1022.
  • control point converting part 1021 selects an object for the polygon progressing process and acquires the original polygon data of the object from the original polygon data storage 104 (S1301).
  • control point converting part 1021 sets the coordinates of a cross-section in the manner described above (S1302).
  • the cross-section is not necessarily orthogonal to the z axis, but can be set arbitrarily.
  • control point converting part 1021 performs the control point calculating process (S1303).
  • the method for calculating control points has been described, so that it is not further described here.
  • the obtained control point data is stored in the control point data storage 105.
  • the polygon progressing part 1022 performs a polygon progressing process.
  • the polygon progressing part 1022 calculates the coordinates of the starting point (S1304) and calculates the coordinates of the first median point M 1 (S1305) with respect to the cross-section whose control points have been calculated.
  • the process proceeds to a polygon progressing loop (S1307). More specifically, the median point between the starting point and the median point or between the median points is calculated (S1308), the relative coordinates of the obtained median point are stored in the progressive polygon data storage 106 (S1309). The difference between the length L on the boundary and the length l of the line segment with respect to the obtained median point is compared with the predetermined value ⁇ (S1310).
  • the predetermined value ⁇ depends on such factors as the shape of the object, the performance of the machine or the like, and it is possible to predetermine and set a value that is suitable for the system resources.
  • the detailed polygon data is sequentially computed from the basic polygon data so as to generate progressive polygon data in accordance with the number of polygons for displaying graphics on the screen, so that 3D polygon data with a suitable number of polygons can be produced.
  • the use of the progressive polygon data generated by the method for generating progressive polygon data as described above makes it possible to take any forms in accordance with the number of polygons that can be used for displaying on the screen and to reduce a storage area for polygon data.
  • Figure 14 shows an example of an object for explaining the concept in this embodiment.
  • a first tetrahedron 1402 that is inscribed inside an object 1401 is formed virtually.
  • the coordinates of the vertex of the first tetrahedron 1402 represent vertex data of basic polygon data.
  • the coordinates of the vertex of the first tetrahedron 1402 can be designated by the user with a 3D information editing tool, or can be computed automatically.
  • progressive polygon data is generated by forming a new tetrahedron that shares one face with the first tetrahedron 1402.
  • Figure 15 shows an example of how to form a tetrahedron whose base is one face 1403 of the first tetrahedron.
  • the difference between the length L on the boundary and the length l of the line segment is compared with a predetermined value ⁇ .
  • the object 1401 is segmented by a face formed by the shortest lines along the surface connecting the vertices of the tetrahedron. Then, a difference between a surface area of the segmented part of the object 1401 and an area of the corresponding face of the tetrahedron is compared with a predetermined value, so as to determine the level of hierarchy.
  • the vertices of the face 1403 of the first tetrahedron are denoted by T, U and W.
  • the shortest lines along the surface connecting the vertex D of the new tetrahedron and the vertices T and U are denoted by TD, DU and TU.
  • a difference between a surface area of a portion on the object 1401 segmented by the face formed by the lines TD, DU and TU and an area of a triangle TDU is calculated.
  • the difference between the surface area of the portion and the area of the triangle is below a predetermined value, it is determined that it is not necessary to form a new tetrahedron including the triangle TDU any more.
  • the centroid of the triangle TDU is calculated so as to form a new tetrahedron with the same process as described above.
  • the progressive polygon data can be obtained.
  • the coordinates of the vertex D of the new tetrahedron are stored in the form of relative coordinates in the coordinate system defined by using the vertices T, D and U forming a face of the first tetrahedron, more specifically, by using a vector from the vertex T to the vertex D and a vector from the vertex T to the vertex U and an outer product of the vectors.
  • Figure 17 is a diagram for illustrating the relative coordinates of a new vertex in detail.
  • V 11 corresponds to the vertex T
  • V 12 corresponds to the vertex W
  • V 13 corresponds to the vertex U
  • V 111 corresponds to the new vertex D.
  • P 1 a vector from V 11 to V 12
  • P 2 a vector from V 11 to V 13
  • P 3 a vector from V 11 to V 13
  • V 111 l 111 P 1 + m 111 P 2 + n 111 P 3 , where l, m and n are suitable real numbers.
  • Figure 18 is an example of a data structure of the progressive polygon data in this embodiment.
  • the progressive polygon data in this embodiment is different from that in the first embodiment in the content of the detailed polygon vertex data 305. This is because it is necessary to store three identifiers for three reference vertices in this embodiment.
  • attributes of the vectors from the first vertex of the three vertices to the other two vertices and the outer products of the vectors are stored as l 111 , m 111 and n 111 obtained in the above equation.
  • the relative coordinates in the three dimensional coordinates are stored.
  • the detailed polygon data is sequentially computed from the basic polygon data so as to generate progressive polygon data, so that 3D polygon data with a suitable number of polygons can be produced.
  • a suitable 3D polygon data can be produced even when the basic polygon data 1061 is edited.
  • Figure 19 is a flow chart showing the process procedure of the controller 102 when generating progressive polygon data according to the method of this embodiment.
  • an object is selected (S1901), and the coordinates of the first tetrahedron as shown in Figure 15 are determined with respect to the selected object (S1902).
  • the coordinates can be determined automatically by the controller 102, or can be selected by the user.
  • the difference between an area of each face of the tetrahedron and a surface area of a corresponding portion of the object is calculated and compared with a predetermined value (S1903).
  • a predetermined value (S1903).
  • the use of the progressive polygon data generated by the method for generating progressive polygon data as described above makes it possible to take any forms in accordance with the number of polygons that can be used for displaying on the screen and to reduce a storage area for polygon data.
  • the use of the progressive polygon data generated by the methods of the present invention provides polygon data with a desired level of coarseness.
  • An important issue is how to determine the number of polygons for rendering polygon data. If the number of polygons can be determined by system resources for rendering, the system resources for rendering are assigned as parameters, and the detailed polygon data is sequentially computed from the basic polygon data in accordance with the parameters. In this manner, polygon data with a desired level of coarseness can be obtained.
  • Figure 20 is a flow chart showing the process procedure of the controller 102 when calculating the number of polygons for rendering in the 3D real-time graphics generator in this embodiment. This process is performed by the rendering polygon number calculating part 1025, based on the progressive polygon data or the like.
  • the number of polygons for an object to be rendered is managed based on the performance of the machine, the distance from the user to the object in the virtual world displayed on the screen (hereinafter, referred to as "Z value") and the speed of the movement of the object.
  • the shape of the polygon is recognized distinctly unless the object is rendered with a large number of polygons.
  • the rendered object is small, so that the detail shape of the polygon cannot be recognized by the user, even if the object is rendered with a small number of polygons.
  • the number of polygons for rendering an object is changed dynamically depending on the Z value of the object, by using the progressive polygon data as described above. Thus, the procedures of the CPU and the board can be minimized.
  • Figures 21 to 25 show objects rendered with a variety of numbers of polygons, i.e., 10,000 polygons, 2,000 polygons, 400 polygons, 220 polygons, and 200 polygons, respectively. As shown in Figures 21 to 25, as the number of polygons becomes smaller, the shape of the polygon can be recognized distinctly.
  • Figures 26 to 30 show the same object as Figures 21 to 25 when viewed from above.
  • Figures 31A to 31E show downscaled rendering of the object according to the Z value (the Z value of the object in Figure 31A is the largest).
  • the rendered object of a large Z value looks natural, even though it is rendered with a small number of polygons.
  • the 3D real-time graphics generator of the present invention produces polygon data progressively, polygon data that cannot be seen from the direction of the camera (viewpoint) can be calculated. Generally in a 3D graphics generator, a process of preventing polygons that cannot be seen from the camera from being rendered is performed. In the 3D real-time graphics generator of the present invention, therefore, it is possible to determine at the time of the recursive evaluation of polygon data whether or not the process should be performed.
  • the edge of the object is conspicuous.
  • the edge is rendered with a large number of polygons and the front of the object is rendered with a small number of polygons by referring to the relation between the direction of the camera and the normal line of the object, so that graphics with high quality can be rendered with a small number of polygons.
  • the object can be rendered naturally with a small number of polygons.
  • the object on the way of the movement can be rendered with a smaller number of polygons without giving any visual problem to the user.
  • the position of the object for every frame is managed and the speed of the movement of the object is calculated, so that the number of polygons can be reduced.
  • the position of the object can be managed with respect to the entire object or part of the object. For example, in the case where only an arm of a human moves at high speed, the speed vector of the arm is managed separately, so that the number of polygons of the arm alone can be reduced.
  • the controller 102 first acquires machine data (S2001).
  • Machine data refers to information concerning the function, performance, etc. of the computer. It is not necessary to change this value even when objects are changed, and it suffices to acquire the value only once at the beginning.
  • the machine data can be acquired by various methods.
  • the machine data can be assigned by the user as a parameter.
  • a Z value is acquired for every object (S2002), and position information of a centroid of the object for every frame stored in the progressive polygon data storage 106 is acquired (S2003).
  • the distance of the movement of the object for every frame i.e., the speed of the movement of the object, is calculated (S2004).
  • the number of polygons is determined (S2005).
  • the number of polygons is sent to the merging part 1026 in the form of the step number in the progressive polygon data, as described above. Therefore, the rendering polygon number calculating part 1025 in this embodiment stores a table indicating the correspondence between a specific number of polygons that are allowed to be used and the step number. However, such a table is not always necessary.
  • the number of polygons can be sent to the merging part 1026 in the form of a ratio to the maximum number.
  • the steps S2002 to S2005 are performed for every object and when all the objects have been subjected to the process of this embodiment, the whole process is complete (S2006).
  • the use of the 3D real-time graphics generator makes it possible to render an object with a number of polygons suitable for the system resources for rendering.
  • the progressive polygon data generated according to the present invention includes the basic polygon data 1061 representing an object with the smallest number of polygons and the detailed polygon data 1062 representing vertices of polyhedrons that are sequentially computed starting from the basic polygon data 1061.
  • the detailed polygon data 1062 is used to approximate the shape of the object represented by the basic polygon data 1061 to the shape of the object represented by the original polygon data.
  • the detailed polygon data 1062 is represented by relative coordinates, as described above. Therefore, for example, the basic polygon data 1061 is changed via the basic polygon data editing part 1024 so as to transform an object, and then the detailed polygon data is sequentially computed from the changed basic polygon data representing the transformed object, so that the entire object can be transformed.
  • Figure 33 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention.
  • this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 34 where the left leg is formed as a triangle.
  • Figure 35 is a view showing the entire object that has moved to right. In this example, the object has been moved to right by 10% of the horizontal axis.
  • the basic polygon data of the edited object is stored in the form of absolute coordinates in the progressive polygon data storage 106 separately from the basic polygon data before editing.
  • the merging part 1026 sequentially computes the detailed polygon data 1062 starting from the basic polygon data. In this manner, the entire object can be translated, as shown in Figure 36.
  • Figures 37 to 40 are views showing the object shown in Figures 33 to 36 that is subjected to the same process when viewed from above.
  • the object has been translated directly from one position to another.
  • an object positioned between the two positions shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the object is moving gradually can be produced.
  • information about timing at which objects are rendered is added to the progressive polygon data representing animation via the basic polygon data editing part 1024, so that the merging part 1026 and the 3D information rendering part 1027 perform the process to render the object at the timing specified by the information.
  • animation can be rendered.
  • the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object.
  • the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • Figure 41 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention.
  • this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 42 where the left leg is formed as a triangle.
  • Figure 43 is a view showing the shape of the polygon mesh that has been transformed due to the change.
  • the merging part 1026 sequentially computes the detailed polygon data 1062, so that the lifting of the left leg of the object is rendered as shown in Figure 44.
  • the method of the present invention no cracks nor distortion is seen in the whole shape formed by polygons, as in Figure 44.
  • Figures 45 to 48 are views showing the objects that are subjected to the same process as Figures 41 to 44 when viewed from below on the left side.
  • the object has changed directly from one shape to another shape.
  • objects with shapes on the way of the change between the two shapes shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the object is gradually lifting its left leg can be produced, as in the case of Embodiment 4.
  • the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object.
  • the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • Figure 49 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention.
  • this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 50 where the left leg is formed as a triangle.
  • Figure 51 is a view showing the shape of the polygon mesh that has been transformed due to the change.
  • Figures 53 to 56 are views showing the objects that are subjected to the same process as Figures 49 to 52 when viewed from above.
  • the object has changed directly from one shape to another shape.
  • a plurality of objects with shapes on the way of the change between the two shapes shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the left leg is gradually swollen can be produced, as in the case of Embodiment 4.
  • the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object.
  • the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • the method for generating progressive polygon data the method of virtually bisecting a 3D object and the method of approximating a tetrahedron to the shape of the object progressively have been described.
  • the effect of the present invention can be obtained when progressively detailed vertices are obtained and information about the positions of the obtained detailed vertices are stored in the form of relative coordinates. Methods for realizing the effect of the present invention are not limited to the methods that have been described above.
  • a recording medium in which programs for realizing the progressive polygon data generator and the 3D real-time graphics generator of the present invention are recorded can be not only a transportable recording medium 572 such as a CD-ROM 572-1, or a floppy disk 572-2, but also a remote accessible storage apparatus 571 or an equipped storage medium such as a hard disk and a RAM of a computer, as shown in Figure 57.
  • the program 574 is loaded into the main memory of a data processing apparatus, and executed.
  • a recording medium storing the progressive polygon data generated according to the apparatus or the method for generating the progressive polygon data of the present invention can be not only a transportable recording medium 572 such as a CD-ROM 572-1, or a floppy disk 572-2, but also a remote storage apparatus 571 or an equipped storage medium such as a hard disk and a RAM of a computer, as shown in Figure 57.
  • the recording medium can be read by a computer when the 3D real-time graphics generator of the present invention is utilized.
  • the use of the apparatus and method for generating the progressive polygon data of the present invention makes it possible to deal with any number of rendering polygons, so that 3D polygon data that can be utilized for general purposes by machines with various performances can be generated. Moreover, since the detailed polygon data is generated progressively, it is possible to reduce a storage area for 3D polygon data.
  • the use of the progressive polygon data generated according to the present invention makes it possible to reduce the amount of data processed by the computer so that the computer can process data at high speed.
  • the use of the apparatus and method for generating the 3D real-time graphics facilitates editing of objects so that the amount of work of an animator can be reduced.

Abstract

The present invention provides a 3D real-time graphics generator (Fig.1) for generating progressive polygon data for rendering 3D graphics that can reduce the amount of data processing by a computer and a storage area(106) for polygon data, and facilitates editing of an object by using the progressive polygon data so as to reduce the amount of work of an animator. The progressive polygon data includes information about vertices of a basic polyhedron approximate to the shape of a 3D object and information about detailed vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron, which are determined progressively based on the level of approximation. In the generation of 3D real-time graphics, detailed vertices are sequentially merged (1026) into the vertices of the basic polyhedron so as to produce 3D polygon data.

Description

  • The present invention relates to an apparatus and a method for generating progressive polygon data, and an apparatus and a method for generating three-dimensional real-time graphics using the progressive polygon data.
  • In recent years, in the field of computer graphics (hereinafter, referred to as "CG"), a variety of circuit boards dedicated to three-dimensional (hereinafter, referred to as "3D") representation (hereinafter, simply referred to as "boards") and machines for rendering 3D graphics are commercially available. Among these, inexpensive boards are available to be built into a personal computer (hereinafter, referred to as "PC"), as Windows 95® and Windows NT® become widespread. Moreover, inexpensive game machines making use of such boards are also available.
  • Under these circumstances, most boards and game machines represent data for 3D graphics as polygons. Boards that handle polygons range from high-performance boards to low-performance boards. For example, in a high-performance board, a fine 3D object (hereinafter, referred to as "object") can be rendered with 10,000 polygons, whereas in a low-performance board, it is necessary to render an object with about 500 polygons.
  • Conventionally, when a creator of animation (hereinafter, referred to as "animator") produced real-time animation with an animation tool such as SoftImage® (product of Microsoft Co.), at least 30,000 polygons were generally required.
  • However, in order to render graphics in real time on a currently available PC, 2,000 is the maximum number of polygons for use in rendering. Moreover, when a plurality of objects are rendered simultaneously, it is necessary to restrict the total number of polygons for rendering all objects to about 2,000 polygons.
  • Japanese Laid-Open Patent Publication (Tokkai-Hei) No.7-85307 discloses a technique for the reduction of the polygon data used for rendering an individual object, when a plurality of objects are rendered. In this technique, a plurality of sets of polygon data that have different resolutions are prepared previously, and the resolutions are changed depending on what is rendered, e.g., what kind of behavior is rendered or the like.
  • This method makes it possible to reduce the number of polygons according to the behavior of an object or the like when rendering the object, so that this method is effective to display a plurality of objects on the screen.
  • When an animation is stored in the form of polygon data, a large storage area is generally required for storing one animation. The above-described technique requires a large amount of polygon data corresponding to a plurality of resolutions to be stored previously, so that a large storage area is necessary for storing the polygon data.
  • Furthermore, in the above-described technique, since the same polygon data cannot be used for machines with different performance, it is necessary to prepare as many sets of animation as performance levels of the machines. Therefore, not only a large storage area is necessary, but also a large amount of work is required from the animator.
  • Therefore, with the foregoing in mind, it is an object of the present invention to provide an apparatus and a method for generating progressive polygon data that makes it possible to reduce the storage area for polygon data, and an apparatus and a method for generating 3D real-time graphics that makes it possible to reduce the work of the animator by using this progressive polygon data. Furthermore, it is another object of the present invention to provide a recording medium storing a program for realizing these methods and a recording medium storing the progressive polygon data.
  • In order to solve the above-described problems, a progressive polygon data generator includes a basic vertex determinator for determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively, based on the level of approximation, and a detailed vertex coordinate calculator for progressively calculating coordinates of vertices of a polyhedron determined by the detailed vertex determinator in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • In one embodiment of the present invention, the basic vertex determinator determines vertices of the basic polyhedron by selection of an operator.
  • According to another aspect of the present invention, a progressive polygon data generator includes a basic vertex determinator for determining vertices of polygons approximate to cross-sections virtually segmenting a 3D object as vertices of a basic polyhedron approximate to a shape of the 3D object, a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculator for calculating coordinates of vertices of a polyhedron progressively determined by the detailed vertex determinator in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  • Preferably, when points at which line segments represented by original polygon data obtained by geometric modeling of the 3D object intersect a face virtually bisecting the object are selected as control points so as to form a second polygonal shape by connecting the control points, the polygon approximate to each cross-section is a quadrilateral defined by four vertices that divide a total length of sides of the second polygonal shape into four equal lengths.
  • Preferably, the detailed vertex determinator progressively determines vertices of a polygon the number of which is increased so that the level of approximation to the cross-section is higher than the polygon approximate to the cross-section as detailed vertices, based on the increased number of vertices. This is because information about the position of the detailed vertex can be stored in a simplified form.
  • Preferably, the detailed vertex determinator includes an approximation level calculator for calculating a difference between a length of each side of the quadrilateral and a total length of sides of the second polygonal shape between both ends of each side of the quadrilateral, a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value, and a progressive vertex determinator for determining a point that divides into two equal lengths the total length of the sides of the second polygonal shape between both ends of the side of the quadrilateral as a vertex of a polygon in a higher level of approximation when the comparator determines that the difference is the predetermined value or more, and not determining a vertex of a polygon in a higher level of approximation when the difference is determined to be smaller than the predetermined value. When a vertex of a polygon in a higher level of approximation is determined by the progressive vertex determinator, the approximation level calculator calculates the difference with respect to a newly produced side of the polygon whose vertex is determined, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a vertex of a polygon in a higher level of approximation. When the detailed vertex is determined by this process, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that are desired to be used for rendering.
  • Preferably, the detailed vertex determinator includes an approximation level calculator for calculating a difference between an area of each face of the basic polyhedron and an area on a surface of the 3D object defined by line segments connecting vertices of each face of the basic polyhedron, a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value, and a progressive vertex determinator for determining a new vertex closer to the surface of the 3D object than the face when the comparator determines that the difference is the predetermined value or more, and not determining a new vertex when the difference is determined to be smaller than the predetermined value. When a new vertex is determined by the progressive vertex determinator, the approximation level calculator calculates a difference in the area with respect to a polyhedron defined by the face and the new vertex, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a new vertex. When the detailed vertex is determined by this process as well, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that are desired to be used for rendering.
  • Preferably, the progressive vertex determinator determines as the new vertex a point at which a normal line from a centroid of a corresponding face of a polyhedron intersects a face represented by original polygon data obtained by geometric modeling of the 3D object. This makes it possible to obtain suitable vertices for producing 3D polygon data.
  • According to another aspect of the present invention, a method for generating progressive polygon data includes a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron. The detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  • Preferably, the level of approximation is determined by comparing a difference between an area of a face of a polyhedron defined by a vertex determined by the detailed vertex determining step and a plurality of predetermined vertices used for determining a coordinate system in the detailed vertex calculating step and an area of a potion corresponding to the face of the polyhedron represented by original polygon data obtained by geometric modeling of the object with a predetermined value. When the detailed vertex is determined by this process, it is possible to produce suitable 3D polygon data in accordance with the number of 3D polygons that can be used for rendering.
  • According to still another aspect of the present invention, a computer-readable recording medium storing a program is provided. The program includes a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object, a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation, and a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron. The detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  • According to yet another aspect of the present invention, a 3D real-time graphics generator includes a rendering polygon number determinator for determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producer for producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention in accordance with the number of polygons determined by the rendering polygon number determinator.
  • Preferably, the 3D polygon data producer produces 3D polygon data by determining vertices constituting 3D polygon data for rendering an object in accordance with the number of polygons determined by the rendering polygon number determinator. The utilization of the progressive polygon data of the present invention makes it possible to produce 3D polygon data easily.
  • Preferably, the 3D real-time graphics generator of the present invention further includes a basic vertex changer for changing positions of vertices of the basic polyhedron. When positions of vertices of the basic polyhedron are changed by the basic vertex changer, the 3D polygon data producer calculates absolute coordinates of detailed vertices whose positions are represented by coordinates in a coordinate system determined based on the vertices, based on changed positions of the vertices. The sequential computation for detailed vertices after the change of the position of the vertices of the basic polyhedron makes it possible to move the object or change the shape of the object easily.
  • In one embodiment of the present invention, the 3D real-time graphics generator further includes an animation data storage for storing a plurality of progressive polygon data added with information about rendering timing, and an animation rendering controller for rendering 3D polygon data produced by the 3D polygon data producer from the progressive polygon data stored in the animation data storage in accordance with the information about rendering timing. As described above, a plurality of polygon data representing movement of the object or change in the shape are sequentially rendered at a predetermined timing so as to produce animation. The use of the present invention facilitates movement of the object and change in the shape or the like, so that the amount of work of the animator can be reduced.
  • Preferably, the rendering polygon number determinator includes a moving speed calculator for calculating a moving speed of an object when 3D polygon data is rendered sequentially based on the plurality of progressive polygon data and the information about rendering timing stored in the animation data storage. The rendering polygon number determinator determines the number of polygons based on the moving speed calculated by the moving speed calculator. When the moving speed is high, animation is naturally rendered even with a reduced number of polygons. Therefore, the reduction in the number of polygons for rendering an object makes it possible to render more objects.
  • Preferably, the rendering polygon number determinator comprises a Z value obtainer for obtaining a Z value representing a distance from a viewpoint to a position of a rendered object from the progressive polygon data. The rendering polygon number determinator determines the number of polygons based on the distance obtained by the Z value obtainer. When the distance between the viewpoint and the position of the object is long, the object can be rendered smoothly even with a reduced number of polygons. Therefore, the reduction in the number of polygons for rendering an object makes it possible to render more objects.
  • Preferably, the rendering polygon number determinator determines the number of polygons based on information about system resources on which the object is rendered. For example, a suitable number of polygons depends on system resources such as processing performance of CPU, a capacity of a memory or the like.
  • According to another aspect of the present invention, a method for generating 3D real-time graphics includes a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention, based on the number of polygons determined by the rendering polygon number determining step.
  • According to still another aspect of the present invention, a computer-readable recording medium storing a program is provided. The program executing a process includes a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data, and a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator of the present invention, based on the number of polygons determined in the rendering polygon number determining step. In the 3D polygon data producing step, the 3D polygon data is produced by determining vertices constituting the 3D polygon data for rendering an object, based on the number of polygons determined in the rendering polygon number determining step.
  • According to yet another aspect of the present invention, a computer-readable recording medium storing progressive polygon data is provided. 3D polygon data representing an 3D object is produced based on the progressive polygon in accordance with a determined number of polygons. The progressive polygon data includes information about vertices of a basic polyhedron approximate to a shape of the 3D object and information about a plurality of detailed vertices obtained by sequentially computing vertices from the vertices of the basic polyhedron in accordance with the determined number of polygons so that a polyhedron in a higher level of approximation to the 3D object is generated. The information of the detailed vertices is represented in the form of coordinates in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron not including the detailed vertices.
  • These and other advantages of the present invention will become apparent to those skilled in the art upon reading and understanding the following detailed description with reference to the accompanying figures.
  • Figure 1 is a block diagram showing the structure of a 3D real-time graphics generator according to one embodiment of the present invention.
  • Figure 2 is a diagram showing an example of a data structure of original polygon data.
  • Figure 3 is a view showing an example of a object for illustrating a method for generating progressive data for an object of a first embodiment.
  • Figure 4 is a view for illustrating a process when converting original polygon data present in the vicinity of a cross-section 403 to control point data.
  • Figure 5 is an enlarged view of a region 404.
  • Figure 6 is a diagram showing example of results of calculating all control points on the cross-section 403.
  • Figure 7 is a diagram illustrating a boundary and a starting point.
  • Figure 8 is a diagram illustrating a median point.
  • Figure 9 is a diagram illustrating a median point M2 between a starting point S and a median point M1.
  • Figure 10 is a diagram illustrating the case where another median point M3 between the median point M1 and the median point M2 is obtained.
  • Figure 11 is a diagram illustrating the relative coordinates of the median point M3.
  • Figure 12 is a diagram showing an example of a data structure of progressive polygon data in the first embodiment.
  • Figure 13 is a flow chart showing the process procedure of a controller when generating progressive polygon data in the first embodiment.
  • Figure 14 is a view showing an example of a tetrahedron inscribed inside an object.
  • Figure 15 is a view illustrating the process when forming a tetrahedron one face of which is inscribed inside the object.
  • Figure 16 is a view showing how another tetrahedron is produced.
  • Figure 17 is a diagram illustrating relative coordinates of new points.
  • Figure 18 is a diagram showing an example of a data structure of progressive polygon data in a second embodiment.
  • Figure 19 is a flow chart showing the process procedure of a controller when generating progressive polygon data in the second embodiment.
  • Figure 20 is a flow chart showing the process procedure of a controller when controlling the number of polygon data for rendering.
  • Figure 21 is a view when an example of a object is rendered with 10,000 polygons.
  • Figure 22 is a view when the object in Figure 21 is rendered with 2,000 polygons.
  • Figure 23 is a view when the object in Figure 21 is rendered with 400 polygons.
  • Figure 24 is a view when the object in Figure 21 is rendered with 220 polygons.
  • Figure 25 is a view when the object in Figure 21 is rendered with 200 polygons.
  • Figure 26 is a view when the object in Figure 21 is viewed from above.
  • Figure 27 is a view when the object in Figure 22 is viewed from above.
  • Figure 28 is a view when the object in Figure 23 is viewed from above.
  • Figure 29 is a view when the object in Figure 24 is viewed from above.
  • Figure 30 is a view when the object in Figure 25 is viewed from above.
  • Figures 31A to 30E are views showing contracted objects.
  • Figure 32 is a view illustrating the management of the number of polygons for rendering, depending on the rendering speed.
  • Figure 33 is a view illustrating translation (parallel movement) of an object.
  • Figure 34 is a view illustrating translation of the object.
  • Figure 35 is a view illustrating translation of the object.
  • Figure 36 is a view illustrating translation of the object.
  • Figure 37 is a view illustrating translation of the object.
  • Figure 38 is a view illustrating translation of the object.
  • Figure 39 is a view illustrating translation of the object.
  • Figure 40 is a view illustrating translation of the object.
  • Figure 41 is a view illustrating partial transformation of the object.
  • Figure 42 is a view illustrating partial transformation of the object.
  • Figure 43 is a view illustrating partial transformation of the object.
  • Figure 44 is a view illustrating partial transformation of the object.
  • Figure 45 is a view illustrating partial transformation of the object.
  • Figure 46 is a view illustrating partial transformation of the object.
  • Figure 47 is a view illustrating partial transformation of the object.
  • Figure 48 is a view illustrating partial transformation of the object.
  • Figure 49 is a view illustrating entire transformation of the object.
  • Figure 50 is a view illustrating entire transformation of the object.
  • Figure 51 is a view illustrating entire transformation of the object.
  • Figure 52 is a view illustrating entire transformation of the object.
  • Figure 53 is a view illustrating entire transformation of the object.
  • Figure 54 is a view illustrating entire transformation of the object.
  • Figure 55 is a view illustrating entire transformation of the object.
  • Figure 56 is a view illustrating entire transformation of the object.
  • Figure 57 is a diagram showing an example of a recording medium.
  • Hereinafter, the present invention will be described by way of embodiments with reference to the accompanying drawings.
  • Figure 1 is a functional block diagram showing a structural example of a progressive polygon data generator and a 3D real-time graphics generator of the present invention. In this embodiment, one apparatus can realize both the process for generating progressive polygon data and the process for generating 3D real-time graphics (hereinafter, the apparatus in this embodiment is simply referred to as "3D real-time graphics generator"). However, as described later, the process for generating progressive polygon data and the process for generating 3D real-time graphics can be performed in separate apparatuses.
  • As shown in Figure 1, the 3D real-time graphics generator includes an input part 101, a controller 102, an output part 103, an original polygon data storage 104, a control point data storage 105, and a progressive polygon data storage 106.
  • The user inputs and edits the polygon data with the input part 101. Specific examples of the input part 101 are a keyboard or a mouse.
  • The controller 102 controls the entire 3D real-time graphics generator of this embodiment. From the aspect of hardware, the controller 102 corresponds to a CPU and I/O interfaces between the CPU and the input/output devices. The controller 102 realizes the process for generating progressive polygon data and the process for generating 3D real-time graphics according to the present invention with a program. The controller 102 includes a control point converting part 1021, a polygon progressing part 1022, an input receiving part 1023, a basic polygon data editing part 1024, a rendering polygon number calculating part 1025, a merging part 1026, and a 3D information rendering part 1027 as functional parts.
  • The original polygon data storage 104 stores polygon data generated by 3D geometric modeling.
  • In the 3D real-time graphics generator of this embodiment, the 3D polygon data generating process is mainly performed by the control point converting part 1021 and the polygon progressing part 1022, and the 3D real-time graphics generating process is performed by the other parts. Therefore, the part for generating the progressive polygon data to be stored in the progressive polygon data storage 106 from the original polygon data stored in the original polygon storage 104 can be separated from the other parts and performed in another apparatus. Thus, the progressive polygon data generating process and the 3D real-time graphics generating process can be performed in separate apparatuses. The process procedure of each part of the controller 102 will be detailed later.
  • 3D real-time graphics like are displayed on output part 103, which can be for example an output device of a display apparatus.
  • The original polygon data storage 104 stores original polygon data. Hereinafter, the data structure of the original polygon data will be described.
  • Figure 2 is a diagram showing an example of a data structure of the original polygon data of this embodiment. As shown in Figure 2, original polygon data 20 include vertex data 201 and triangle polygon data 202. The vertex data 201 includes coordinates (Xv, Yv, Zv) of the vertex of a triangle modeled from a real object together with the identifier IDV of the vertex. The triangle polygon data 202 includes a set of identifiers IDv of three vertices forming a triangle face together with the identifier IDF of the triangle face. An identifier IDo 203 is assigned to each object and stored. In this embodiment, a triangle is used as the polygon, but a rectangle or other polygonal shapes can be used as well.
  • The control point data storage 105 stores control point data converted from the original polygon data 20. The data structure of the control point data will be detailed later.
  • The progressive polygon data storage 106 stores progressive polygon data generated by the polygon progressing part 1022 based on the control points. The progressive polygon data includes the most coarse polygon data in the uppermost level (hereinafter, referred to as "basic polygon data") 1061 and polygon data in lower levels than the basic polygon data (hereinafter, referred to as "detailed polygon data") 1062. The detailed polygon data 1062 represents detailed vertices obtained on the basis of the basic polygon data. Based on the detailed polygon data 1062, more data for polygons having smaller faces is generated. The polygon progressing process and the data structure of the progressive polygon data including the basic polygon data 1061 and the detailed polygon data 1062 generated by the polygon progressing process will be detailed later.
  • Next, the process procedure of each part of the controller 102 will be described.
  • The control point converting part 1021 converts the original polygon data 20 into control point data. The control point converting process will be detailed later.
  • The polygon progressing part 1022 generates progressive polygon data from the control point data.
  • The input receiving part 1023 receives input instructions for editing the basic polygon data 1061 from the input part 101. The editing process for the basic polygon data 1061 will be detailed in the following.
  • The basic polygon data editing part 1024 edits the basic polygon data 1061 in response to the input received by the input receiving part 1023. Specifically, currently available polygon editing software or the like can be used as the basic polygon data editing part 1024. Edited basic polygon data can be stored separately from the basic polygon data that are not edited.
  • The rendering polygon number calculating part 1025 calculates the number of polygons for use in rendering an object on the output part 103. Here, the number of polygons for rendering corresponds to the number of levels of the detailed polygon data 1062 from the basic polygon data 1061 in the progressive polygon data. The method for calculating the rendering polygon number will be detailed later.
  • The merging part 1026 performs a process of computing the detailed polygon data 1062 from the basic polygon data 1061, based on the rendering polygon number obtained by the rendering polygon number calculating part 1025 (hereinafter, referred to as "merging") and produces 3D polygon data for the object to be rendered on the output part 103.
  • The 3D information rendering part 1027 receives the 3D polygon data processed by the merging part 1026 and renders the object on the output part 103. The 3D information rendering part 1027 stores a tool (not shown) for rendering the object on the output part 103 with the 3D polygon data generated in the 3D real-time graphics generating process in this embodiment. Currently available software can be used for this tool. In the following embodiments, SoftImage® by Microsoft Co. was used. However, other software can be used, as long as it can render a 3D object by obtaining data of vertices of polygons and data of surfaces formed by a plurality of vertices representing the 3D polygon data.
  • The 3D real-time graphics generator having the above-described structure of the present invention will be described by way of embodiments and the process procedure of the controller 102 in each embodiment will be detailed.
  • (Embodiment 1)
  • First, Embodiment 1 of the present invention will be described with reference to the accompanying drawings. In this embodiment, a first method for generating progressive polygon data from the original polygon data 20 will be described in detail.
  • First, the concept of generating progressive polygon data from the original polygon data 20 according to a method of this embodiment will be described.
  • Figure 3 is a view showing an example of an object, illustrating a method of this embodiment for generating progressive polygon data from the original polygon data 20. Figure 3 shows an object 401 whose original polygon data has been obtained previously by geometric modeling on coordinate axes. In Figure 3, not all triangles representing the original polygon data are shown. According to the method of this embodiment, first an object 401 is bisected virtually while sequentially changing the z coordinate of a (x, y) plane 402 vertical to the z axis, and the coordinates on the boundary of a cross-section 403 are obtained. In this manner, the original polygon data 20 is converted to control points. In this embodiment, the object is bisected in the (x, y) plane, but the object also can be bisected in the (y, z) plane or the (z, x) plane.
  • Hereinafter, the processes up to a process of calculating the basic polygon data 1061 and the detailed polygon data 1062 will be outlined by taking as an example the cross-section 403 obtained by virtually bisecting the object 401 in the (x, y) plane 402 at a z coordinate of Z1.
  • Figure 4 is a view for illustrating a process when converting the original polygon data 20 in the vicinity of the cross-section 403 to control point data. As shown in a region 404 of Figure 4, many faces represented by the original polygon data intersect the cross-section 403 in the vicinity of the cross-section 403. Figure 5 shows an enlarged view of the region 404 shown in Figure 4.
  • Now, it is assumed that the coordinates of the vertices A, B and C of a triangle 405 represented by the original polygon data 20 that intersects the cross-section 403 are (Xa, Ya, Za, (Xb, Yb, Zb), and (Xc, Yc, Zc), respectively. The coordinates of the points on line segments AB and AC with the z coordinate of Z1 can be obtained. The point on the line segment AB with the z coordinate of Z1 is represented by P, and the point on the line segment AC with the z coordinate of Z1 is represented by Q. The coordinates (Xp, Yp, Zp) of P and the coordinates (Xq, Yq, Zq) of Q can be obtained with the following equations. Xp = Xa × (Z1-Zb) / (Za-Zb) Yp = Ya × (Z1-Zb) / (Za -Zb) Zp = Z1 Xq = Xa × (Z1-Zc) / (Za-Zc) Yq = Ya × (Z1-Zc) / (Za-Zc) Zq = Z1
  • The thus obtained points are allotted as "control points".
  • All the triangles represented by the original polygon data that intersect the cross-section 403 are subjected to the above-described process, so that the coordinates of control points in the cross-section 403 can be obtained. Figure 6 is a diagram showing an example of results of the calculation for all the control points in the cross-section 403. In Figure 6, black squares denote the control points.
  • The thus obtained coordinates of the control points are used to perform a polygon progressing process. Figure 7 is a diagram for illustrating a boundary and a starting point in the polygon progressing process. As shown in Figure 7, a line segment is formed between each pair of adjacent control points so as to form a boundary 406, and then a starting point S is selected from the control points on the boundary 406. Any control point among the control points on the boundary 406 can be selected as the starting point S. In this embodiment, the point closest to the x axis is selected as the starting point S. In Figure 7, a cross denotes the starting point S.
  • The coordinates of the control points obtained in the above-described process define the length of the boundary 406. Therefore, the coordinates of a median point that lies in the middle of the full length of the boundary 406 starting from the starting point S can be obtained. Figure 8 is a diagram showing an example of results of the calculation for the median point. In Figure 8, M1 denotes the median point. According to the definition of the median point, the length from the starting point S to the median point M1 on the boundary 406 along the upper path in Figure 8, which is denoted by L01, is equal to that along the lower path, which is denoted L'01.
  • Next, a length l01 of a line segment between the starting point S and the median point M1 is compared with the length L01. When the absolute value (|L01-l01|) of the difference between the lengths l01 and L01 is below a predetermined value ε , the polygon progressing process is not performed any more.
  • On the other hand, when the absolute value (|L01-l01|) of the difference between the lengths l01 and L01 is equal to a predetermined value ε or more, a median point between the starting point S and the median point M1 is further obtained. Figure 9 is a diagram showing the median point between the starting point S and the median point M1. In Figure 9, M2 denotes the median point between the starting point S and the median point M1. According to the definition of the median point, the length from the starting point S to the median point M2 on the boundary 406, which is denoted by L02, is equal to the length from the starting point M1 to the median point M2, which is denoted L12.
  • Another point M'2 on the other side can be obtained as the median point between the starting point S and the median point M1, but subsequent processes will be described by taking the median point M2 as an example. The process described below also can be applied to the median point M'2.
  • In Figure 9, L02 denotes a length from the starting point S to the median point M2 on the boundary 406, as described above, and l02 denotes a length of a line segment SM2. Similarly, L12 denotes a length from the median points M1 and M2 on the boundary 406, as described above, and l12 denotes a length of a line segment M1M2.
  • The lengths L02 and L12 are equal, but the lengths l02 and l12 are different. In the same manner as described above, a difference between L02 and l02 and a difference between L12 and l12 are obtained, and the absolute value (|L02- l02|) of the difference between L02 and l02 and the absolute value (|L12-l12|) of the difference between L12 and l12 are compared with a predetermined value ε. When these are below the predetermined value ε, no further median point is obtained. On the other hand, when the absolute value of the difference is equal to ε or more, a further median point between the starting point and the median point or between the median points is obtained. This iterative process makes it possible to obtain progressive vertex data that is allotted for a portion of a complex shape in detail (lower) levels and progressive vertex data that is allotted for a portion of a simple shape in coarse (upper) levels. These processes are performed on the side of the median point M'2 as well. Figure 10 is a diagram for illustrating the case where a further median point M3 is obtained between the median points M1 and M2. In the example shown in Figure 10, since the absolute value (|L02-l02|) of the difference between L02 and l02 is below the predetermined value ε, there is no need to obtain a further median point between the starting point S and the median point M2. However, since the absolute value (|L12- l12|) of the difference between L12 and l12 is equal to the predetermined value ε or more, a further median point M3 is obtained between the median points M1 and M2.
  • Thereafter, the same process is performed recursively until the difference between the length L on the boundary 406 and the length 1 of a line segment between median points is below a predetermined value ε with respect to all median points so that progressive vertex data can be obtained. In the example shown in Figure 10, since the absolute value (|L13- l13|) of the difference between L13 and l13 is below the predetermined value ε , there is no need to obtain a further median point between the starting point M1 and the median point M3. However, since the absolute value (|L23- l23|) of the difference between L23 and l23 is equal to the predetermined value ε or more, a further median point M4 is obtained between the median points M2 and M3.
  • The thus obtained starting point S and median points M1, M2, M3,... constitute vertex data in the form of progressive polygon data. The starting point S and the median points M1 and M2 (and M'2) obtained in the early stage constitute the basic polygon data 1061, and the median point M3 and other detailed median points following M3 constitute the detailed polygon data 1062 for a larger number of polygons, which are sequentially computed from the basic polygon data 1061.
  • Hereinafter, a process of calculating relative coordinates as information about the position of the vertex that constitutes the detailed polygon data 1062 will be described. The basic polygon data 1061 is used when the number of polygons for displaying on the screen is the smallest. Therefore, the basic polygon data 1061 can be stored in the form of absolute coordinates, that means coordinates with respect to the origin of coordinate axes. However, the detailed polygon data 1062 is sequentially computed dynamically to produce 3D polygon data, even if the basic polygon data is edited by the basic polygon data editing part 1024. Therefore, the detailed polygon data 1062 cannot be stored in the form of absolute coordinates.
  • Therefore, in this embodiment, for example, the median point M3 is stored with relative coordinates to the median points M1 and M2.
  • Figure 11 is a diagram for illustrating relative coordinates of the median point M3. Vectors from the origin O in the (x, y) plane including the median points M1 and M2 to the median points M1 and M2 are denoted by m1 and m2 respectively. A vector m3 from the origin O to the median point M3 is represented by (am1 + bm2) by suitably selecting real numbers a and b. Therefore, storing information about the vector m1 and the vector m2 and values for the real numbers a and b as data representing the median M3 makes it possible to regenerate the median point M3 in an appropriate relative position, even if the median points M1 and M2 are shifted due to a transformation process or the like.
  • Thus, progressive vertex data with respect to the cross-section 403 having a z coordinate of Z1 can be obtained. This process is performed by changing the z coordinate, so that progressive vertex data for the entire object 401 can be obtained.
  • However, in order to obtain progressive polygon data from the progressive vertex data, triangles are formed in a level of interest by selecting suitable vertices. This is because to render an object on general 3D rendering software, in addition to the data concerning vertices forming a polygon, data concerning a face of the polygon is necessary in many cases.
  • Therefore, in order to obtain progressive polygon data from the progressive vertex data obtained according to the method of this embodiment, a process of grouping vertices forming triangles is performed with respect to the vertex data obtained in each level. More specifically, the coordinates of the basic vertex data in a cross-section are compared with those in another cross-section with one stage difference in the z coordinate, and vertices of a triangle constituting the basic polygon data are grouped. When obtaining detailed vertex data, the level of the hierarchy is also stored. The detailed vertices can be grouped in the level of interest by referring the stored level, so that a combination of vertices of a triangle forming the detailed polygon data can be obtained.
  • Figure 12 is a diagram showing an example of a data structure of the thus obtained progressive polygon data. The data structure of the progressive polygon data shown in Figure 12 will be more specifically described below.
  • Progressive polygon data 30 includes step number data 301, vertex step data 302, face step data 303, basic polygon vertex data 304, detailed polygon vertex data 305 and face data 306. An object identifier 307 is assigned to each object.
  • Herein, "step number" refers to the number of times that the computing of the detailed polygon data is iterated, starting from the basic polygon data. In order words, a larger number of steps means a larger number of polygons.
  • The step number data 301 includes the maximum number of steps with respect to an object and the number of vertices Vt and the number of faces Ft obtained by the maximum number of steps.
  • The number of vertices for every step number is stored as the vertex step data 302. In the progressive polygon data in this embodiment, step number O corresponds to the basic polygon data. In the vertex step data 302, the number of vertices corresponding to step number 0 is the number of vertices of the basic polygon data. As the step number increases, the number of vertices increases as well. Eventually, all data up to the number of vertices corresponding to the maximum step number, which is stored as the step number data 301, are stored as the vertex step data 302. The number of vertices corresponding to the maximum step number matches Vt, which is stored as the step number data 301. In the in-between step numbers, the vertex represented by the detailed polygon vertex data 305, which will be described later, is sequentially computed until the number of vertices reaches Vt.
  • When utilizing the progressive polygon data in this embodiment, a step number corresponding to a rendering polygon number is designated by the rendering polygon number calculating part 1025. In the merging part 1026, necessary progressive polygon data is acquired in accordance with the designated step number so as to produce the polygon data. Then, the polygon data is sent to the 3D information rendering part 1027.
  • Absolute coordinates of vertices constituting the basic polygon data are stored together with the identifiers for the vertices as the basic polygon vertex data 304. The number of the basic polygon vertex data 304 matches the number of vertices in step number 0 included in the vertex step data 302.
  • Relative coordinates of detailed vertices such as the median M3 described earlier are stored in the detailed polygon vertex data 305. In this case, in order to represent the relative coordinates, the identifiers of reference vertices that are referred to when the relative coordinates are obtained are stored. Since the progressive polygon data in this embodiment has the same z coordinate as the reference vertices, it suffices to store two points as the reference vertices. Therefore, in this embodiment, the detailed polygon vertex data 305 includes suitable real numbers a and b that determine the coordinates of the detailed vertex based on the sum of the vectors from the origin to the two reference vertices on the (x, y) plane, as described above.
  • A combination of identifiers of vertices forming a triangle in a level at a predetermined depth by the basic polygon vertex data and the detailed polygon vertex data is stored as the polygon face data 306. The combination is assigned an identifier IDF for identifying a triangle face represented by the polygon face data.
  • Next, the process procedure of the controller 102 in generating progressive polygon data in the 3D real-time graphics generator in this embodiment will be described. This process is performed based on the above-described generation of the progressive polygon data.
  • Figure 13 is a flow chart showing the process procedure of the controller 102 when a polygon progressing process is performed. The process shown in Figure 13 is mainly performed by the control point converting part 1021 and the polygon progressing part 1022.
  • First, the control point converting part 1021 selects an object for the polygon progressing process and acquires the original polygon data of the object from the original polygon data storage 104 (S1301).
  • Next, the control point converting part 1021 sets the coordinates of a cross-section in the manner described above (S1302). The cross-section is not necessarily orthogonal to the z axis, but can be set arbitrarily.
  • Next, the control point converting part 1021 performs the control point calculating process (S1303). The method for calculating control points has been described, so that it is not further described here. The obtained control point data is stored in the control point data storage 105.
  • Next, the polygon progressing part 1022 performs a polygon progressing process. First, the polygon progressing part 1022 calculates the coordinates of the starting point (S1304) and calculates the coordinates of the first median point M1 (S1305) with respect to the cross-section whose control points have been calculated.
  • In this process, the difference between a length L on the boundary and a length l of the line segment with respect to the starting point and the median point M1 is calculated (S1306). When this difference is below a predetermined value ε (S1306: Yes), the calculation stops without entering a polygon progressing loop thereafter, and a next cross-section is processed.
  • When the difference is not below the predetermined value ε (S1306: No), the process proceeds to a polygon progressing loop (S1307). More specifically, the median point between the starting point and the median point or between the median points is calculated (S1308), the relative coordinates of the obtained median point are stored in the progressive polygon data storage 106 (S1309). The difference between the length L on the boundary and the length l of the line segment with respect to the obtained median point is compared with the predetermined value ε (S1310).
  • This recursive evaluation continues until the difference between the length l of the line segment and length L of the corresponding boundary becomes lower than the predetermined value ε for all the median points. In this manner, the relative coordinates, which are vertex data of the detailed polygon data, can be obtained.
  • The predetermined value ε depends on such factors as the shape of the object, the performance of the machine or the like, and it is possible to predetermine and set a value that is suitable for the system resources.
  • When the above-described recursive evaluation is completed with respect to one cross-section, the next cross-section is subjected to the recursive evaluation (S1311: No). When all cross-sections are subjected to the recursive evaluation, a combination of vertices forming a triangle as a polygon is obtained in the level of interest, so that polygons are formed in a level of interest (S1312). Thus, the polygon face data 306 is obtained. Furthermore, this process is repeated (S1313: No) until all necessary objects have been processed. Thus, the necessary progressive polygon data can be eventually obtained.
  • In the obtained progressive polygon data, as described above, the detailed polygon data is sequentially computed from the basic polygon data so as to generate progressive polygon data in accordance with the number of polygons for displaying graphics on the screen, so that 3D polygon data with a suitable number of polygons can be produced.
  • As described above, the use of the progressive polygon data generated by the method for generating progressive polygon data as described above makes it possible to take any forms in accordance with the number of polygons that can be used for displaying on the screen and to reduce a storage area for polygon data.
  • (Embodiment 2)
  • Next, a second embodiment of the present invention will be described with reference to the accompanying drawings.
  • In this embodiment, a second method for generating progressive polygon data according to the present invention, namely, a second method for generating the hierarchy of the original polygon data 20, will be described.
  • The method for generating the hierarchy in this embodiment will be described in detail.
  • Figure 14 shows an example of an object for explaining the concept in this embodiment.
  • In this embodiment, as shown in Figure 14, a first tetrahedron 1402 that is inscribed inside an object 1401 is formed virtually. The coordinates of the vertex of the first tetrahedron 1402 represent vertex data of basic polygon data. The coordinates of the vertex of the first tetrahedron 1402 can be designated by the user with a 3D information editing tool, or can be computed automatically.
  • Next, in this embodiment, progressive polygon data is generated by forming a new tetrahedron that shares one face with the first tetrahedron 1402. Figure 15 shows an example of how to form a tetrahedron whose base is one face 1403 of the first tetrahedron.
  • As shown in Figure 15, in this embodiment, coordinates of a centroid G of the face 1403 of the first tetrahedron are calculated. Thereafter, the point at which a perpendicular line extending from the centroid G intersects the surface of the object 1401 is denoted by D. Then, a new tetrahedron can be formed having the point D as one vertex. Figure 16 shows the new tetrahedron 1404 formed in this manner.
  • In the first embodiment, the difference between the length L on the boundary and the length l of the line segment is compared with a predetermined value ε . In this embodiment, the object 1401 is segmented by a face formed by the shortest lines along the surface connecting the vertices of the tetrahedron. Then, a difference between a surface area of the segmented part of the object 1401 and an area of the corresponding face of the tetrahedron is compared with a predetermined value, so as to determine the level of hierarchy.
  • More specifically, for example in Figure 16, the vertices of the face 1403 of the first tetrahedron are denoted by T, U and W. The shortest lines along the surface connecting the vertex D of the new tetrahedron and the vertices T and U are denoted by TD, DU and TU. A difference between a surface area of a portion on the object 1401 segmented by the face formed by the lines TD, DU and TU and an area of a triangle TDU is calculated. When the difference between the surface area of the portion and the area of the triangle is below a predetermined value, it is determined that it is not necessary to form a new tetrahedron including the triangle TDU any more. When the difference between the surface area and the area is not below the predetermined value, the centroid of the triangle TDU is calculated so as to form a new tetrahedron with the same process as described above.
  • The above-described process is repeated recursively until the difference becomes lower than the predetermined value with respect to all the faces. Thus, the progressive polygon data can be obtained. In the progressive polygon data in this embodiment, the coordinates of the vertex D of the new tetrahedron are stored in the form of relative coordinates in the coordinate system defined by using the vertices T, D and U forming a face of the first tetrahedron, more specifically, by using a vector from the vertex T to the vertex D and a vector from the vertex T to the vertex U and an outer product of the vectors.
  • Figure 17 is a diagram for illustrating the relative coordinates of a new vertex in detail. In Figure 17, it is assumed that V11 corresponds to the vertex T, V12 corresponds to the vertex W, V13 corresponds to the vertex U, and V111 corresponds to the new vertex D. When a vector from V11 to V12 is denoted by P1, and a vector from V11 to V13 is denoted by P2, a vector P3 can be obtained as an outer product of the vectors P1 and P2.
  • The relative coordinates of the new vertex V111 in the coordinate system having the origin of V11 can be represented with the vectors P1, P2, and P3. More specifically, V111 = l111P1 + m111P2 + n111P3, where l, m and n are suitable real numbers.
  • Figure 18 is an example of a data structure of the progressive polygon data in this embodiment. The progressive polygon data in this embodiment is different from that in the first embodiment in the content of the detailed polygon vertex data 305. This is because it is necessary to store three identifiers for three reference vertices in this embodiment. In other words, attributes of the vectors from the first vertex of the three vertices to the other two vertices and the outer products of the vectors are stored as l111, m111 and n111 obtained in the above equation. Thus, the relative coordinates in the three dimensional coordinates are stored.
  • Similarly to the first embodiment, the detailed polygon data is sequentially computed from the basic polygon data so as to generate progressive polygon data, so that 3D polygon data with a suitable number of polygons can be produced. In order words, as described above, since the coordinates of the new vertex are stored in the form of coordinates relative to one face of the original tetrahedron, a suitable 3D polygon data can be produced even when the basic polygon data 1061 is edited.
  • The process procedure of the controller 102 when generating progressive polygon data based on the above-described concept will be described below.
  • Figure 19 is a flow chart showing the process procedure of the controller 102 when generating progressive polygon data according to the method of this embodiment.
  • First, an object is selected (S1901), and the coordinates of the first tetrahedron as shown in Figure 15 are determined with respect to the selected object (S1902). The coordinates can be determined automatically by the controller 102, or can be selected by the user.
  • Next, according to the above-described method, the difference between an area of each face of the tetrahedron and a surface area of a corresponding portion of the object is calculated and compared with a predetermined value (S1903). When the difference is below the predetermined value with respect to all the faces of the tetrahedron (S1903: Yes), there is no need to further perform the polygon progressing process. Then, the next object is selected.
  • When the difference is not below the predetermined value with respect to all the faces of the tetrahedron (S1903: No), the polygon progressing process is continued, as described above (S1904). More specifically, the coordinates of the centroid of the face with respect to which the difference is not below the predetermined value is calculated (S1905), and the normal vector is obtained (S1906). Then, the relative coordinates of a new vertex are stored as the detailed polygon data (S1907).
  • When all the objects to be rendered have been subjected to this recursive evaluation (S1908:Yes), the polygon progressing process is complete.
  • As described above, the use of the progressive polygon data generated by the method for generating progressive polygon data as described above makes it possible to take any forms in accordance with the number of polygons that can be used for displaying on the screen and to reduce a storage area for polygon data.
  • (Embodiment 3)
  • Next, a third embodiment of the present invention will be described with reference to the accompanying drawings.
  • In this embodiment, a method for managing the number of polygons for rendering in a 3D real-time graphics generator according to the present invention will be described.
  • As described in Embodiments 1 and 2, the use of the progressive polygon data generated by the methods of the present invention provides polygon data with a desired level of coarseness. An important issue is how to determine the number of polygons for rendering polygon data. If the number of polygons can be determined by system resources for rendering, the system resources for rendering are assigned as parameters, and the detailed polygon data is sequentially computed from the basic polygon data in accordance with the parameters. In this manner, polygon data with a desired level of coarseness can be obtained.
  • Figure 20 is a flow chart showing the process procedure of the controller 102 when calculating the number of polygons for rendering in the 3D real-time graphics generator in this embodiment. This process is performed by the rendering polygon number calculating part 1025, based on the progressive polygon data or the like.
  • As shown in Figure 20, in the 3D real-time graphics generator in this embodiment, the number of polygons for an object to be rendered is managed based on the performance of the machine, the distance from the user to the object in the virtual world displayed on the screen (hereinafter, referred to as "Z value") and the speed of the movement of the object.
  • The concept of the management of the number of polygons in the 3D real-time graphics generator of the present invention will be described before discussing Figure 20 in detail.
  • First, the management of the number of polygons by the Z value will be described.
  • When an object is close to the user on the screen, the shape of the polygon is recognized distinctly unless the object is rendered with a large number of polygons. On the other hand, when the position of an object is far from the viewpoint, the rendered object is small, so that the detail shape of the polygon cannot be recognized by the user, even if the object is rendered with a small number of polygons. In order words, the number of polygons for rendering an object is changed dynamically depending on the Z value of the object, by using the progressive polygon data as described above. Thus, the procedures of the CPU and the board can be minimized.
  • Figures 21 to 25 show objects rendered with a variety of numbers of polygons, i.e., 10,000 polygons, 2,000 polygons, 400 polygons, 220 polygons, and 200 polygons, respectively. As shown in Figures 21 to 25, as the number of polygons becomes smaller, the shape of the polygon can be recognized distinctly. Figures 26 to 30 show the same object as Figures 21 to 25 when viewed from above.
  • Figures 31A to 31E show downscaled rendering of the object according to the Z value (the Z value of the object in Figure 31A is the largest). The rendered object of a large Z value looks natural, even though it is rendered with a small number of polygons.
  • Since the 3D real-time graphics generator of the present invention produces polygon data progressively, polygon data that cannot be seen from the direction of the camera (viewpoint) can be calculated. Generally in a 3D graphics generator, a process of preventing polygons that cannot be seen from the camera from being rendered is performed. In the 3D real-time graphics generator of the present invention, therefore, it is possible to determine at the time of the recursive evaluation of polygon data whether or not the process should be performed.
  • Furthermore, generally, when the number of polygons is small, the edge of the object is conspicuous. However, the edge is rendered with a large number of polygons and the front of the object is rendered with a small number of polygons by referring to the relation between the direction of the camera and the normal line of the object, so that graphics with high quality can be rendered with a small number of polygons.
  • Next, the management of the number of polygons based on the speed of the object will be described.
  • When the action of the object is dynamic, the object can be rendered naturally with a small number of polygons. For example, in the case shown in Figure 32 where an object moves at high speed, the object on the way of the movement can be rendered with a smaller number of polygons without giving any visual problem to the user.
  • Therefore, when animation is rendered, the position of the object for every frame is managed and the speed of the movement of the object is calculated, so that the number of polygons can be reduced. The position of the object can be managed with respect to the entire object or part of the object. For example, in the case where only an arm of a human moves at high speed, the speed vector of the arm is managed separately, so that the number of polygons of the arm alone can be reduced.
  • Finally, the management of the number of polygons based on the performance of the computer, the function or the like will be described. For example, in a computer with a high-performance board, an object can be rendered in real-time with 10,000 polygons, whereas the object has to be rendered with 500 polygons in a computer with a poor-performance board. For the determination of the maximum number of polygons that are allowed to be used for rendering, the capacity of memory should be considered.
  • The rendering polygon number calculating process based on the above-described concept will be detailed below. Referring back to the flowchart of Figure 20, the procedures of the controller 102 in this embodiment will be described.
  • The controller 102 first acquires machine data (S2001). "Machine data" refers to information concerning the function, performance, etc. of the computer. It is not necessary to change this value even when objects are changed, and it suffices to acquire the value only once at the beginning.
  • The machine data can be acquired by various methods. For example, the machine data can be assigned by the user as a parameter.
  • Thereafter, a Z value is acquired for every object (S2002), and position information of a centroid of the object for every frame stored in the progressive polygon data storage 106 is acquired (S2003). The distance of the movement of the object for every frame, i.e., the speed of the movement of the object, is calculated (S2004). Based on these, the number of polygons is determined (S2005). The number of polygons is sent to the merging part 1026 in the form of the step number in the progressive polygon data, as described above. Therefore, the rendering polygon number calculating part 1025 in this embodiment stores a table indicating the correspondence between a specific number of polygons that are allowed to be used and the step number. However, such a table is not always necessary. For example, the number of polygons can be sent to the merging part 1026 in the form of a ratio to the maximum number. The steps S2002 to S2005 are performed for every object and when all the objects have been subjected to the process of this embodiment, the whole process is complete (S2006).
  • As described above, the use of the 3D real-time graphics generator makes it possible to render an object with a number of polygons suitable for the system resources for rendering.
  • (Embodiment 4)
  • Next, a fourth embodiment of the present invention will be described with reference to the accompanying drawings.
  • In this embodiment, a method for rendering an object that transforms dynamically with progressive polygon data will be described.
  • First, the concept of rendering an object that transforms dynamically with progressive polygon data will be described. As described in Embodiments 1 and 2, the progressive polygon data generated according to the present invention includes the basic polygon data 1061 representing an object with the smallest number of polygons and the detailed polygon data 1062 representing vertices of polyhedrons that are sequentially computed starting from the basic polygon data 1061. The detailed polygon data 1062 is used to approximate the shape of the object represented by the basic polygon data 1061 to the shape of the object represented by the original polygon data.
  • The detailed polygon data 1062 is represented by relative coordinates, as described above. Therefore, for example, the basic polygon data 1061 is changed via the basic polygon data editing part 1024 so as to transform an object, and then the detailed polygon data is sequentially computed from the changed basic polygon data representing the transformed object, so that the entire object can be transformed.
  • First, in this embodiment, translation (parallel movement) of an object will be described. Figure 33 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention. When this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 34 where the left leg is formed as a triangle.
  • Thereafter, the coarse object is translated, e.g., moved in parallel to right or left, with an input device such as a mouse provided as the input part 101. Figure 35 is a view showing the entire object that has moved to right. In this example, the object has been moved to right by 10% of the horizontal axis. The basic polygon data of the edited object is stored in the form of absolute coordinates in the progressive polygon data storage 106 separately from the basic polygon data before editing. Thereafter, the merging part 1026 sequentially computes the detailed polygon data 1062 starting from the basic polygon data. In this manner, the entire object can be translated, as shown in Figure 36. Figures 37 to 40 are views showing the object shown in Figures 33 to 36 that is subjected to the same process when viewed from above.
  • In this embodiment, the object has been translated directly from one position to another. However, an object positioned between the two positions shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the object is moving gradually can be produced. More specifically, information about timing at which objects are rendered is added to the progressive polygon data representing animation via the basic polygon data editing part 1024, so that the merging part 1026 and the 3D information rendering part 1027 perform the process to render the object at the timing specified by the information. Thus, animation can be rendered.
  • As described above, the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object. Thus, it is possible to reduce the amount of work of an animator, for example, in the production of animation where a plurality of graphics on which an object is gradually changing are generated and rendered continuously by a predetermined time. Furthermore, the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • (Embodiment 5)
  • Next, a fifth embodiment of the present invention will be described with reference to the accompanying drawings.
  • In this embodiment, the case where the object is partially transformed will be described.
  • Figure 41 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention. When this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 42 where the left leg is formed as a triangle.
  • Next, the positions of the vertices of polygons representing the left leg of this object are changed in the same manner as Embodiment 4. Figure 43 is a view showing the shape of the polygon mesh that has been transformed due to the change.
  • Thereafter, the merging part 1026 sequentially computes the detailed polygon data 1062, so that the lifting of the left leg of the object is rendered as shown in Figure 44. According to the method of the present invention, no cracks nor distortion is seen in the whole shape formed by polygons, as in Figure 44. Figures 45 to 48 are views showing the objects that are subjected to the same process as Figures 41 to 44 when viewed from below on the left side.
  • In this embodiment, the object has changed directly from one shape to another shape. However, objects with shapes on the way of the change between the two shapes shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the object is gradually lifting its left leg can be produced, as in the case of Embodiment 4.
  • As described above, the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object. Thus, it is possible to reduce the amount of work of an animator, for example in production of animation where a plurality of graphics on which an object is gradually changing are generated and rendered continuously by a predetermined time. Furthermore, the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • (Embodiment 6)
  • Next, a sixth embodiment of the present invention will be described with reference to the accompanying drawings.
  • In this embodiment, the case where the entire object is transformed will be described.
  • Figure 49 shows an example of a object whose progressive polygon data has been obtained according to the method for generating progressive polygon data of the present invention. When this object is rendered with only the basic polygon data 1061, the representation is coarse, as seen in Figure 50 where the left leg is formed as a triangle.
  • Next, the positions of the vertices of polygons representing the left leg of this object are changed via the basic polygon data editing part 1024. Figure 51 is a view showing the shape of the polygon mesh that has been transformed due to the change.
  • Thereafter, the same process as in Embodiment 4 is performed so that the swelling of the left leg of the object is rendered, as shown in Figure 52. Figures 53 to 56 are views showing the objects that are subjected to the same process as Figures 49 to 52 when viewed from above.
  • In this embodiment, the object has changed directly from one shape to another shape. However, a plurality of objects with shapes on the way of the change between the two shapes shown in the example of this embodiment can be produced and can be rendered at every predetermined time, so that animation where the left leg is gradually swollen can be produced, as in the case of Embodiment 4.
  • As described above, the use of the 3D real-time graphics generator of this embodiment facilitates editing of an object. Thus, it is possible to reduce the amount of work of an animator, for example in production of animation where a plurality of graphics on which an object is gradually changing are generated and rendered continuously by a predetermined time. Furthermore, the use of the progressive polygon data of the present invention makes it possible for a computer to perform the process at high speed, because the computer has only to compute the amount of data of order (n) in the sequential computation for the detailed polygon data. That is, even if the complexity of a problem increases by n times, the amount of data for the computation increases only by n times.
  • In the above-described embodiments, as the method for generating progressive polygon data, the method of virtually bisecting a 3D object and the method of approximating a tetrahedron to the shape of the object progressively have been described. The effect of the present invention can be obtained when progressively detailed vertices are obtained and information about the positions of the obtained detailed vertices are stored in the form of relative coordinates. Methods for realizing the effect of the present invention are not limited to the methods that have been described above.
  • A recording medium in which programs for realizing the progressive polygon data generator and the 3D real-time graphics generator of the present invention are recorded can be not only a transportable recording medium 572 such as a CD-ROM 572-1, or a floppy disk 572-2, but also a remote accessible storage apparatus 571 or an equipped storage medium such as a hard disk and a RAM of a computer, as shown in Figure 57. The program 574 is loaded into the main memory of a data processing apparatus, and executed.
  • Furthermore, a recording medium storing the progressive polygon data generated according to the apparatus or the method for generating the progressive polygon data of the present invention can be not only a transportable recording medium 572 such as a CD-ROM 572-1, or a floppy disk 572-2, but also a remote storage apparatus 571 or an equipped storage medium such as a hard disk and a RAM of a computer, as shown in Figure 57. For example, the recording medium can be read by a computer when the 3D real-time graphics generator of the present invention is utilized.
  • As described above, the use of the apparatus and method for generating the progressive polygon data of the present invention makes it possible to deal with any number of rendering polygons, so that 3D polygon data that can be utilized for general purposes by machines with various performances can be generated. Moreover, since the detailed polygon data is generated progressively, it is possible to reduce a storage area for 3D polygon data.
  • Furthermore, the use of the progressive polygon data generated according to the present invention makes it possible to reduce the amount of data processed by the computer so that the computer can process data at high speed.
  • Furthermore, the use of the apparatus and method for generating the 3D real-time graphics facilitates editing of objects so that the amount of work of an animator can be reduced.

Claims (21)

  1. A progressive polygon data generator comprising
    a basic vertex determinator'for determining vertices of a basic polyhedron approximate to a shape of a 3D object;
    a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation; and
    a detailed vertex coordinate calculator for progressively calculating coordinates of vertices of a polyhedron determined by the detailed vertex determinator in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  2. The progressive polygon data generator according to claim 1, wherein the basic vertex determinator determines vertices of the basic polyhedron by selection of an operator.
  3. A progressive polygon data generator comprising:
    a basic vertex determinator for determining vertices of polygons approximate to cross-sections virtually segmenting a 3D object as vertices of a basic polyhedron approximate to a shape of the 3D object;
    a detailed vertex determinator for determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation; and
    a detailed vertex coordinate calculator for calculating coordinates of vertices of a polyhedron progressively determined by the detailed vertex determinator in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron.
  4. The progressive polygon data generator according to claim 3, wherein
       when points at which line segments represented by original polygon data obtained by geometric modeling of the 3D object intersect a face virtually bisecting the object are selected as control points so as to form a second polygonal shape by connecting the control points, the polygon approximate to each cross-section is a quadrilateral defined by four vertices that divide a total length of sides of the second polygonal shape into four equal lengths.
  5. The progressive polygon data generator according to claim 3 or 4, wherein the detailed vertex determinator progressively determines vertices of a polygon the number of which is increased so that the level of approximation to the cross-section is higher than the polygon approximate to the cross-section as detailed vertices, based on the increased number of vertices.
  6. The progressive polygon data generator according to claim 4 or 5,
       wherein the detailed vertex determinator comprises:
    an approximation level calculator for calculating a difference between a length of each side of the quadrilateral and a total length of sides of the second polygonal shape between both ends of each side of the quadrilateral;
    a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value; and
    a progressive vertex determinator for determining a point that divides into two equal lengths the total length of the sides of the second polygonal shape between both ends of the side of the quadrilateral as a vertex of a polygon in a higher level of approximation when the comparator determines that the difference is the predetermined value or more, and not determining a vertex of a polygon in a higher level of approximation when the difference is determined to be smaller than the predetermined value, and
    when a vertex of a polygon in a higher level of approximation is determined by the progressive vertex determinator, the approximation level calculator calculates the difference with respect to a newly produced side of the polygon whose vertex is determined, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a vertex of a polygon in a higher level of approximation.
  7. The progressive polygon data generator according to any of claims 1 to 5,
       wherein the detailed vertex determinator comprises:
    an approximation level calculator for calculating a difference between an area of each face of the basic polyhedron and an area on a surface of the 3D object defined by line segments connecting vertices of each face of the basic polyhedron;
    a comparator for comparing the difference calculated by the approximation level calculator with a predetermined value; and
    a progressive vertex determinator for determining a new vertex closer to the surface of the 3D object than the face when the comparator determines that the difference is the predetermined value or more, and not determining a new vertex when the difference is determined to be smaller than the predetermined value, and
    when a new vertex is determined by the progressive vertex determinator, the approximation level calculator calculates a difference in the area with respect to a polyhedron defined by the face and the new vertex, and the progressive vertex determinator determines a vertex of a polygon in a higher level of approximation recursively, until the progressive vertex determinator no longer determines a new vertex.
  8. The progressive polygon data generator according to claim 7, wherein the progressive vertex determinator determines as the new vertex a point at which a normal line from a centroid of a corresponding face of a polyhedron intersects a face represented by original polygon data obtained by geometric modeling of the 3D object.
  9. A method for generating progressive polygon data comprising:
    a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object;
    a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation; and
    a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron,
    wherein the detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  10. The method for generating progressive polygon data according to claim 9, wherein the level of approximation is determined by comparing a difference between an area of a face of a polyhedron defined by a vertex determined by the detailed vertex determining step and a plurality of predetermined vertices used for determining a coordinate system in the detailed vertex calculating step and an area of a portion corresponding to the face of the polyhedron represented by original polygon data obtained by geometric modeling of the object with a predetermined value.
  11. A computer-readable recording medium storing a program,
       the program comprising:
    a basic vertex determining step of determining vertices of a basic polyhedron approximate to a shape of a 3D object;
    a detailed vertex determining step of determining vertices of a polyhedron in a level of approximation to the object that is higher than the basic polyhedron progressively based on the level of approximation; and
    a detailed vertex coordinate calculating step of calculating coordinates of vertices of a progressively determined polyhedron in a coordinate system based on a plurality of predetermined vertices of a polyhedron in a level of approximation that is lower than the polyhedron,
    wherein the detailed vertex determining step and the detailed vertex coordinate calculating step are performed until the level of approximation reaches a predetermined level of approximation.
  12. A 3D real-time graphics generator comprising:
    a rendering polygon number determinator for determining the number of polygons for rendering 3D polygon data; and
    a 3D polygon data producer for producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator claimed in any one of claims 1 to 8 in accordance with the number of polygons determined by the rendering polygon number determinator.
  13. The 3D real-time graphics generator according to claim 12, wherein the 3D polygon data producer produces 3D polygon data by determining vertices constituting 3D polygon data for rendering an object in accordance with the number of polygons determined by the rendering polygon number determinator.
  14. The 3D real-time graphics generator according to claim 12 or 13, further comprising a basic vertex changer for changing positions of vertices of the basic polyhedron, wherein
       when positions of vertices of the basic polyhedron are changed by the basic vertex changer, the 3D polygon data producer calculates absolute coordinates of detailed vertices whose positions are represented by coordinates in a coordinate system determined based on the vertices, based on changed positions of the vertices.
  15. The 3D real-time graphics generator according to any one of claims 12 to 14, further comprising:
    an animation data storage for storing a plurality of progressive polygon data added with information about rendering timing; and
    an animation rendering controller for rendering 3D polygon data produced by the 3D polygon data producer from the progressive polygon data stored in the animation data storage in accordance with the information about rendering timing.
  16. The 3D real-time graphics generator according to claim 15,
    wherein the rendering polygon number determinator comprises a moving speed calculator for calculating a moving speed of an object when 3D polygon data is rendered sequentially based on the plurality of progressive polygon data and the information about rendering timing stored in the animation data storage; and
    the rendering polygon number determinator determines the number of polygons based on the moving speed calculated by the moving speed calculator.
  17. The 3D real-time graphics generator according to claim 15 or 16,
    wherein the rendering polygon number determinator comprises a Z value obtainer for obtaining a Z value representing a distance from a viewpoint to a position of a rendered object from the progressive polygon data; and
    the rendering polygon number determinator determines the number of polygons based on the distance obtained by the Z value obtainer.
  18. The 3D real-time graphics generator according to any one of claims 15 to 17, wherein the rendering polygon number determinator determines the number of polygons based on information about system resources on which the object is rendered.
  19. A method for generating 3D real-time graphics comprising:
    a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data; and
    a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator claimed in any one of claims 1 to 8, based on the number of polygons determined by the rendering polygon number determining step.
  20. A computer-readable recording medium storing a program,
       the program executing a process comprising:
    a rendering polygon number determining step of determining the number of polygons for rendering 3D polygon data; and
    a 3D polygon data producing step of producing 3D polygon data based on progressive polygon data generated by the progressive polygon data generator claimed in any one of claims 1 to 8, based on the number of polygons determined in the rendering polygon number determining step,
    wherein in the 3D polygon data producing step, the 3D polygon data is produced by determining vertices constituting the 3D polygon data for rendering an object, based on the number of polygons determined in the rendering polygon number determining step.
  21. A computer-readable recording medium storing progressive polygon data,
    wherein 3D polygon data representing an 3D object is produced based on the progressive polygon in accordance with a determined number of polygons,
    the progressive polygon data comprises information about vertices of a basic polyhedron approximate to a shape of the 3D object and information about a plurality of detailed vertices obtained by sequentially computing vertices from the vertices of the basic polyhedron in accordance with the determined number of polygons so that a polyhedron in a higher level of approximation to the 3D object is generated,
    the information of the detailed vertices is represented in the form of coordinates in a coordinate system determined based on a plurality of predetermined vertices of a polyhedron not including the detailed vertices.
EP98303404A 1997-12-19 1998-04-30 apparatus and method for generating progressive polygon data Withdrawn EP0926628A3 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP35131097A JP3654616B2 (en) 1997-12-19 1997-12-19 Hierarchical polygon data generation apparatus and method, and three-dimensional real-time video generation apparatus and method using the hierarchical polygon data
JP35131097 1997-12-19

Publications (2)

Publication Number Publication Date
EP0926628A2 true EP0926628A2 (en) 1999-06-30
EP0926628A3 EP0926628A3 (en) 2003-11-12

Family

ID=18416448

Family Applications (1)

Application Number Title Priority Date Filing Date
EP98303404A Withdrawn EP0926628A3 (en) 1997-12-19 1998-04-30 apparatus and method for generating progressive polygon data

Country Status (3)

Country Link
US (1) US6307554B1 (en)
EP (1) EP0926628A3 (en)
JP (1) JP3654616B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002031775A2 (en) * 2000-10-12 2002-04-18 Erdem Tanju A Method for three-dimensional facial animation
WO2002030171A2 (en) * 2000-10-12 2002-04-18 Erdem Tanju A Facial animation of a personalized 3-d face model using a control mesh
US6625509B1 (en) 1999-03-05 2003-09-23 R & F Industries, Llc Automated multisection rail material list generation system and method
US7127081B1 (en) 2000-10-12 2006-10-24 Momentum Bilgisayar, Yazilim, Danismanlik, Ticaret, A.S. Method for tracking motion of a face
EP1796046A1 (en) * 2004-09-22 2007-06-13 Konami Digital Entertainment Co., Ltd. Image processor, image processing method, information recording medium, and program

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209821A (en) * 2000-01-27 2001-08-03 Mitsubishi Electric Corp Device and method for processing three-dimensional graphics
JP4636741B2 (en) * 2001-07-06 2011-02-23 任天堂株式会社 Image processing apparatus and three-dimensional shape display program
US6806876B2 (en) * 2001-07-11 2004-10-19 Micron Technology, Inc. Three dimensional rendering including motion sorting
US20040017369A1 (en) * 2002-01-22 2004-01-29 Hultgren Bruce Willard Method and apparatus for computer generation of electronic model images
US7777740B2 (en) 2003-02-20 2010-08-17 Binary Simplex, Inc. Spatial decomposition methods using bit manipulation
US8497860B2 (en) 2003-02-20 2013-07-30 Binary Simplex, Inc. Spatial decomposition methods using bit manipulation
US8436860B1 (en) * 2006-06-09 2013-05-07 Pixar Techniques for using depth maps
US8508535B1 (en) 2006-06-09 2013-08-13 Pixar Systems and methods for locking inverse kinematic (IK) objects to a surface object
US8599195B2 (en) * 2007-03-15 2013-12-03 Basimah Khulusi Apparatus and method for modeling all matter by modeling, truncating, and creating N-dimensional polyhedra including those having holes, concave attributes, and no symmetry
CN102081518A (en) * 2009-11-30 2011-06-01 国际商业机器公司 Device and method for providing dynamic help information
JP5919111B2 (en) * 2012-06-28 2016-05-18 株式会社Nttファシリティーズ Outline data generation apparatus, outline data generation method and program
EP2701090A1 (en) * 2012-08-22 2014-02-26 Aahlstö OÜ Method and system for enforcing 3D restricted rights in a rapid manufacturing and prototyping environment
US8761897B2 (en) 2012-08-31 2014-06-24 Greatbatch Ltd. Method and system of graphical representation of lead connector block and implantable pulse generators on a clinician programmer
US9375582B2 (en) 2012-08-31 2016-06-28 Nuvectra Corporation Touch screen safety controls for clinician programmer
US9507912B2 (en) 2012-08-31 2016-11-29 Nuvectra Corporation Method and system of simulating a pulse generator on a clinician programmer
US10668276B2 (en) 2012-08-31 2020-06-02 Cirtec Medical Corp. Method and system of bracketing stimulation parameters on clinician programmers
US8868199B2 (en) 2012-08-31 2014-10-21 Greatbatch Ltd. System and method of compressing medical maps for pulse generator or database storage
US9259577B2 (en) 2012-08-31 2016-02-16 Greatbatch Ltd. Method and system of quick neurostimulation electrode configuration and positioning
US8983616B2 (en) 2012-09-05 2015-03-17 Greatbatch Ltd. Method and system for associating patient records with pulse generators
US9180302B2 (en) 2012-08-31 2015-11-10 Greatbatch Ltd. Touch screen finger position indicator for a spinal cord stimulation programming device
US8903496B2 (en) 2012-08-31 2014-12-02 Greatbatch Ltd. Clinician programming system and method
US9615788B2 (en) 2012-08-31 2017-04-11 Nuvectra Corporation Method and system of producing 2D representations of 3D pain and stimulation maps and implant models on a clinician programmer
US8812125B2 (en) 2012-08-31 2014-08-19 Greatbatch Ltd. Systems and methods for the identification and association of medical devices
US9594877B2 (en) 2012-08-31 2017-03-14 Nuvectra Corporation Virtual reality representation of medical devices
US9471753B2 (en) 2012-08-31 2016-10-18 Nuvectra Corporation Programming and virtual reality representation of stimulation parameter Groups
US8757485B2 (en) 2012-09-05 2014-06-24 Greatbatch Ltd. System and method for using clinician programmer and clinician programming data for inventory and manufacturing prediction and control
US9767255B2 (en) 2012-09-05 2017-09-19 Nuvectra Corporation Predefined input for clinician programmer data entry
EP2722776A1 (en) 2012-10-17 2014-04-23 Thomson Licensing Method and apparatus for retrieving a media file of interest
US9378575B1 (en) 2013-11-05 2016-06-28 Pixar Chained kinematic logic
US10109105B2 (en) * 2016-07-12 2018-10-23 Nature Simulation Systems Inc. Method for immediate boolean operations using geometric facets
US10325373B2 (en) 2017-09-07 2019-06-18 Here Global B.V. Method, apparatus, and system for constructing a polygon from edges for object detection

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2625345A1 (en) * 1987-12-24 1989-06-30 Thomson Cgr THREE-DIMENSIONAL VIEWING METHOD OF NUMERICALLY ENCODED OBJECTS IN TREE FORM AND DEVICE FOR IMPLEMENTING THE SAME
US5301267A (en) * 1991-09-27 1994-04-05 Adobe Systems Incorporated Intelligent font rendering co-processor
US5999185A (en) * 1992-03-30 1999-12-07 Kabushiki Kaisha Toshiba Virtual reality control using image, model and control data to manipulate interactions
US5349533A (en) * 1992-05-08 1994-09-20 Lockheed Missiles & Space Company, Inc. System and method for collision checking between solid objects and vectors
GB9223314D0 (en) * 1992-11-06 1992-12-23 Canon Res Ct Europe Ltd Processing image data
JP3483276B2 (en) 1993-09-17 2004-01-06 キヤノン株式会社 Three-dimensional image display method and apparatus
US5712964A (en) * 1993-09-29 1998-01-27 Fujitsu Limited Computer graphics data display device and method based on a high-speed generation of a changed image
JPH08320947A (en) * 1995-05-25 1996-12-03 Matsushita Electric Ind Co Ltd Method and device for generating mesh for numerical analysis
JP2915826B2 (en) * 1995-07-11 1999-07-05 富士通株式会社 Interference check device
US5963209A (en) * 1996-01-11 1999-10-05 Microsoft Corporation Encoding and progressive transmission of progressive meshes
US5947819A (en) * 1996-05-22 1999-09-07 Konami Co., Ltd. Object-throwing video game system

Non-Patent Citations (9)

* Cited by examiner, † Cited by third party
Title
CIGNONI P ET AL: "MULTIRESOLUTION REPRESENTATION AND VISUALIZATION OF VOLUME DATA" IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, IEEE SERVICE CENTER, PISCATAWAY, NJ, US, vol. 3, no. 4, 1 October 1997 (1997-10-01), pages 352-369, XP000730968 ISSN: 1077-2626 *
FALCIDIENO B ET AL: "NATURAL SURFACE APPROXIMATION BY CONSTRAINED STOCHASTIC INTERPOLATION" COMPUTER AIDED DESIGN, ELSEVIER PUBLISHERS BV., BARKING, GB, vol. 22, no. 3, 1 April 1990 (1990-04-01), pages 167-172, XP000142567 ISSN: 0010-4485 *
FUCHS H ET AL: "OPTIMAL SURFACE RECONSTRUCTION FROM PLANAR CONTOURS" COMMUNICATIONS OF THE ASSOCIATION FOR COMPUTING MACHINERY, ASSOCIATION FOR COMPUTING MACHINERY. NEW YORK, US, vol. 20, no. 10, October 1977 (1977-10), pages 693-702, XP001109457 ISSN: 0001-0782 *
FUNKHOUSER T A ET AL: "ADAPTIVE DISPLAY ALGORITHM FOR INTERACTIVE FRAME RATES DURING VISUALIZATION OF COMPLEX VIRTUAL ENVIRONMENTS" SIGGRAPH CONFERENCE PROCEEDINGS, XX, XX, 1993, pages 247-254, XP001008529 *
HECKBERT P S ET AL: "SURVEY OF POLYGONAL SURFACE SIMPLIFICATION ALGORITHMS" COMPUTER GRAPHICS PROCEEDINGS. SIGGRAPH 97. LOS ANGELES, AUG. 3 - 8, 1997, READING, ADDISON WESLEY, US, 1 May 1997 (1997-05-01), pages 1-29,A-B, XP001145996 ISBN: 0-201-32220-7 *
JIANN-SHING WU ET AL: "NEW POLYGONAL APPROXIMATION SCHEMES FOR OBJECT SHAPE REPRESENTATION" PATTERN RECOGNITION, PERGAMON PRESS INC. ELMSFORD, N.Y, US, vol. 26, no. 4, 1 April 1993 (1993-04-01), pages 471-484, XP000367191 ISSN: 0031-3203 *
RANNOU F ET AL: "Equilateral polygon approximation of closed contours" PATTERN RECOGNITION, PERGAMON PRESS INC. ELMSFORD, N.Y, US, vol. 29, no. 7, 1 July 1996 (1996-07-01), pages 1105-1115, XP004007383 ISSN: 0031-3203 *
YUKIO SATO: "PIECEWISE LINEAR APPROXIMATION OF PLANE CURVES BY PERIMETER OPTIMIZATION" PATTERN RECOGNITION, PERGAMON PRESS INC. ELMSFORD, N.Y, US, vol. 25, no. 12, 1 December 1992 (1992-12-01), pages 1535-1543, XP000336690 ISSN: 0031-3203 *
ZORIN D ET AL: "INTERACTIVE MULTIRESOLUTION MESH EDITING" COMPUTER GRAPHICS PROCEEDINGS. SIGGRAPH 97. LOS ANGELES, AUG. 3 - 8, 1997, READING, ADDISON WESLEY, US, 3 August 1997 (1997-08-03), pages 259-268, XP000765824 ISBN: 0-201-32220-7 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6625509B1 (en) 1999-03-05 2003-09-23 R & F Industries, Llc Automated multisection rail material list generation system and method
WO2002031775A2 (en) * 2000-10-12 2002-04-18 Erdem Tanju A Method for three-dimensional facial animation
WO2002030171A2 (en) * 2000-10-12 2002-04-18 Erdem Tanju A Facial animation of a personalized 3-d face model using a control mesh
WO2002031775A3 (en) * 2000-10-12 2002-09-06 Tanju A Erdem Method for three-dimensional facial animation
WO2002030171A3 (en) * 2000-10-12 2002-10-31 Tanju A Erdem Facial animation of a personalized 3-d face model using a control mesh
US6664956B1 (en) 2000-10-12 2003-12-16 Momentum Bilgisayar, Yazilim, Danismanlik, Ticaret A. S. Method for generating a personalized 3-D face model
US7127081B1 (en) 2000-10-12 2006-10-24 Momentum Bilgisayar, Yazilim, Danismanlik, Ticaret, A.S. Method for tracking motion of a face
EP1796046A1 (en) * 2004-09-22 2007-06-13 Konami Digital Entertainment Co., Ltd. Image processor, image processing method, information recording medium, and program
EP1796046A4 (en) * 2004-09-22 2008-02-06 Konami Digital Entertainment Image processor, image processing method, information recording medium, and program

Also Published As

Publication number Publication date
EP0926628A3 (en) 2003-11-12
US6307554B1 (en) 2001-10-23
JPH11185060A (en) 1999-07-09
JP3654616B2 (en) 2005-06-02

Similar Documents

Publication Publication Date Title
EP0926628A2 (en) mpparatus and method for generating progressive polygon data
CN106713923B (en) Compression of three-dimensional modeled objects
US8154544B1 (en) User specified contact deformations for computer graphics
JP2625621B2 (en) How to create an object
US5894308A (en) Interactively reducing polygon count in three-dimensional graphic objects
KR100707841B1 (en) Nurbs surface deformation apparatus and the method using 3d target curve
JP3380231B2 (en) 3D skeleton data compression device
JP2001052194A (en) Reconfiguration for curved surface
EP3379495B1 (en) Seamless fracture in an animation production pipeline
GB2259432A (en) Three dimensional graphics processing
US6597368B1 (en) Morphing image processing system using polygon reduction processing
US7983882B1 (en) Joint wrinkle and muscle movement simulating software
KR20130004066A (en) Method for designing a geometrical three-dimensional modeled object
US7348976B2 (en) Three-dimensional shape display program, three-dimensional shape display method, and three-dimensional shape display apparatus
US8576248B2 (en) Image processing method and image processing apparatus
JP4463597B2 (en) 3D drawing model generation method and program thereof
EP0950987B1 (en) Three-Dimensional image creating apparatus
JPH0636013A (en) Method and device for generating topographic data
US7477253B2 (en) Storage medium storing animation image generating program
Lee et al. CartoonModes: Cartoon stylization of video objects through modal analysis
JP2000511658A (en) Method and apparatus for creating 3D wireframe and 3D stereo morphing
Bendels et al. Image and 3D-Object Editing with Precisely Specified Editing Regions.
JP3711273B2 (en) 3D graphics drawing device for occlusion culling
Calabuig-Barbero et al. New method for the preservation of UV coordinates in the remeshing process: application to footwear design
Kazakov et al. Interactive metamorphosis and carving in a multi-volume scene

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

RTI1 Title (correction)

Free format text: APPARATUS AND METHOD FOR GENERATING PROGRESSIVE POLYGON DATA

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

AKX Designation fees paid
REG Reference to a national code

Ref country code: DE

Ref legal event code: 8566

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20040513