WO2006003856A1 - 画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路 - Google Patents

画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路 Download PDF

Info

Publication number
WO2006003856A1
WO2006003856A1 PCT/JP2005/011708 JP2005011708W WO2006003856A1 WO 2006003856 A1 WO2006003856 A1 WO 2006003856A1 JP 2005011708 W JP2005011708 W JP 2005011708W WO 2006003856 A1 WO2006003856 A1 WO 2006003856A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
pixel
polygon
image
vertex
Prior art date
Application number
PCT/JP2005/011708
Other languages
English (en)
French (fr)
Inventor
Daisaku Kitagawa
Original Assignee
Matsushita Electric Industrial Co., 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 Matsushita Electric Industrial Co., Ltd. filed Critical Matsushita Electric Industrial Co., Ltd.
Priority to US11/630,026 priority Critical patent/US7737971B2/en
Priority to JP2006528652A priority patent/JP4691494B2/ja
Publication of WO2006003856A1 publication Critical patent/WO2006003856A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation

Definitions

  • Image drawing apparatus vertex selection method, vertex selection program, and integrated circuit
  • the present invention relates to an image drawing apparatus that displays a three-dimensional polygon image, and more particularly to a technique for displaying an image using a subdivision polygon.
  • GE Graphics Engine
  • CPU Central Processing Unit
  • the image data is created by GE because when the CPU performs an operation on the image that changes depending on the animation, etc. and issues an instruction to GE, which pixel at which position from the CPU to GE is in what color, etc. This is because there is a possibility that the display will be delayed due to an increase in the amount of data transferred because data will be sent.
  • the CPU gives only a simple instruction to the GE, such as drawing a triangle portion connecting the three points A, B, and C on the object surface in red. Then, GE calculates each pixel data in the triangle by calculation, and stores each pixel data in red at each pixel position in the frame memory corresponding to the inside of the triangle. Distribute processing to CPU and GE to avoid display delay as much as possible.
  • the triangle ABC may actually be a curved surface. In such a case, the given triangle is divided into multiple triangles to express the sliding force.
  • the pixel data may be generated for a triangle. This division technique is called Subdivision Surface, which uses the polygons generated by division to express the original polygon in more detail.
  • Patent Document 1 There is a method described in Patent Document 1 regarding how to divide, and there is a technique for selecting an interpolation point for dividing a polygon based on the shape of the original polygon. It is disclosed. For example, the midpoints of the sides that make up a polygon are selected and divided by line segments formed by connecting the midpoints.
  • GE For each divided polygon, GE writes the pixel data to the frame memory, reads the frame memory data, and the display displays the image. Writing to the frame memory is performed in units of a predetermined number of pixels. In addition, since image redrawing is performed for each polygon, redrawing can be performed only by rewriting only the portion with changes.
  • Patent Document 1 Japanese Patent Publication 2001-67491
  • the division point is determined based on the original polygonal shape, and the force frame memory has the advantage that the division point can be easily determined. Therefore, the drawing performance, particularly the drawing speed, may be reduced.
  • an object of the present invention is to provide an image drawing apparatus capable of determining a dividing point so as to suppress a reduction in drawing performance.
  • the image drawing apparatus projects a plurality of data in the data group onto a two-dimensional plane in order to represent the expression object specified by the data group by computer graphics.
  • the other position components and other components that specify the drawing mode are extracted, and the polygon having the position component of each data as the vertex is extracted on the image plane by the data and other components that specify the previous drawing mode.
  • An image drawing apparatus that draws a plurality of images in a drawing mode determined in accordance with a frame memory for storing pixel data values of each pixel on a two-dimensional plane, and a pixel for drawing an image
  • a writing means having a function of writing data to the frame memory, and performing writing to one division at a time when the frame memory is divided by a predetermined number of pixels.
  • the plurality of data to the first image element or last pixel of each section and at least one vertex of the polygon
  • a data selection means for selecting the data.
  • the other components here are components other than the two-dimensional position component, and are, for example, a three-dimensional or height position component, or a color component.
  • the image drawing apparatus can set at least one of the vertices of the polygon as the first pixel or the last pixel of the continuous pixels that can be collectively written into the frame memory. Therefore, a reduction in drawing speed can be suppressed.
  • writing to the frame memory is performed in units of a predetermined pixel, so if the vertex is in the middle of the writing unit, that vertex is usually shared by multiple polygons, so that vertex is included. In the area of the written pixel, writing is performed for each polygon having that point as a vertex, so access to the frame memory overlaps in that area. By minimizing this duplication, it is possible to reduce the number of accesses to the frame memory and suppress the degradation of drawing performance.
  • the image drawing device further includes initial data selection means for selecting polygon vertex data regardless of the first pixel or the last pixel of the section, and the data selection means includes the initial data selection means.
  • the data selection means includes the initial data selection means.
  • the image drawing apparatus can divide the original polygon and represent the original polygon by a plurality of polygons, and therefore can display the original polygon more smoothly. It becomes like this.
  • the plurality of polygons are configured such that at least one of the vertices is on the side of the original polygon, the pixel position of the vertex can be easily determined.
  • the data selection means selects the data of each vertex so that each of the vertices of two small polygons in which one of the vertices is in contact with each other becomes the last pixel and the first pixel of the adjacent section. Good.
  • the data selection means may be arranged so that one of the vertices of each of the small polygons is a point in the vicinity of the midpoint of the side constituting the original polygon where the vertex exists. As you choose,.
  • the image drawing apparatus sets one of the vertexes of the polygon generated by the division as a point near the midpoint of the original polygon so that the division method is as uniform as possible. And the generated image can also be as uniform and smooth as possible.
  • the data selection means is a line formed by the two vertices so that at least two vertices of the selected vertex data have the power of the first pixel or the last pixel of each section. All pixel powers on the minute Select data so that the top pixel is the first pixel when the two vertices are in the first pixel, and the final pixel when the two vertices are in the last pixel As you do.
  • the vertex can be determined so that the access efficiency from the GE to the frame memory becomes more efficient. It is hoped that drawing speed will be further improved by improving access efficiency.
  • the data selection means selects a total of three points of data on each side constituting the triangle
  • the original triangle may be divided by a line segment formed by connecting two of the three points, and the original triangle may be divided into four triangles.
  • the image drawing apparatus can handle a triangle, which is one of its main control shapes, as a control shape in 3DCG, and newly divide the points on each side of the original triangle. Images can be drawn as vertices of triangles. Since the points on each side are set as the dividing points, the division is quick and the drawing is easy to handle. Conventionally, a triangular shape is often used as a control shape, and the provision of this configuration facilitates compatibility with conventional devices.
  • the data selection means includes a total of four points on each side constituting the original rectangle and the point Four rectangles generated by selecting data with one point in the original rectangle, dividing the original rectangle by a line segment connecting the one point and the four points, and dividing the original rectangle Composed of Totoyo! /
  • the image drawing device can handle a square, which is one of its main control shapes, as a control shape in 3DCG, and a new point on each side of the original rectangle and one point inside the rectangle. It can be controlled as a quadrangle vertex. Having vertices on the sides of the rectangle makes it easy to handle the division as a shape.
  • the quadrangular shape is often a control shape as compared to the prior art, and the provision of this configuration makes it easier to deal with conventional devices.
  • the predetermined number of pixels may be obtained by dividing the number of signal lines used for data input / output connected to the frame memory by the number of bits of data constituting one pixel.
  • the predetermined number of pixels can be determined by the number of signal lines to the GE force frame memory of the image drawing device and the number of data of one pixel. The position of can be calculated.
  • the predetermined number of pixels may be obtained by dividing the number of bits of a data unit transferred by burst transfer by the number of bits of pixels when writing to the frame memory is performed by burst transfer.
  • the predetermined number of pixels can be determined by dividing the amount of burst transfer that is burst transferred at the time of burst transfer by the amount of data required to transfer one pixel. It becomes possible to calculate the position of the first pixel or the last pixel of one category.
  • the vertex selection method uses a computer graphics to represent an expression object specified by a data group. Extract the position component when projected onto the plane and other components that specify the drawing mode, and connect the polygon with the position component of each data as the vertex to the data on the image plane! /, A polygon apex selection method in an image drawing apparatus that draws a plurality of images in a drawing form that is determined according to the other components that specify all the drawing modes.
  • a frame memory for storing the pixel data value of each pixel on the plane, and a function of writing pixel data to the frame memory for drawing an image.
  • Ward for each prime number And a writing means for collectively writing to one section when divided, wherein the vertex selecting method uses the first pixel or the last pixel of each section as at least one of the polygons.
  • a data selection step of selecting the plurality of data so as to be vertices is included.
  • the image drawing apparatus can determine one of the vertices of the polygon.
  • the program for selecting vertices executed by the CPU mounted on the image drawing apparatus includes the data group in order to represent the expression object specified by the data group by computer graphics.
  • the position component when projected on the two-dimensional plane and other components that specify the drawing mode are extracted, and a polygon having the position component of each data as a vertex is extracted on the image plane.
  • a program to be executed by a computer of an image drawing device that draws a plurality of images in a drawing mode determined according to other components that specify a drawing mode for data, wherein the image drawing device is a two-dimensional plane
  • a frame memory for storing the pixel data value of each pixel above, and a function for writing the pixel data to the frame memory for rendering an image.
  • the vertex selection procedure in the program includes the above-described vertex selection procedures.
  • the method includes a data selection step of selecting the plurality of data so that the first pixel or the last pixel of the segment is at least one vertex of the polygon.
  • the CPU of the image drawing apparatus can determine one of the vertices of the polygon by reading and executing this program.
  • the integrated circuit for selecting vertices expresses a representation object specified by a data group by computer graphics.
  • the position component and other components that specify the drawing mode are extracted, and a polygon whose vertex is the position component of each data is extracted on the image plane.
  • An integrated circuit that draws a plurality of images in a drawing mode determined according to other components to be specified, a frame memory for storing pixel data values of each pixel on a two-dimensional plane, and an image to draw Pixel data Writing means for collectively writing to one division when the frame memory is divided for each predetermined number of pixels, and the first pixel or the last pixel of each division And a data selection means for selecting the plurality of data so as to be at least one vertex of the polygon.
  • An image drawing apparatus equipped with this integrated circuit can determine one of the vertices of a polygon.
  • FIG. 1 is a block diagram showing a functional configuration of an image drawing apparatus according to the present invention.
  • FIG. 2 is a conceptual diagram of a storage area of a frame memory of the image drawing apparatus according to the present invention.
  • FIG. 3 is a conceptual diagram showing that a three-dimensional object is projected in two dimensions.
  • FIG. 4 is a diagram showing three-dimensional data.
  • FIG. 5 A schematic diagram in which the polygon data to be drawn by the CPU on the GE is stored in the frame memory.
  • FIG. 6 is a diagram in which polygons are divided according to the dividing method of the present invention.
  • FIG. 7 is a diagram in which polygons are divided according to a conventional dividing method.
  • FIG. 8 is a diagram showing the amount of access to the frame memory for divided triangles.
  • FIG. 9 is a flowchart showing the operation of the image drawing apparatus according to the present invention.
  • FIG. 10 is a diagram showing the positions of division points.
  • FIG. 11 A diagram showing a quadrangle as a division source.
  • FIG. 12 is a division diagram when the image drawing apparatus of the present invention divides a quadrangle.
  • FIG. 13 is a division diagram when a quadrangle is divided by a conventional technique.
  • FIG. 14 is a division diagram showing an example of further dividing a triangle.
  • FIG. 1 is a functional block diagram showing a functional configuration of an image drawing apparatus 100 according to the present invention.
  • FIG. 1 shows an image drawing apparatus 100 that includes a CPU 110, a GE 120, a frame memory 130, A display 140 is included.
  • the CPU 110 has a function of transmitting main data of an image to be displayed to the GE.
  • the GE120 has a function to calculate the pixel data of the image to be drawn based on the instruction received from the CPU 110 and write the pixel data to the frame memory 130, and has the same performance as the conventional graphics engine. Have.
  • the writing method to the frame memory 130 is performed in units of a predetermined number of pixels.
  • the number of pixels is 8 pixels.
  • the number of pixels is determined by the number of bus lines connecting the GE 120 and the frame memory 130 and the number of data of one pixel. For example, if there are 64 bus lines and the number of data per pixel is 8 bits, the number of pixels that can be written at one time is 8 pixels. Details of the frame memory 130 will be described later.
  • the GE 120 divides a polygon given from the CPU 110 into a polygon with higher strength in order to express an object to be displayed more finely, each vertex of a new polygon generated by the division is displayed. It also has a function to decide. In the present invention, the difference from the conventional GE is
  • the GE 120 also has a function of performing calculations similar to those performed by a conventional GE.
  • the operations that GE120 performs are diverse.
  • the main contents of the calculation include coordinate transformation by rotation Z movement, lighting, viewpoint transformation, clipping, raster transformation. Conversion, hidden surface processing, texture mapping, filtering, etc.
  • geometry calculation including coordinate conversion by rotation Z movement, lighting, viewpoint conversion, and clipping
  • rendering including raster conversion, hidden surface processing, texture mapping and filtering.
  • Lighting is to determine a color that changes depending on how the light hits.
  • the viewpoint conversion is to calculate the distortion when the object to be displayed is viewed from an external point.
  • Clipping is the deletion of the data that does not fit in the field of view on the displayed screen.
  • Raster conversion is an operation of projecting a 3D polygon onto a 2D plane.
  • the hidden surface process is an operation for removing a portion that is hidden behind the front surface of an object and cannot be seen.
  • Texture 'mapping' is the pasting of image data representing a pattern on the object surface.
  • Filtering is an operation that smooths the contours of jagged polygons.
  • the frame memory 130 has a function of storing pixel data of an image to be displayed. An image is displayed using the pixel data stored in the frame memory 130. Basically, the GE 120 writes to the frame memory 130 every predetermined number of pixels. Here, the predetermined number of pixels is 8 pixels as described above.
  • Figure 2 shows an image of the data storage area of the frame memory 130.
  • the frame memory 130 is a RAM (Random Access Memory) that stores pixel data in a two-dimensional array, and is specifically composed of an SDRAM (Synchronous Dynamic Random Access Memory).
  • RAM Random Access Memory
  • SDRAM Synchronous Dynamic Random Access Memory
  • the coordinate system of the frame memory 130 is set so as to correspond to the display position of the display 140.
  • the frame memory 130 is assumed to be able to store 640 ⁇ 480 pixels.
  • the coordinates of the first pixel are represented by pixel P0 (0, 0) in terms of (horizontal position, vertical position).
  • the next pixel is pixel Pl (l, 0), and the next pixel is P2 (2, 0), and the last pixel in the first column is P639 (639, 0).
  • the pixel at the head of the second column is P640 (0, 1).
  • the pixels are arranged in order, and the first pixel in the last column is P306560 (0, 479), and the next pixel is P305451 (l, 479).
  • the final pixel of the frame memory 130 is P307199 (639, 479). In this way, pixel data is stored in the order from left to right and from top to bottom, and the coordinates correspond to the coordinates of the display position of the display device 140.
  • the display 140 has a function of sequentially reading data in the frame memory 130 and displaying the contents as an image, and is realized by, for example, an LCD (Liquid Crystal Display) or a plasma display.
  • LCD Liquid Crystal Display
  • FIG. 3 shows an example in which original data to be drawn by the image drawing apparatus 100 is three-dimensionally expressed. Such 3D structures can be projected from 3D to 2D planes. Display on the isplay.
  • Figure 3 shows an example of topography as an example of a 3D map.
  • the figure AOBOCO formed by the data indicated by the coordinates of the three points A0, B0, and CO among the surface data of this terrain becomes a triangle A1B1C1 when projected onto a two-dimensional plane. I will show you that. What is projected on the two-dimensional plane is displayed on the display device.
  • the data as shown in FIG. 3 is actually a set of coordinate data as shown in FIG.
  • a coordinate table 400 shown in FIG. 4 includes X-axis data 401, y-axis data 402, and z-axis data 403.
  • Each of the X-axis data 401, the y-axis data 402, and the z-axis data 403 means data indicating each coordinate component! /.
  • FIG. 9 shows an example of conventional division for comparison
  • FIG. 8 is a diagram for explaining access units.
  • the method of drawing a three-dimensional image in the image drawing device 100 will not be described as being based on a drawing device that draws a conventional three-dimensional image.
  • the method is divided and generated that is a feature of the present application.
  • the operation of the image drawing apparatus 100 will be described with respect to the polygon vertex determination method.
  • FIG. 9 is a flowchart showing the operation of the GE 120 of the image drawing apparatus 100 according to the present invention.
  • the GE 120 first receives a drawing instruction based on data picked up from the data group shown in FIG. 4 from the CPU 110 (step S901). Accepted Based on the drawing instruction, a dividing point for dividing the polygon is calculated based on the polygon data (step S903). The details of the dividing point calculation method in step S903 will be described later with reference to FIG.
  • the calculated polygons are connected to divide the original polygon by the line segment (step S905).
  • the left and right pixels of the intersection of the side forming the original polygon and the boundary become the dividing points, it is necessary to select which of the left and right pixels is to be the dividing point. Therefore, it is divided so that the vertexes of the polygons generated by division do not cross the boundary. In other words, among the vertices of polygons generated by division, vertices are selected and divided so that they are close to the same vertex as the polygon before division.
  • the GE 120 calculates pixel data to be interpolated, and stores the pixel data in the frame memory 130. Pixel data stored in the frame memory 130 is read out and displayed on the display device 140.
  • FIG. 10 is a diagram of the image drawing apparatus 100 for obtaining the division point in step S903 in FIG.
  • the GE 120 calculates a line segment connecting two points from the coordinates given from the CPU 110 (step S1001). Then find the coordinates of the midpoint of the line segment (Step S).
  • step S1005 it is determined whether the coordinate force of the midpoint (8n, Y) or (8n + 7, Y) is satisfied.
  • n is an integer greater than or equal to 0, and X is an arbitrary natural number. If the coordinates of the midpoint do not correspond to the coordinates (NO in step S1005), whether there is a pixel corresponding to (8n, Y) or (8n + 7, Y) in the pixel on the calculated line segment Is determined (step S10 07). If there is no corresponding pixel (NO in step S1007), the process ends with the pixel located at the midpoint coordinate as one of the division points.
  • step S1007 If there is a corresponding pixel in step S1007 (YES in step S1007), if there are a plurality of corresponding pixels, a pixel close to the midpoint is determined as a division point (step S1007). S1009) End.
  • the point on the side D0E0 that becomes the dividing point is the point D1 or D2.
  • Figure 9 The selection of the dividing point in step S905 will be described in this example. In FIG. 6, the dividing point is selected so that the new triangle including the vertex DO becomes the triangle D0D2F1.
  • Point D1 or point F2 is also a point on the edge of the original triangle DOEOFO and satisfies the condition of pixels on the left and right of the boundary.
  • Points D1 and D2 are both pixels adjacent to the boundary and selected as the dividing point. However, both are not necessarily used as dividing points, but are based on the shape of a new triangle generated by dividing. In other words, in this case, the power point D 1 where the pixels of both the points Dl and D2 are selected as the dividing points is used to write the pixel data of the triangle D1EOE1 to the frame memory, and the point D2 is not used. . On the other hand, point D2 is used to write the pixel data of triangle D0D2F1 to the frame memory, and point D1 is not used.
  • GE120 calculates a line segment connecting two points D0E0.
  • the frame memory 130 determines whether there is no pixel that becomes (8n, Y) or (8n + 1, Y), that is, whether there is an intersection with the boundary. In this case, the two points Dl and D2 that are closer to the midpoint than the force that intersects the boundaries 610 and 611 are the intersections.
  • the original triangle DOEOFO is divided into four three by the line segment connecting each selected division point.
  • FIG. 8 (a) shows the middle triangle D2E2F 1 among a plurality of triangles generated by dividing the original triangle DOEOFO of FIG. 5 as shown in FIG. 6 based on the method according to the present invention.
  • the GE120 writes to the frame memory 130 every 8 pixels, so it is convenient to write the pixels that make up the triangle D2E2F1 to the frame memory 130. Will do.
  • Fig. 8 (b) shows the middle triangle D3E3F3 among the triangles generated by dividing the original triangle DOEOFO of Fig. 5 as shown in Fig. 7 based on the conventional method. .
  • the triangle D3E3F3 is accessed 12 times for writing to the frame memory 130.
  • the accesses generated for writing each of the generated triangles to the frame memory 130 are generated.
  • the number of times is as follows.
  • the force polygon described by taking the triangle as an example may not be a triangle but may be a rectangle, for example.
  • polygons are often either triangular or quadrangular.
  • FIG. 11 shows a state in which a polygon having a square shape instructing the CPU power GE to draw is stored in the frame memory.
  • a pixel at the boundary of the unit of writing to the frame memory is set as a division point on each side.
  • the pixel at the boundary of the writing unit to the frame memory at the point near the center of gravity of the original rectangle is set as the last division point.
  • This last split point is the power to select the shortest distance to the center of gravity.For easy selection, the midpoint of the line segment connecting the two split points on the horizontal side is the last split point.
  • Four new rectangles are formed by connecting the division points and the division points on each side. The original quadrilateral is expressed by the four new rectangles that are formed.
  • FIG. 13 shows a diagram in which the original rectangle HOIOJOKO shown in FIG. 11 is divided at the midpoint.
  • the original rectangle HOIOJOKO is composed of four rectangles, a rectangle H0H3L3 K3, a rectangle H3I0I3L4, a rectangle L4I3J0J3, and a rectangle K3L3J3K0.
  • the number of accesses to the frame memory is 50 times for the entire square HOIOJOKO.
  • FIG. 14 shows a further division of the triangle D0E0F0 shown in FIG.
  • triangle D1E0E1 and triangle F2E2F0 both store data in the frame memory across 8 pixels, they are further divided because they are wasted during writing.
  • side D1EO and side EOE1 intersect the boundary of the writing pixel, that point is taken as the dividing point.
  • Split triangle D1EOE1 into three triangles: triangle D4E0E4, triangle D5E5E1, and triangle D1D5E1.
  • the triangle F2E2F0 may be divided into a triangle F1E2 E6 and a triangle F2E7F0. By dividing, a smoother image can be drawn.
  • each of the triangles generated by the division is the first or last pixel of the writing pixel at least one of its vertices, so there is no waste in writing.
  • the number of divisions may be determined according to the degree of smoothness desired to be expressed.
  • the frame memory is assumed to store 640 X 480 pixels, and this does not need to be 640 X 480. Or even a memory that can store 1024 x 768 pixels! /.
  • a memory capable of storing 240 X 320 pixels may be used so as to be compatible with a display of a mobile phone.
  • a large-capacity memory for example, a memory that can handle a resolution of 1600 X 1200
  • a memory that can handle a resolution of 1600 X 1200 is prepared in advance, so that it can be used for various displays by changing its use area according to the display resolution.
  • Each part of the image drawing apparatus shown in the above embodiment may be realized as part or all of LSI (Large Scale Integration), VLSI (Very Large Scale Integration), etc. It may be realized by a combination of one or more LSIs and other circuits.
  • LSI Large Scale Integration
  • VLSI Very Large Scale Integration
  • the division of polygons may be processed programmatically by the force that GE has divided.
  • the image drawing apparatus specifically includes a microprobe. It is a computer system that also includes power such as a processor, ROM, RAM, hard disk unit, display unit, keyboard, and mouse. A computer program is stored in the RAM or the hard disk unit. Microprocessor power By operating according to the computer program, the device achieves its functions.
  • the number of pixels to be written at one time is determined by the number of bus lines between the GE and the frame memory.
  • burst transfer which is a high-speed transfer method for transferring continuous data without specifying an address, subtracts the amount of data that can be transferred in one burst transfer by the number of data in one pixel at a time. It may be the number of pixels to be written.
  • each of the three points has its own color information and is formed by the three points.
  • the triangle to be drawn may be drawn with an average color of three colors, or the hue may be changed depending on the position of the light source.
  • the GE 120 has a function of writing in units of 8 pixels as a frame memory ⁇ —all together, but may also have a function of writing only one pixel. .
  • the image drawing device can be used for a game machine or the like as a device for displaying a 3D image.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Graphics (AREA)
  • Geometry (AREA)
  • Software Systems (AREA)
  • Image Generation (AREA)

Abstract

 ポリゴンを用いて3次元画像を描画する画像描画装置において、画像の表現力を向上させるためにポリゴンをより細かいポリゴンに分割する場合に、分割されて生成されるポリゴンの頂点を決定するのにメモリアクセスを念頭においた分割方法を提供する。本発明に係る画像描画装置は、フレームメモリに所定の画素数で表示する画像の画素データを書き込むことができる画像描画装置であって、分割されて生成されるポリゴンの頂点が書き込み単位の画素の先頭画素、もしくは最終画素となるようにポリゴンの頂点を選出する。

Description

明 細 書
画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路 技術分野
[0001] 本発明は、 3次元ポリゴン画像を表示する画像描画装置に関し、特に再分割多角 形を用いて画像を表示する技術に関する。
背景技術
[0002] 近年、リアルタイム 3DCG (3- Dimension Computer Graphics)技術を用いた画像描 画装置において、表示ポリゴン数や、表現力の著しい向上が図られている。ポリゴン とは、基本的に多角形のことである力 3DCGの世界においては三角形あるいは四 角形であることが多い。 3DCGでは、無数のポリゴンを組み合わせることで物体形状 を表現する。このポリゴンが細かければ細かいほど、即ち、表示ポリゴン数が多けれ ば多 、ほどより滑らかで詳細な三次元画像を表現できるようになる。
[0003] ところで、 3DCG技術を用いた画像描画装置では、基本的に CPU (Central Proces sing Unit)の指示によって GE (Graphics Engine)が実際にディスプレイに表示する画 像のデータを作成する。 GEに画像データの作成を行わせるのは、 CPUがアニメ一 シヨンなどによって変化する画像の演算を行って GEに指示を出したりすると CPUか ら GEへのどの位置のどの画素は何色でといったデータを送ることになるのでデータ 転送量の増大を招くために表示が遅れる可能性が出てくるからである。
[0004] そこで、 CPUは、例えば物体表面の 3点 A、 B、 Cを結ぶ三角形部分を赤色で描け といった簡単な指示のみを GEに出す。そして GEは、三角形内の各画素データを演 算で求め、三角形内部に相当するフレームメモリ内の各画素位置に、赤色の各画素 データを格納する。処理を CPUと GEに分散することで、表示の遅れを極力、回避す る。このとき GEは、三角形 ABCが実は曲面だったりすることもあるので、このような場 合には、滑ら力さを表現するために与えられた三角形を分割し、複数の三角形にして 、それぞれの三角形についてその画素データを生成することがある。この分割の技 術には Subdivision Surfaceと呼ばれるものがあり、分割して生成された多角形を用い て元の多角形をより細やかに表現する。 [0005] どのように分割するかの分割方法に関しては、特許文献 1に記されたものがあり、も との多角形の形状に基づいて多角形を分割するための補間点を選出する技術が開 示されている。例えば、多角形を構成する辺の中点を選出し、その中点を結んで形 成される線分によって分割する。
GEは、分割された多角形ごとにその画素データをフレームメモリに書き込み、その フレームメモリのデータを読み出してディスプレイは画像を表示する。このフレームメ モリへの書込みは所定画素数の単位で行われる。また、画像の再描画においては、 各多角形ごとに行われるので、変化がある部分だけの書き換えだけで再描画を行え る。
特許文献 1 :日本国特許公開 2001— 67491号公報
発明の開示
発明が解決しょうとする課題
[0006] 従来においては、上記特許文献 1に示すように分割点を元の多角形の形状に基づ いて決定しており、分割点を容易に決定することができるという長所を有する力 フレ ームメモリへのアクセス効率を考慮せずに分割して 、たために描画性能、特に描画 速度が低下する恐れがある。
そこで、本発明においては、描画性能の低下を抑えるように分割点を決定できる画 像描画装置を提供することを目的とする。
[0007] 本発明に係る画像描画装置は、データ群により特定される表現対象物をコンビユー タグラフィックスにより表現するために、当該データ群のうち複数のデータについて、 2 次元平面上に投写した場合の位置成分と描画態様を特定するその他の成分とを抽 出し、各データの位置成分を頂点とする多角形を、当該画像平面上に当該データに っ 、ての描画態様を特定するその他の成分に応じて定められて 、る描画態様で、複 数描画する画像描画装置であって、 2次元平面上の各画素の画素データ値を格納 するためのフレームメモリと、画像を描画するために画素データを前記フレームメモリ に書き込む機能を有し、フレームメモリを先頭力 所定画素数毎に区分した場合にお ける 1区分に対しての書き込みを一括して行う書込み手段と、前記各区分の先頭画 素又は最終画素を前記多角形の少なくとも 1つの頂点とするように前記複数のデータ を選出するデータ選出手段とを備えることを特徴として 、る。
[0008] ここでいうその他の成分とは、 2次元の位置成分以外の成分のことであり、例えば、 3次元即ち高さの位置成分であったり、あるいは色の成分であったりする。
これにより、画像描画装置は、多角形の頂点の少なくとも 1点をフレームメモリへの 一括して書き込める連続した画素の先頭画素、もしくは最終画素とすることができる。 よって、描画速度の低下を抑えることができる。というのも、フレームメモリへの書込み が所定画素単位で行われるために、頂点がその書込み単位の中ほどにあった場合、 通常その頂点は複数のポリゴンで共有されているため、その頂点が含まれている書 込み画素の領域においてはその点を頂点としているポリゴンごとに書込みが行われ るためフレームメモリへのアクセスが当該領域において重複することになる。この重複 をなるベく抑えることでフレームメモリへのアクセス回数を減らし描画性能の低下を抑 えることができる。
[0009] また、前記画像描画装置は、更に、前記区分の先頭画素または最終画素に関わり なく多角形の頂点のデータを選出する初期データ選出手段を備え、前記データ選出 手段は、前記初期データ選出手段が選出したデータによって形成される元の多角形 を 2以上の小型の多角形で構成するためにデータを選出する場合に、前記小型の多 角形それぞれを構成する頂点の少なくとも 1つが、前記各区分の先頭画素又は最終 画素となるように、且つ、前記元の多角形を構成する辺上にあるように前記小型の多 角形の頂点のデータを選出することとしてよい。
[0010] これにより、画像描画装置は、元の多角形を分割して、複数の多角形で元の多角 形を表現することができるので、元の多角形をより滑らかに表示することができるよう になる。また、複数の多角形は少なくともその頂点の一つを元の多角形の辺上にある ように構成するので、頂点の画素位置を容易に決定することができる。
また、前記データ選出手段は、頂点の 1つが互いに接している 2つの小型の多角形 の当該各頂点が、隣接する区分の最終画素と先頭画素となるように各頂点のデータ を選出することとしてよい。
[0011] これにより、例えば隣接する小型の多角形において頂点を共有することによって片 側の小型の多角形にぉ 、てアクセス効率が低下しな 、ようにすることができる。 また、前記データ選出手段は、前記小型の多角形それぞれの頂点の 1つが、当該 頂点が存在する前記元の多角形を構成する辺の、中点近傍の点であるように当該頂 点のデータを選出することとしてよ 、。
[0012] これにより、画像描画装置は、分割されて生成される多角形の頂点の一つを元の多 角形の中点近傍の点とすることで、分割の仕方がなるべく均等になるようにすることが でき、生成される画像もまたなるべく均等で滑らかにすることができる。
また、前記データ選出手段は、選出する頂点のデータのうち少なくとも 2個の頂点 両方が前記各区分の先頭画素または最終画素のどちら力となるように、かつ当該 2 個の頂点によって形成される線分上の全ての画素力 前記 2個の頂点が先頭画素に ある場合には先頭画素となるように、前記 2個の頂点が最終画素にある場合には最 終画素となるようにデータを選出することとしてよ 、。
[0013] これにより、 GEからフレームメモリへのアクセス効率においてさらに効率よくなるよう に、頂点を決定することができる。アクセス効率が上がることによって更なる描画速度 の向上を望める。
また、前記元の多角形は三角形であり、前記データ選出手段は、前記元の多角形 が三角形である場合に、当該三角形を構成する各辺上の 1点計三点のデータを選 出し、当該三点のうち 2点を結んで形成される線分で前記元の三角形を分割し、前 記元の三角形を分割して生成された 4つの三角形で構成することとしてよい。
[0014] これにより、画像描画装置は、 3DCGにおいてその主制御形状の一つである三角 形を制御形状として扱うことができ、元の三角形のそれぞれの辺上の点を新たな分 割された三角形の頂点として画像を描画することができる。それぞれの辺上の点を分 割点とするので分割がしゃすぐまた描画の扱いも容易になる。従来においても三角 形を制御形状とすることが多く本構成を備えることによって、従来の機器にも対応し やすくなる。
[0015] また、前記元の多角形は四角形であり、前記データ選出手段は、前記元の多角形 が四角形である場合に、元の四角形を構成する各辺上の 1点計 4点と前記元の四角 形内の 1点とのデータを選出し、当該 1点と前記 4点を結ぶ線分によって前記元の四 角形を分割し、前記元の四角形を分割されて生成された 4つの四角形で構成するこ ととしてよ!/、。
これにより、画像描画装置は、 3DCGにおいてその主制御形状の一つである四角 形を制御形状として扱うことができ、元の四角形のそれぞれの辺上の点と四角形内 部の 1点を新たな四角形の頂点として制御することが可能となる。四角形の辺上に頂 点を有することで分割がしゃすぐまた形状としても扱いやすくなる。ポリゴンが三角 形の場合と同様に四角形も従来より制御形状とすることが多く本構成を備えることに よって、従来の機器にも容易に対応しやすくなる。
[0016] また、前記所定画素数は、前記フレームメモリに接続されるデータ入出力に用いる 信号線の数を、 1画素を構成するデータのビット数で除算して得ることとしてよ 、。 これにより、所定画素数を、画像描画装置の GE力 フレームメモリへの信号線の数 と 1画素のデータ数によって決定することができるので、それに基づいて、 1区分の先 頭画素もしくは、最終画素の位置を算出できるようになる。
[0017] また、前記所定画素数は、前記フレームメモリへの書込みをバースト転送により行う 場合に、バースト転送で転送されるデータ単位のビット数を画素のビット数で除算し て得ることとしてよい。
これにより、所定画素数を、バースト転送の際に一時にバースト転送されるバースト 転送量を 1画素を転送するのに必要なデータ量で除算したものに決定することができ るので、それに基づいて、 1区分の先頭画素もしくは、最終画素の位置を算出できる ようになる。
[0018] また、本発明に係る画像描画装置における頂点の選出方法は、データ群により特 定される表現対象物をコンピュータグラフィックスにより表現するために、当該データ 群のうち複数のデータについて、 2次元平面上に投写した場合の位置成分と描画態 様を特定するその他の成分とを抽出し、各データの位置成分を頂点とする多角形を 、当該画像平面上に当該データにつ!/、ての描画態様を特定するその他の成分に応 じて定められている描画態様で、複数描画する画像描画装置における多角形の頂 点選出方法であって、ここで前記画像描画装置は、 2次元平面上の各画素の画素デ 一タ値を格納するためのフレームメモリと、画像を描画するために画素データを前記 フレームメモリに書き込む機能を有し、フレームメモリを先頭力 所定画素数毎に区 分した場合における 1区分に対しての書き込みを一括して行う書込み手段とを備える 画像描画装置であり、前記頂点選出方法は、前記各区分の先頭画素又は最終画素 を前記多角形の少なくとも 1つの頂点とするように前記複数のデータを選出するデー タ選出ステップを含むことを特徴とする。
[0019] この方法をもって、画像描画装置は、多角形の頂点の 1つを決定することができる。
また、本発明に係る画像描画装置に搭載の CPUが実行する頂点を選出するため のプログラムは、データ群により特定される表現対象物をコンピュータグラフィックスに より表現するために、当該データ群のうち複数のデータについて、 2次元平面上に投 写した場合の位置成分と描画態様を特定するその他の成分とを抽出し、各データの 位置成分を頂点とする多角形を、当該画像平面上に当該データについての描画態 様を特定するその他の成分に応じて定められている描画態様で、複数描画する画像 描画装置のコンピュータに実行させるプログラムであって、ここで前記画像描画装置 は、 2次元平面上の各画素の画素データ値を格納するためのフレームメモリと、画像 を描画するために画素データを前記フレームメモリに書き込む機能を有し、フレーム メモリを先頭力 所定画素数毎に区分した場合における 1区分に対しての書き込みを 一括して行う書込み手段とを備える画像描画装置であり、前記プログラムにおける前 記頂点選出手順は、前記各区分の先頭画素又は最終画素を前記多角形の少なくと も 1つの頂点とするように前記複数のデータを選出するデータ選出ステップを含むこ とを特徴とする。
[0020] 画像描画装置の CPUは、このプログラムを読み込んで実行することで、多角形の 頂点の 1つを決定することができる。
また、本発明に係る頂点を選出するための集積回路はデータ群により特定される表 現対象物をコンピュータグラフィックスにより表現するために、当該データ群のうち複 数のデータについて、 2次元平面上に投写した場合の位置成分と描画態様を特定 するその他の成分とを抽出し、各データの位置成分を頂点とする多角形を、当該画 像平面上に当該データにつ 、ての描画態様を特定するその他の成分に応じて定め られている描画態様で、複数描画する集積回路であって、 2次元平面上の各画素の 画素データ値を格納するためのフレームメモリと、画像を描画するために画素データ を前記フレームメモリに書き込む機能を有し、フレームメモリを先頭力 所定画素数 毎に区分した場合における 1区分に対しての書き込みを一括して行う書込み手段と、 前記各区分の先頭画素又は最終画素を前記多角形の少なくとも 1つの頂点とするよ うに前記複数のデータを選出するデータ選出手段とを備えることを特徴とする。
[0021] この集積回路を搭載した画像描画装置は、多角形の頂点の 1つを決定することが できる。
図面の簡単な説明
[0022] [図 1]本発明に係る画像描画装置の機能構成を示したブロック図である。
[図 2]本発明に係る画像描画装置のフレームメモリの記憶領域の概念図である。
[図 3]3次元の物体を 2次元に投写することを示した概念図である。
[図 4] 3次元のデータについて示した図である。
[図 5]CPUが GEに対して描画するポリゴンのデータをフレームメモリに格納した模式 図である。
[図 6]本発明の分割方法に従ってポリゴンを分割した図である。
[図 7]従来の分割方法に従ってポリゴンを分割した図である。
[図 8]分割された三角形について、フレームメモリへのアクセス量を示した図である。
[図 9]本発明に係る画像描画装置の動作を示したフローチャートである。
[図 10]分割点の位置を示した図である。
[図 11]分割元となる四角形を示した図である。
[図 12]四角形を本発明の画像描画装置が分割した場合の分割図である。
[図 13]四角形を従来の技法で分割した場合の分割図である。
[図 14]三角形を更に分割する場合の例を示した分割図である。
符号の簡単な説明
[0023] 100 画像描画装置
110 CPU
120 PE
130 フレームメモリ
140 表示装置 220、 221、 222 境界
400 データ表
発明を実施するための最良の形態
[0024] <実施の形態 >
以下、本発明に係る画像描画装置につ ヽて図面を用いながら説明して ヽく。
<構成>
図 1は、本発明に係る画像描画装置 100の機能構成を示した機能ブロック図である 図 1〖こ示すよう〖こ、画像描画装置 100は、 CPU110と、 GE120と、フレームメモリ 1 30と、ディスプレイ 140を含んで構成される。
[0025] CPU110は、 GEに対して表示すべき画像の主なデータを伝達する機能を有する
GE120は、 CPU110から受け取った指示に基づき、描画すべき画像の画素デー タを求める演算を行い、画素データをフレームメモリ 130に書き込む機能を有し、従 来力 あるグラフィックスエンジンと同等の性能を有する。フレームメモリ 130への書込 みの仕方は、定められた画素数の単位で書き込む。ここでは 8画素とする力 この画 素数は、 GE120とフレームメモリ 130とをつなぐバス線の本数と 1画素のデータ数に よって決定される。例えばバス線が 64本あって、 1画素のデータ数が 8bitだった場合 に、 1度に書き込める画素数は 8画素となる。フレームメモリ 130についての詳細は後 述する。
[0026] また、 GE120は、表示する物体をより細やかに表現するために CPU110から与え られたポリゴンをより細力 、ポリゴンに分割する場合、分割されて生成される新たなポ リゴンの各頂点を決定する機能も有する。本発明において、従来の GEと異なる点が
、この分割されて生成されるポリゴンの頂点の決定方法にある。なお、頂点の決定方 法については、画像描画装置 100の動作として後述する。
[0027] GE120は、上述したように、従来力もある GEが行っているような演算を行う機能も 有している。 GE120が行っているそれらの演算は多岐に渡る。その演算の主な内容 には、回転 Z移動による座標の変換、ライティング、視点変換、クリッピング、ラスタ変 換、陰面処理、テクスチャ 'マッピング、フィルタリングなどがある。通常、回転 Z移動 による座標の変換と、ライティングと、視点変換と、クリッピングとを含んでジオメトリ演 算と呼び、ラスタ変換と、陰面処理と、テクスチャ 'マッピングと、フィルタリングとを含ん でレンダリングと呼ぶことが多 、。
[0028] 以下、各演算の内容を簡単に述べる。
ライティングとは、光りの当たり具合によって変化する色を決定することである。 視点変換とは、表示しょうとする物を外部の点から眺めた場合における歪みを算出 することである。
クリッピングとは、表示される画面上において、視野に入らない部分についてのデ ータを削除することである。
[0029] ラスタ変換とは、 3次元ポリゴンを 2次元平面に投影する演算を行うことである。
陰面処理とは、物体の前面に隠れて見えない部分を取り除く演算を行うことである。 テクスチャ 'マッピングとは、物体表面に模様を表す画像データを貼り付けることで ある。
フィルタリングとは、ぎざぎざになっているポリゴンの輪郭を滑らかにする演算を行う ことである。
[0030] フレームメモリ 130は、表示する画像の画素データを記憶しておく機能を有する。フ レームメモリ 130に記憶されて 、る画素データを用いて画像の表示が行われる。この フレームメモリ 130に対しては基本的に GE120は所定の画素数ごとに書き込んでい く。ここでは所定の画素数は、前述したように 8画素である。
図 2にフレームメモリ 130のデータ格納領域のイメージ図を示した。図 2にあるように 、フレームメモリ 130は、 2次元配列で画素データを記憶する RAM (Random Access Memory)であり、具体的には SDRAM (Synchronous Dynamic Random Access Mem ory)で構成する。
[0031] フレームメモリ 130は、ディスプレイ 140の表示位置と対応するようにその座標系が 設定されている。ここではフレームメモリ 130は、 640 X 480の画素を記憶できるもの とする。その先頭画素の座標は、(横方向の位置、縦方向の位置)で表すと、画素 P0 (0、 0)となっている。その次の画素は画素 Pl (l、 0)、そしてその次の画素が P2 (2、 0)であり、一列目の最終画素は P639 (639、 0)になる。
[0032] また、 2列目の先頭になる画素は P640 (0、 1)である。以下、順に画素が並んでお り、最終列の先頭画素は、 P306560(0、 479)、その次の画素は P305451(l、 479 )となって ヽる。そしてフレームメモリ 130の最終画素は、 P307199(639、 479)とな る。このように、左から右、上から下への順序で画素データは格納されており、その座 標は、表示装置 140の表示位置の座標と対応している。
[0033] フレームメモリ 130には GE120によって、画素データの書き換えが逐次行われる。
書込みは 8画素ごとに行われる力 それは斜線部分 210に示すように横方向に 8画 素分が一度に書き込まれる。つまり、フレームメモリ 130へのアクセスは、 [P0(0、 0)、 Pl(l、 0)、…ゝ P6(6、 0)、 P7(7、 0)]、 [P8(8、 0)、 P9(9、 0)、…ゝ P14(14、 0)、 P15(15、 0)]、 [P632(632、 0)、 P633(633、 0)、…ゝ P638(638、 0)、 P639(63 9、 0)]、 [P640(0、 1)、 P641(l、 1)、…ゝ P646(6、 1)、 P647(7、 1)]、…ゝ [P127 2(632、 1)、 P1273(633、 1)、…ゝ P1278(638、 1)、 P1279 (639、 1)]、…ゝ [P3 05920(0、 478)、 P305921(l、 478)、…ゝ P305926(6、 478)、 P305927(7、 4 78)]、…ゝ [P306560(0、 479)、 P306561 (1、 479)、…ゝ P306566(6、 479)、 P 306567(7、 479)]、…ゝ [P307192(632、 478)、 P307193 (633、 478)、…ゝ P3 07198(638、 478)、 P307199 (639、 478)]と! /、うように、横方向に 8画素の単位 で行われる。口で囲まれた範囲内の画素が 8画素になっている。この 8画素で書き込 まれることによって、フレームメモリ 130において 8画素間の境界となる線分が形成さ れるが、以降これを境界という。図 2においては、太線 220、 221、 222がその境界に 当たる。
[0034] ディスプレイ 140は、フレームメモリ 130のデータを逐次読み出して、その内容を画 像として表示する機能を有し、例えば LCD (Liquid Crystal Display)や、プラズマディ スプレイなどで実現される。
くデータ >
ここでは、画像描画装置 100が扱うデータについて説明する。
[0035] まず、図 3に、画像描画装置 100が描画することになる元のデータを 3次元的に表 現した一例を示した。このような 3次元の構造物を 3次元から 2次元平面に投写してデ イスプレイに表示する。
図 3には、 3次元図の一例として地形のようなものを示してある。図 3においては、こ の地形の表面のデータのうち、 3点 A0、 B0、 COの座標で示されるデータによって形 成される図形 AOBOCOは、 2次元平面に投写されると、三角形 A1B1C1になることを 示して 、る。 2次元平面に投射されたものが表示装置にぉ 、て表示されることになる
[0036] 図 3に示すようなデータは、実際には図 4に示すような、座標のデータの集合である 。図 4に示す座標表 400は、 X軸データ 401と、 y軸データ 402と、 z軸データ 403とを 含む。 X軸データ 401、 y軸データ 402、 z軸データ 403それぞれは、それぞれの座標 成分を示すデータを意味して!/、る。
ここでは、 x、 y、 z軸それぞれの座標のみのデータを記している力 これ以外にも更 に、色のデータ、模様のデータ、光源のデータなど、様々なデータを保持していても よい。
<動作 >
ここから、画像描画装置 100の動作について説明していく。
[0037] 図 5に示すような CPU110が GE120に対して与えるポリゴンを図 6のように分割す るための一般的な動作を図 9及び図 10に示すフローチャートを用いて説明する。な お、図 7には、比較のために従来のように分割した場合の例を示しており、図 8は、ァ クセス単位を説明するための図である。図 9及び図 10を用いて一般的な動作を説明 した後に、図 5〜図 8を用いて具体的な分割の動作と従来との差を説明する。
[0038] 画像描画装置 100において 3次元画像を描画する方法については、従来の 3次元 画像を描画する描画装置に準拠するものとして説明を割愛し、ここでは本願の特徴 である分割されて生成されるポリゴンの頂点の決定方法について、画像描画装置 10 0の動作を説明する。
図 9は、本発明に係る画像描画装置 100の GE120の動作を示すフローチャートで ある。
[0039] 図 9に示すように、 GE120は、まず CPU110から、図 4に示すようなデータ群からピ ックアップされたデータに基づく描画指示を受け付ける (ステップ S901)。受け付けた 描画指示に基づ 、て、ポリゴンデータに基づ 、て当該ポリゴンを分割するための分 割点を算出する (ステップ S903)。このステップ S903における、分割点の算出方法 については、その詳細を図 10を用いて後述する。
[0040] 算出された分割点をつな 、だ線分で元のポリゴンを分割する (ステップ S905)。こ のとき、元のポリゴンを形成する辺と境界の交点の左右の画素が分割点となるので、 その左右の画素のどちらを分割点とするかを選出する必要がある。よって、分割され て生成されるポリゴンの頂点が境界をなるベく跨がないように分割する。つまり、分割 されて生成されるポリゴンの頂点のうち、分割前のポリゴンと同じ頂点に近くなるように 頂点を選出して分割する。
[0041] 分割して生成されたポリゴンごとに GE120は、補間すべき画素データを算出し、そ の画素データをフレームメモリ 130に格納する。フレームメモリ 130に格納されている 画素データは、表示装置 140に読み出されて表示される。
図 10は、図 9におけるステップ S903の分割点を求める画像描画装置 100における
GE 120の動作を示した。
[0042] 図 10に示すように、 GE120は、 CPU110から与えられた座標から 2点を結ぶ線分 を算出する (ステップ S1001)。そしてその線分の中点となる座標を求める (ステップ S
1003)。中点の座標が画素と画素の境目に来る場合には、その右側、下側の座標を 中点の座標とする。
そして中点の座標力 (8n、 Y)か (8n+ 7、 Y)に該当するかどうかを判断する (ステ ップ S1005)。なお、 nは 0以上の整数、 Xは任意の自然数である。中点の座標がそ の座標に該当しない場合に (ステップ S1005の NO)、算出した線分上の画素におい て、(8n、 Y)か(8n+ 7、 Y)に該当する画素があるかどうかを判断する(ステップ S10 07)。該当する画素がない場合には (ステップ S1007の NO)、中点の座標に位置す る画素を分割点の一つとして終了する。
[0043] ステップ S1007において、該当する画素があった場合には(ステップ S1007の YE S)、該当する画素が複数ある場合には、中点に近い画素を分割点に決定して (ステ ップ S1009)終了する。ここで選択される画素は基本的には 2つである。例えば、図 6 の三角形で辺 D0E0上の点で分割点となるのは点 D1か点 D2となる。ここで、図 9の ステップ S905の分割点の選択についてこの例で説明しておくと、図 6では、頂点 DO を含む新たな三角形は三角形 D0D2F1となるように分割点を選出する。点 D1あるい は点 F2も、元の三角形 DOEOFOの辺上の点で、境界の左右の画素という条件を満 たすが、点 DOを頂点の一つとする三角形を形成する場合には、点 D2の代りに点 D1 に、あるいは点 F1の代りに点 F2を選出しない。点 D1あるいは点 F1を選出すると、境 界を跨 、でしまうために、 GE120からフレームメモリ 130へのアクセス量が増加してし まうためである。
[0044] ここで点 D1と点 D2の関係について説明しておく。点 D1及び点 D2はともに境界に 隣接し、分割点として選出される画素である。しかし、両方が分割点として必ずしも使 用されるわけではなぐ分割されて生成される新たな三角形の形状に基づく。つまり、 この場合においては、点 Dl、点 D2の両方の画素が分割点として選出される力 点 D 1は、三角形 D1EOE1の画素データをフレームメモリに書き込むのに用いられ、点 D 2は使用しない。一方、点 D2は三角形 D0D2F1の画素データをフレームメモリに書 き込むのに用いられ、点 D1は使用されない。
[0045] ここ力ら、図 5の三角形を図 7のように分割する際の分割点の決定について図面を 用いて具体的に説明する。
まず、 CPU 110力 GE 120に三点 DOEOFOを結ぶ三角形を赤色で描けと!、う指 示が下ったとする。
すると GE120は、 2点 D0E0を結ぶ線分を算出する。そしてその線分がフレームメ モリ 130は、(8n、 Y)もしくは(8n+ l, Y)となる画素がないかどうか、即ち境界との交 点があるかどうかを判断する。この場合、境界 610、 611と交差することになる力 より 中点に近い 2点 Dl、 D2がその交点になる。
[0046] 次に、線分 E0F0が、境界と交差するかどうかを判断する。この場合、境界 610、 61 1、 612の 3つの境界と交差する力 より中点に近い 2点 El、 E2を分割点として選出 する。
そして最後に線分 F0D0が境界と交差するかどうかを判断する。ここでは境界 612 としか交差しないため、その交差点である 2点 Fl、 F2を分割点とする。
[0047] 結果、それぞれ選出された分割点を結ぶ線分で元の三角形 DOEOFOを 4つの三 角形、三角形 D0D2F1、三角形 D1E0E1、三角形 D2E2F1、三角形 F2E2F0に分 害 IJすること〖こなる。
<考察 >
ここでは、上記のように、三角形を分割した場合について、従来の方法で分割した 場合とそのアクセス回数において差が出ることを具体例をあげて示しておく。
[0048] アクセス回数の差については、図 5〜8を用いて説明する。
まず、アクセス回数をどのように換算するかにっ 、て図 8を用いて説明する。
図 8 (a)は、本願発明による方法に基づいて、図 5の元の三角形 DOEOFOを、図 6 のように分割して生成された複数の三角形のうち、真ん中の三角形 D2E2F 1を示し ている。図 8 (a)にあるように、 GE120は、 8画素ごとにフレームメモリ 130に書き込む ことになるので、三角形 D2E2F1を構成する画素をフレームメモリ 130に書き込むの に都合 7回ほどフレームメモリ 130にアクセスすることになる。
[0049] 図 8 (b)は、従来の方法に基づいて、図 5の元の三角形 DOEOFOを、図 7のように分 割して生成された三角形のうち、真ん中の三角形 D3E3F3を示している。この場合 においては、この三角形 D3E3F3をフレームメモリ 130に書き込むために都合 12回 アクセスすることになる。
このようにしてアクセス回数を求めた場合、図 6のように本願発明に基づ!/、て分割し た場合には、生成された三角形におけるそれぞれをフレームメモリ 130に書き込むた めに発生するアクセス回数は、次のようになる。
• 三角开 D0D2F1 :4回
• 三角形 D2E2F1 : 8回
• 三角 ff DlE0El : 13回
. 三角形 F1E2F0 : 15回
となる。よって三角形 DOEOFO全体では、 GE120力らフレームメモリ 130に対して、 計 40回のアクセスが発生したことになる。
[0050] 一方、図 7のように従来の方式に基づいて中点で分割した場合には、分割して生成 された各三角形をフレームメモリに書き込むために発生するそれぞれのアクセス回数 は、以下の通りである。 • 三角形 D0D3F3 : 12回
• 三角形 D3E3F3 : 15回
• 三角形 D3EOE3 : 12回
. 三角形 F3E3FO : 12回
となる。よって三角形 DOEOFO全体では、 GE120力らフレームメモリ 130に対して、 計 50回のアクセスが発生したことになる。
[0051] 上記のように、 2つの差を比べると分かる力 この三角形 DOEOFOにおいて、本発 明に従って分割した方が、従来どおりに分割した場合に比べて、 10回もアクセス回 数が少な 、ことになる。この三角形 DOEOFO事自体は表現した!/、物体の小さな 1ピ ースにし力過ぎず、実際にはもつと多くの三角形で表現することになる。よってそれぞ れの三角形でアクセス回数で発生することになり、総合的に見ると本願発明と従来発 明との差が更にでることは明らかである。当然ながら画像の表示を早くするのには、 アクセス回数が少な 、方が良 、。
[0052] ここにあげたのは一例に過ぎないが、その他の形の三角形であっても、そのァクセ ス回数において大小はあるにせよ、本発明による分割と従来の分割とでは差が出てく ることが多い。
<補足 >
上記実施の形態に基づいて、本発明に係る画像描画装置について説明してきたが 、画像描画装置の実施の形態はこれに限られないことは勿論である。以下、その変 形例について説明していく。
(1)上記実施の形態においては 3角形を例にとって説明した力 ポリゴンは別に 3角 形でなくてもよぐ例えば 4角形などでもよい。前述したように 3DCGの世界において は、ポリゴンは 3角形力 4角形のいずれかであることが多い。
[0053] 四角形の分割の仕方について、図 11〜13を例に簡単に説明する。
図 11は、 CPU力 GEに対して描画することを指示した四角形の形状をしたポリゴ ンをフレームメモリに格納した状態を示して 、る。
この図 11に示したような四角形を分割する際には、従来においては図 13に示すよ うに、その相対する辺の中点を結ぶ線分によって略 4分の 1の四角形に分割して 、た 。しかし、本発明において、フレームメモリへの書込みの境目に分割点が来るように 分割することで効果を得るので、図 12のように分割する。
[0054] 各辺上の点で、フレームメモリへの書込み単位の境目にある画素をそれぞれの辺 上の分割点とする。また、元の四角形の重心近傍の点でフレームメモリへの書込み 単位の境目にある画素を最後の分割点とする。この最後の分割点は重心までの距離 が最短になるように選出する力 簡単に選出するために、横方向の辺上の 2点の分 割点を結ぶ線分の中点を最後の分割点としてもょ 、。当該分割点と各辺上の分割点 を結んで新たな四角形を 4つ形成する。形成された 4つの新たな四角形で元の四角 形を表現する。
[0055] 図 12においては、図 11に示した元の四角形 HOIOJOKOは、分割された 4つ四角形 、四角 ff H0H2L0Klと、四角形 H1IOI1LOと、四角形 L1I2J0J2と、四角 ff K2LlJ 2K0とで構成して!/、ることを示して!/、る。この場合におけるフレームメモリへのァクセ ス回数は、四角形 HOIOJOKO全体で、 39回になる。
図 13には、図 11に示した元の四角形 HOIOJOKOを中点で分割した場合の図を示 した。図 13に示すように元の四角形 HOIOJOKOは、 4つの四角形、四角形 H0H3L3 K3と、四角形 H3I0I3L4と、四角形 L4I3J0J3と、四角形 K3L3J3K0とで構成されて いる。この場合におけるフレームメモリへのアクセス回数は、四角形 HOIOJOKO全体 で、 50回になる。
[0056] このように四角形においてもアクセス回数に差が発生するので、四角形の場合にお いても、三角形と同様に元の四角形を分割して書き込む場合に、アクセス回数を軽 減する効果を期待できる。アクセス回数が減ることによって描画も早まるので、デイス プレイ上において表示が遅れることも少なくなる。
(2)上記実施の形態においては 1回だけ分割して見せた力 別にこれは 1回である必 要はなぐ更に分割してもよい。例えば予め定められた回数だけ分割してもよいし、あ るいは縮尺によって分割回数を変えてもょ 、し、あるいは全てのポリゴンが 8画素の 単位を跨がなくなるまで分割することとしてもよ!、。
[0057] 図 14にその一例を示した。図 14は、図 6に示した三角形 D0E0F0を更に分割した 図 6において、三角形 D1E0E1、及び三角形 F2E2F0は共に 8画素を跨ってフレ ームメモリにデータが格納されるので、書込みの際に無駄が発生するのでさらに分割 する。辺 D1EOと辺 EOE1はそれぞれ、書込み画素の境界線と交わるので、その点を 分割点とする。三角形 D1EOE1を、三角形 D4E0E4と、三角形 D5E5E1と、三角形 D1D5E1の 3つの三角形に分割する。一方三角形 F2E2F0の方は、三角开 F1E2 E6と三角形 F2E7F0に分割するようにしてもよい。分割することでより滑らかな画像 を描画できるようになる。また、分割されて生成された三角形それぞれは、その頂点 の少なくとも 1つ力 書込み画素の先頭画素または最終画素になっているので書込 みにお 、て無駄が発生することがな 、。
[0058] また、更に分割の回数を、表現したい滑らかさの度合いによって決定しても良い。
通常、視点に近いものの方が細力べ見え、遠いものの方が荒く見えることを踏まえて、 視点に近 、部分にっ 、ては分割回数を多くし、遠 、部分にっ 、ては分割回数を少 なくしてもよい。これにより近い部分を滑らかに表現しつつ、遠い部分の分割回数を 減らすことで GEの負担を軽減することができる。
(3)上記実施の形態においてはフレームメモリは、 640 X 480の画素を格納するもの とした力 另 Uにこれは 640 X 480である必要はなく、 f列えば、 1280 X 960の画素、あ るいは 1024 X 768の画素を格納できるメモリであってもよ!/、。
[0059] また、携帯電話機のディスプレイに対応できるように、 240 X 320の画素を格納でき るメモリであってもよい。
また、予め容量の大きいメモリ(例えば 1600 X 1200の解像度に対応できるメモリ) を用意し、ディスプレイの解像度にあわせてその使用領域を変えて各種ディスプレイ に対応できるようにしてもよ 、。
(4)上記実施の形態に示される画像描画装置を構成する各部は、 LSI (Large Scale I ntegration)、 VLSI (Very Large Scale Integration)等の一部又は全部として実現され てもよく、複数の LSI等で実現されてもよぐ一又は複数の LSI等と他の回路の組み 合わせとにより実現されてもょ 、。
(5)上記実施の形態においては、 GEが分割を行っていた力 プログラム的にポリゴ ンの分割を処理しても良い。例えば、上記画像描画装置は、具体的には、マイクロプ ロセッサ、 ROM、 RAM、ハードディスクユニット、ディスプレイユニット、キーボード、 マウスなど力も構成されるコンピュータシステムである。前記 RAM又は前記ハードデ イスクユニットには、コンピュータプログラムが記憶されている。前記マイクロプロセッサ 力 前記コンピュータプログラムに従って動作することにより、前記装置は、その機能 を達成する。
(6)上記実施の形態においては、一度に書き込まれる書込みの画素数は、 GEとフレ ームメモリ間のバス線の数によって決定されるとした力 これはその限りでない。例え ば、連続したデータをアドレスの指定などなしに転送するデータの高速転送方法であ るバースト転送の、一度のバースト転送で転送できるデータ量を 1画素のデータ数に よって減算したものが一度に書き込まれる画素数になることもある。
(7)上記実施の形態においては、三点 D0E0F0によって形成される三角形を赤色で 描けという単純なものについて説明した力 例えば各 3点は、それぞれに色の情報を 持っていて当該 3点によって形成される三角形は、 3点の色の平均色で描く仕様にし てもよいし、そこに更に光源の位置によって色合いを変えるようにしても良い。これら の機能にっ 、ては、従来力もある GEにお 、ても実行されて 、る内容である。
(8)上記実施の形態においては、 GE120は、フレームメモリ ^—括して 8画素の 単位で書き込む機能を有していたが、さらに、 1画素のみの書込みを行う機能も備え ていても良い。
(9)上記実施の形態においては、描画する元のデータの一例として、図 4に示すよう に座標のデータを示した力 元の物体を表現する演算式などで表現されて 、てもよ い。
(10)上記実施の形態において一連の動作は、一のプログラムあるいは複数のプログ ラムを実行し、連動させることによって実現することとしても良い。
産業上の利用可能性
本発明に係る画像描画装置は、 3D画像を表示する装置として、ゲーム機などに利 用することができる。

Claims

請求の範囲
[1] データ群により特定される表現対象物をコンピュータグラフィックスにより表現するた めに、当該データ群のうち複数のデータについて、 2次元平面上に投写した場合の 位置成分と描画態様を特定するその他の成分とを抽出し、各データの位置成分を頂 点とする多角形を、当該画像平面上に当該データにつ 、ての描画態様を特定する その他の成分に応じて定められている描画態様で、複数描画する画像描画装置で あって、
2次元平面上の各画素の画素データ値を格納するためのフレームメモリと、 画像を描画するために画素データを前記フレームメモリに書き込む機能を有し、フ レームメモリを先頭力 所定画素数毎に区分した場合における 1区分に対しての書き 込みを一括して行う書込み手段と、
前記各区分の先頭画素又は最終画素を前記多角形の少なくとも 1つの頂点とする ように前記複数のデータを選出するデータ選出手段とを備える
ことを特徴とする画像描画装置。
[2] 前記画像描画装置は、更に、前記区分の先頭画素または最終画素に関わりなく多 角形の頂点のデータを選出する初期データ選出手段を備え、
前記データ選出手段は、前記初期データ選出手段が選出したデータによって形成 される元の多角形を 2以上の小型の多角形で構成するためにデータを選出する場合 に、前記小型の多角形それぞれを構成する頂点の少なくとも 1つが、前記各区分の 先頭画素又は最終画素となるように、且つ、前記元の多角形を構成する辺上にある ように前記小型の多角形の頂点のデータを選出する
ことを特徴とする請求の範囲第 1項記載の画像描画装置。
[3] 前記データ選出手段は、頂点の 1つが互いに接している 2つの小型の多角形の当該 各頂点が、隣接する区分の最終画素と先頭画素となるように各頂点のデータを選出 する
ことを特徴とする請求の範囲第 2項記載の画像描画装置。
[4] 前記データ選出手段は、前記小型の多角形それぞれの頂点の 1つが、当該頂点が 存在する前記元の多角形を構成する辺の、中点近傍の点であるように当該頂点のデ ータを選出する
ことを特徴とする請求の範囲第 2項記載の画像描画装置。
[5] 前記データ選出手段は、選出する頂点のデータのうち少なくとも 2個の頂点両方が前 記各区分の先頭画素または最終画素のどちら力となるように、かつ当該 2個の頂点に よって形成される線分上の全ての画素力 前記 2個の頂点が先頭画素にある場合に は先頭画素となるように、前記 2個の頂点が最終画素にある場合には最終画素となる ようにデータを選出する
ことを特徴とする請求の範囲第 2項記載の画像描画装置。
[6] 前記元の多角形は三角形であり、前記データ選出手段は、前記元の多角形が三角 形である場合に、当該三角形を構成する各辺上の 1点計三点のデータを選出し、当 該三点のうち 2点を結んで形成される線分で前記元の三角形を分割し、前記元の三 角形を分割して生成された 4つの三角形で構成する
ことを特徴とする請求の範囲第 2又は 4項記載の画像描画装置。
[7] 前記元の多角形は四角形であり、前記データ選出手段は、前記元の多角形が四角 形である場合に、元の四角形を構成する各辺上の 1点計 4点と前記元の四角形内の 1点とのデータを選出し、当該 1点と前記 4点を結ぶ線分によって前記元の四角形を 分割し、前記元の四角形を分割されて生成された 4つの四角形で構成する
ことを特徴とする請求の範囲第 2又は 4項記載の画像描画装置。
[8] 前記所定画素数は、前記フレームメモリに接続されるデータ入出力に用いる信号線 の数を、 1画素を構成するデータのビット数で除算して得る
ことを特徴とする請求の範囲第 1項記載の画像描画装置。
[9] 前記所定画素数は、前記フレームメモリへの書込みをバースト転送により行う場合に 、バースト転送で転送されるデータ単位のビット数を画素のビット数で除算して得る ことを特徴とする請求の範囲第 1項記載の画像描画装置。
[10] データ群により特定される表現対象物をコンピュータグラフィックスにより表現するた めに、当該データ群のうち複数のデータについて、 2次元平面上に投写した場合の 位置成分と描画態様を特定するその他の成分とを抽出し、各データの位置成分を頂 点とする多角形を、当該画像平面上に当該データにつ 、ての描画態様を特定する その他の成分に応じて定められている描画態様で、複数描画する画像描画装置に おける多角形の頂点選出方法であって、
ここで前記画像描画装置は、 2次元平面上の各画素の画素データ値を格納するた めのフレームメモリと、画像を描画するために画素データを前記フレームメモリに書き 込む機能を有し、フレームメモリを先頭力 所定画素数毎に区分した場合における 1 区分に対しての書き込みを一括して行う書込み手段とを備える画像描画装置であり、 前記頂点選出方法は、前記各区分の先頭画素又は最終画素を前記多角形の少な くとも 1つの頂点とするように前記複数のデータを選出するデータ選出ステップを含む ことを特徴とする頂点選出方法。
[11] データ群により特定される表現対象物をコンピュータグラフィックスにより表現するた めに、当該データ群のうち複数のデータについて、 2次元平面上に投写した場合の 位置成分と描画態様を特定するその他の成分とを抽出し、各データの位置成分を頂 点とする多角形を、当該画像平面上に当該データにつ 、ての描画態様を特定する その他の成分に応じて定められている描画態様で、複数描画する画像描画装置のコ ンピュータに実行させるプログラムであって、
ここで前記画像描画装置は、 2次元平面上の各画素の画素データ値を格納するた めのフレームメモリと、画像を描画するために画素データを前記フレームメモリに書き 込む機能を有し、フレームメモリを先頭力 所定画素数毎に区分した場合における 1 区分に対しての書き込みを一括して行う書込み手段とを備える画像描画装置であり、 前記プログラムにおける頂点選出手順は、前記各区分の先頭画素又は最終画素 を前記多角形の少なくとも 1つの頂点とするように前記複数のデータを選出するデー タ選出ステップを含むこと
ことを特徴とする頂点選出プログラム。
[12] データ群により特定される表現対象物をコンピュータグラフィックスにより表現するた めに、当該データ群のうち複数のデータについて、 2次元平面上に投写した場合の 位置成分と描画態様を特定するその他の成分とを抽出し、各データの位置成分を頂 点とする多角形を、当該画像平面上に当該データにつ 、ての描画態様を特定する その他の成分に応じて定められている描画態様で、複数描画する集積回路であって 2次元平面上の各画素の画素データ値を格納するためのフレームメモリと、 画像を描画するために画素データを前記フレームメモリに書き込む機能を有し、フ レームメモリを先頭力 所定画素数毎に区分した場合における 1区分に対しての書き 込みを一括して行う書込み手段と、
前記各区分の先頭画素又は最終画素を前記多角形の少なくとも 1つの頂点とする ように前記複数のデータを選出するデータ選出手段とを備える
ことを特徴とする集積回路。
PCT/JP2005/011708 2004-07-01 2005-06-27 画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路 WO2006003856A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/630,026 US7737971B2 (en) 2004-07-01 2005-06-27 Image drawing device, vertex selecting method, vertex selecting program, and integrated circuit
JP2006528652A JP4691494B2 (ja) 2004-07-01 2005-06-27 画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004-195188 2004-07-01
JP2004195188 2004-07-01

Publications (1)

Publication Number Publication Date
WO2006003856A1 true WO2006003856A1 (ja) 2006-01-12

Family

ID=35782665

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/011708 WO2006003856A1 (ja) 2004-07-01 2005-06-27 画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路

Country Status (3)

Country Link
US (1) US7737971B2 (ja)
JP (1) JP4691494B2 (ja)
WO (1) WO2006003856A1 (ja)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9309143B2 (en) 2013-08-08 2016-04-12 Corning Incorporated Methods of making optical fiber with reduced hydrogen sensitivity
CN115872614A (zh) 2015-10-30 2023-03-31 康宁股份有限公司 制造光纤的方法和光纤
WO2021225802A2 (en) 2020-05-08 2021-11-11 Corning Incorporated Slow cooling of optical fibers having halogen doped cores

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09305776A (ja) * 1996-05-10 1997-11-28 Sony Computer Entertainment:Kk データ処理装置およびデータ処理方法
JP2002503855A (ja) * 1998-02-17 2002-02-05 サン・マイクロシステムズ・インコーポレーテッド 可変解像度スーパーサンプリングによるグラフィックス・システム
JP2003263650A (ja) * 2002-03-12 2003-09-19 Sony Corp 画像処理装置およびその方法
JP2003317113A (ja) * 2002-04-24 2003-11-07 Sony Corp 画像処理装置およびその方法

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3129017B2 (ja) * 1993-03-10 2001-01-29 日本電気株式会社 画像処理装置
JPH0765205A (ja) * 1993-08-25 1995-03-10 Sharp Corp 三次元形状表示装置
US5945997A (en) * 1997-06-26 1999-08-31 S3 Incorporated Block- and band-oriented traversal in three-dimensional triangle rendering
US5999199A (en) * 1997-11-12 1999-12-07 Cirrus Logic, Inc. Non-sequential fetch and store of XY pixel data in a graphics processor
US6535220B2 (en) * 1998-02-17 2003-03-18 Sun Microsystems, Inc. Static and dynamic video resizing
JP2000276127A (ja) * 1999-03-23 2000-10-06 Hitachi Ltd 情報処理装置及び表示制御装置
JP2001067491A (ja) 1999-08-30 2001-03-16 Sega Corp 再分割多角形を用いる画像表示方法及び装置
JP2001118082A (ja) * 1999-10-15 2001-04-27 Toshiba Corp 描画演算処理装置
US6760035B2 (en) * 2001-11-19 2004-07-06 Nvidia Corporation Back-end image transformation
US7081903B2 (en) * 2001-12-12 2006-07-25 Hewlett-Packard Development Company, L.P. Efficient movement of fragment stamp
US7148890B2 (en) * 2003-04-02 2006-12-12 Sun Microsystems, Inc. Displacement mapping by using two passes through the same rasterizer
US7042452B1 (en) * 2003-10-02 2006-05-09 Sun Microsystems, Inc. Triangle coverage estimation and edge-correct tessellation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09305776A (ja) * 1996-05-10 1997-11-28 Sony Computer Entertainment:Kk データ処理装置およびデータ処理方法
JP2002503855A (ja) * 1998-02-17 2002-02-05 サン・マイクロシステムズ・インコーポレーテッド 可変解像度スーパーサンプリングによるグラフィックス・システム
JP2003263650A (ja) * 2002-03-12 2003-09-19 Sony Corp 画像処理装置およびその方法
JP2003317113A (ja) * 2002-04-24 2003-11-07 Sony Corp 画像処理装置およびその方法

Also Published As

Publication number Publication date
JP4691494B2 (ja) 2011-06-01
JPWO2006003856A1 (ja) 2008-04-17
US7737971B2 (en) 2010-06-15
US20070229494A1 (en) 2007-10-04

Similar Documents

Publication Publication Date Title
KR102101626B1 (ko) 스크린 위치에 따라 달라지는 분해능을 가진 다수의 렌더 타겟을 위한 텍스처 매핑을 위한 그라디언트 조정
JP6903183B2 (ja) 曲面ビューポート上に頂点の投影を近似することによる、グラフィックス処理における画面位置に基づく有効解像度の変化
JP7004759B2 (ja) 複数のレンダーターゲット内でアクティブカラーサンプルカウントを変更することによりスクリーンの位置によって有効解像度を変動させること
KR101862182B1 (ko) 래스터화 파라미터를 변경하는 것에 의해 스크린 위치에 따른 유효 해상도의 가변
KR102046616B1 (ko) 오브젝트 및/또는 프리미티브 식별자들을 추적하는 것에 의한 그래픽스 프로세싱 강화
TW201539374A (zh) 用於高解析度顯示緩衝器之有效構造之方法
JP2009301284A (ja) 描画装置および方法
JP2001084404A (ja) レンダリング方法及び装置、ゲーム装置、並びに立体モデルをレンダリングするプログラムを格納するコンピュータ読み取り可能な記録媒体
JP4691494B2 (ja) 画像描画装置、頂点選出方法、頂点選出プログラム及び集積回路
JP3979162B2 (ja) 画像処理装置およびその方法
JP2009163469A (ja) 大局照明回路
JP4669334B2 (ja) エッジ・マルチサンプリングハイブリッドアンチエイリアス
JP3718888B2 (ja) 三次元ポリゴン描画方法および装置
JP4610394B2 (ja) Zソート処理回路およびこれを用いた3次元画像描画装置
JP3745152B2 (ja) 画像表示装置
JP2007183722A (ja) プログラム、情報記憶媒体及びテクスチャのデータ構造
JP2005056385A (ja) 曲面細分割装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006528652

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 11630026

Country of ref document: US

Ref document number: 2007229494

Country of ref document: US

WWW Wipo information: withdrawn in national office

Country of ref document: DE

122 Ep: pct application non-entry in european phase
WWP Wipo information: published in national office

Ref document number: 11630026

Country of ref document: US