System and method for run-time integration of an inset geometry into a background geometry
The invention provides a method for integrating an inset geometry within a background geometry. The method comprises the step of identifying a perimeter of the inset geometry. A further step is extending a skirt, having an outer perimeter and an inner perimeter, from the perimeter of the inset geometry out over the background geometry. An additional step is removing portions of the background geometry that are covered by the inset geometry and skirt. Another step is modifying the skirt so that the outer perimeter of the skirt matches background geometry behavior and the inner perimeter matches inset geometry behavior and a continuous transition exists between the outer perimeter and the inner perimeter.
Latest Patents:
The present invention relates generally to computer graphics. More particularly, the present invention relates to run-time integration of an inset geometry into a background geometry.
BACKGROUNDComputers have been used for many years to do image and graphics generation. In recent years computer generated graphics have become more sophisticated and the power of computer equipment has increased. Similarly, users' expectations of computer graphics have also increased. Computer users have come to expect more realism in computer graphics which generally means that there are more objects, and more light and texture processing on those objects.
Complex images and scenes are mathematically modeled in a three-dimensional space in the computer memory and manipulated accordingly. These three-dimensional mathematical models are called wire frames because all the edges of the object are visible at the same time when displayed. Three-dimensional models are made to look more realistic by removing the edges which should be hidden and by applying color and shading to the visible surfaces of the model. Texture also improves a simple polygon model by adding opacity and color variations.
In order to provide a better understanding of computer graphics architecture, a generalized computer graphics system will now be discussed. In
One element of a computer graphics system that is particularly relevant to the present discussion is the geometry subsystem. This is where the world model is processed and the transformation of the model will take place. Typically, the world model that is supplied to the geometry subsystem is fixed at run-time and the entire database that represents the scene geometry is compiled in advance. Up to this point in time, models or databases have only practically been modifiable at compile time and any insertion to the system model has been a compile time operation that involves reconstructing the model. This process is time consuming and can take anywhere from an hour up to several hours.
An example of a computer graphics application that has used compiled modeling techniques is high performance vehicle simulation. Such a simulation system may often include a cab that is a vehicle mock-up containing a crew compartment with vehicle instruments and controls. The cab can be mounted on a motion base to provide motion and acceleration cues by moving the cab. The motion base is coupled to a visual system, which provides out-the-window imagery and environmental data for the crew, host, or both.
A software system called the host oversees the operation of the simulator. The host monitors the control inputs provided by the crew, and causes the cockpit dials, instruments and displays to reflect the ongoing simulation status. In addition, the host controls the motion base and related audio systems, and tells the visual system what it needs to know to draw the corresponding out-the-window scene. A real-time system is a software program within the visual system that controls the image generator in response to host inputs.
The host tells the real-time system about object positions in the simulated environment (e.g., own aircraft, traffic aircraft, ground traffic, storms, etc.), the status of switchable or selectable items (e.g., runway and environmental lights, runway contamination, etc.), and position of global environmental effects like illumination (e.g., day, dusk, night) and visibility (e.g., fog, rain, snow, etc.). The real-time system returns data such as the nature of the surface beneath the tires of the aircraft, and whether collisions have occurred between the aircraft and other traffic or storm cells. This communication is largely asynchronous which means it occurs randomly as needed and is not locked to the ongoing computation of regular image frames. A simulation system can also contain many different types of scene elements such as terrain, aerials or tree canopies, linear features (roads, hedgerows, fences), and point features (trees, power poles, houses, light points). Other models can be included in the system such as moving models of airplanes, cars, and helicopters, or environmental models such as clouds, sky, storms, or lightning flashes, etc.
The real-time system gets the required scene data from disk storage and loads it into the appropriate parts of the image generator in an on-going background process called paging. It also sends commands to the image generator to implement lighting, environmental, and other special effects called for by the host. The real-time system determines the proper level-of-detail (LOD) for scene elements and prepares them for rendering after eliminating elements that will not appear in the scene. This process includes the translations and rotations needed to get scene elements into their proper position within the scene. In other words, the real-time system controls the geometry engine and provides the input needed to allow the scene to be viewed and transformed. Further, the real-time system also manages the rendering portion of the image generator in a synchronous, lock-step fashion that guarantees a steady stream of video to the displays.
SUMMARY OF THE INVENTIONThe invention provides a method for integrating an inset geometry within a background geometry. The method comprises the step of identifying a perimeter of the inset geometry. A further step is extending a skirt, having an outer perimeter and an inner perimeter, from the perimeter of the inset geometry out over the background geometry. An additional step is removing portions of the background geometry that are covered by the inset geometry and skirt. Another step is modifying the skirt so that the outer perimeter of the skirt matches background geometry behavior and the inner perimeter matches inset geometry behavior and a continuous transition exists between the outer perimeter and the inner perimeter.
Additional features and advantages of the invention will be apparent from the detailed description which follows, taken in conjunction with the accompanying drawings, which together illustrate, by way of example, features of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
Reference will now be made to the exemplary embodiments illustrated in the drawings, and specific language will be used herein to describe the same. It will nevertheless be understood that no limitation of the scope of the invention is thereby intended. Alterations and further modifications of the inventive features illustrated herein, and additional applications of the principles of the inventions as illustrated herein, which would occur to one skilled in the relevant art and having possession of this disclosure, are to be considered within the scope of the invention.
In the past, computer graphics modeling has not included the ability to dynamically incorporate geometry elements at run-time into background geometry or a global geometry. One problem to be overcome in order to directly incorporate an additional piece of geometry into the background geometry is that the inset geometry needs to know specific things about the background geometry in order to be arranged, clipped and combined with the background geometry. The computations required to correctly insert an inset geometry into a background geometry are complex and time consuming. Thus, these computations have been performed in the past at compile time. In addition, there is a quantization or sampling problem that can occur at the boundary of an inset geometry that is being added to the background geometry. The quantization problems can create visual anomalies and cracks at boundaries between the inset geometry and the background geometry. The present invention overcomes these problems and allows an inset geometry to be included in a background geometry in real time.
The present invention discloses a video graphics display system that is able to merge a smaller inset geometry at run time into a larger background geometry. The inset geometry can replace a section of the background geometry and a gradual transition from the geometric behavior of the larger section to the geometric behavior of the smaller section is achieved in an advantageous way. The transition allows a composite geometry created from the two separate geometries to be visually continuous and to avoid cracks between the two geometries during display. The relative positions of the inset geometry and larger background geometry need not be known until run time in the present invention.
Visual continuity of the newly formed composite geometry is achieved, in part, by constructing a “skirt” around the perimeter of the inset geometry. The skirt comprises a set of polygons that extend from the perimeter of the inset geometry outward a given distance. The distance of the skirt between the inset geometry and the background geometry need not be constant in all directions. Skirt polygons have vertices that are completely and exactly coincident with the inset geometry along the perimeter of the inset. This method and system can be implemented within the computer graphics pipeline or in more specific embodiments in the geometry subsystem.
The present invention will be described more generally in relation to
The model with a portion removed 108 is shown in
A skirt of polygons 114 around the perimeter of the inset geometry is created so the outside vertices conform to the background geometry and the inside vertices are coincident with the inset geometry 110, as shown in
Now that the invention has been described generally, further details will be presented with respect to the method for the invention.
Next, the portion of the background geometry overlaid by the extended inset is removed. This is done by constructing a cutter polygon or polygons from the outside perimeter vertices of the skirt in block 202. The cutter polygon 212 is illustrated in
In the embodiment described, there is a “projection direction” of the cutter polygon 212 onto the background polygons 214. For background geometry, such as a simulated terrain, the cutter polygons are projected vertically onto the background geometry and clipped against vertical clip planes defined by the edges of the underlying background polygons.
Each cutter fragment can then be associated with the background polygon it overlays so that subsequent graphics operations can properly apply cutters to background polygons in stencil-like operations. In addition, any background polygon that is completely surrounded by a cutter can be discarded, along with its overlaid cutter polygon, reducing subsequent processing and rendering effort.
The hole cutting technique is designed to utilize the largest possible cutter polygons in order to maximize the ability to detect and discard background geometry facets that are wholly within the region of interest. If multiple cutter polygons are utilized, it is preferable (although not required) that they form a contiguous tiling of the area to be removed or suppressed, with complete vertex sharing. The system need not be able to discern all geometry facets that can be completely removed should they be covered by the collective effects of several cutter polygons. As such, it is more effective when the system utilizes a single convex cutter polygon, even if it requires a large number of vertices. It is more efficient to discard a completely covered background polygon than to render it (along with an associated cutter polygon) and then erase it pixel-by-pixel with a stencil operation.
Once the opening in the background geometry is formed,
Once the skirt polygons are clipped against the background polygons, updated vertex coordinates 232 in the projection direction are computed for the clipped skirt fragment polygons as in 206 (
The next step is creating a second drop wall of polygons in 210. Once the first wall is constructed, a second drop wall of polygons 256 is then constructed and its top vertices are shared with the clipped skirt fragment vertices 258 along the perimeter. The bottom vertices of these polygons are shifted slightly inward and their visible sides face inward. At this point, the system then renders all the resultant polygons.
These two walls are geometrically coincident along their top edge, but they do not have the same number of polygons, and do not share all vertices. This is significant because the points that join the first and second drop walls to either the inset geometry or background geometry are separate points. This means that although the top vertices of the drop walls are intended to be located at the same numerical point (or along the same geometric edge), the points may shift slightly when the geometry is rotated or translated for viewing. Such shifting is caused by numerical or quantization inaccuracies that are created by a finite accuracy floating point system. In other words, at certain points in time the floating point calculation may be slightly inaccurate and the points 258, 260 will be slightly separated. This allows a user to see the backdrop or error in the geometric model. Not only does the intersection of these two drop walls prevent cracks when there is a lateral separation between the geometries, it also prevents cracks when there is a vertical separation or inaccuracy. This prevents an end user from seeing between or under the perimeter that joins the skirt and inset geometry.
The clipped skirt polygons share vertices exactly with the cutter polygons along the outside perimeter, preventing visual cracks along the boundary between the background geometry and the skirt. The first set of drop wall polygons shares vertices exactly with the inside edge of the skirt, and a second set of wall polygons shares vertices exactly with the outside edge of the original inset. Since the walls intersect geometrically (due to the shift of their bottom vertices), any potential visual cracks along the boundary between the original inset and the inside edge of the skirt are geometrically closed off, even if the coincident points 258, 260 are momentarily not coincident. The result is the visually seamless insertion of one area of geometry inside another without any visual anomalies or cracks.
Because the inset can have a variable level-of-detail, the skirt and drop wall polygons derived from the inset will also have a variable level-of-detail. In addition, the wall polygons can be constructed so that they are just large enough to cover any potential crack. In general, this means that the height of each wall polygon is computed to subtend about a pixel. This process takes into account the distance of each original inset perimeter vertex from the eye, and computes a vertical drop for the corresponding wall bottom vertex that will (after perspective transformation) cause it to be about one pixel below, so that the wall polygon at that same position is about one pixel high. This minimizes the pixel fill-rate cost of the unseen wall polygons.
The cutter polygon or polygons form a hole in the background geometry that exactly accommodates the geometry of the inset geometry. If the underlying areas are not properly concealed, defects are shown during the actual display of the image. As mentioned, these defects can cause visual problems for users who view the final output. These defects include shifts in the polygon boundaries that expose light or the color of any backdrop layer, i.e. a “crack” that lets whatever is behind show through erroneously.
The defects can also provide discontinuities that are affected by the virtual instrumentation utilized within the simulation environment. For example, an infrared sensor may detect visual errors as a temperature difference between the desired geometry and the cracks, which can significantly distort the function and information provided to the user during the simulation. This can result in serious errors in performance and training. Further, bright spots may occur that are aesthetically unappealing during the training exercise and actually become distracting to the students utilizing the simulation environment. Since the process of generating images is often done at a rate of 60+ images per second, as the geometry is shifted during the simulation exercise, flickering may occur that distracts the student as well as provides false information to the virtual instrumentation utilized within a simulation system.
Accordingly, it is important to cover these regions of possible cracks to prevent their inclusion during a simulation event. The approach of the present invention utilizes vertical walls of polygons constructed along the inner edge of the skirt, which can extend several meters below ground within the global terrain. Since the walls are vertical, they are easily constructed in an automatic fashion from the vertices defining the inner edge of the clipped skirt. To complement this wall, a modeled in place, sloping, below-ground wall is generated as part of the inset geometry. This structure is not clipped to the terrain, but provides a region of double coverage that is large enough to close off any cracks completely. Further, these “below ground” structures will not frequently be seen during the display operation, so they are simplified by omitting texture or shading finesse.
An example of how this system can be used is in a flight or vehicle simulator. For example, an airport terrain insert may be desired at a specific point in a global geometry. The present invention allows the airport to be inserted without modifying or recompiling the global geometry. There may also be errors included in the modeling of the airport insert that is desired to be added in real time. The local detail, however, must be matched up along the cut or skirt boundary and divided into versions that can be manipulated to match along the boundary. This matching becomes more difficult if the airport position must be adjusted at run time in order to get each of the several runway thresholds at the right place. The present invention can overcome these problems using a skirt to allow the airport insert geometry to be adjusted slightly to allow the boundaries to match-up without creating visual anomalies.
It is to be understood that the above-referenced arrangements are illustrative of the application for the principles of the present invention. Numerous modifications and alternative arrangements can be devised without departing from the spirit and scope of the present invention while the present invention has been shown in the drawings and described above in connection with the exemplary embodiment(s) of the invention. It will be apparent to those of ordinary skill in the art that numerous modifications can be made without departing from the principles and concepts of the invention as set forth in the claims.
Claims
1. A method for integrating an inset geometry within a background geometry, comprising:
- identifying a perimeter of the inset geometry;
- extending a skirt, having an outer perimeter and an inner perimeter, from the perimeter of the inset geometry out over the background geometry;
- removing portions of the background geometry that are covered by the inset geometry and skirt;
- modifying the skirt so that the outer perimeter of the skirt matches background geometry behavior and the inner perimeter matches inset geometry behavior and a continuous transition exists between the outer perimeter and the inner perimeter.
2. A method as in claim 1, further comprising the step of providing additional geometric constructs below the nominal surface of the skirt and inset geometry to conceal gaps between the skirt and inset geometry.
3. A method as in claim 2, wherein the step of providing additional geometric constructs further comprises the step of providing a first polygon wall having shared top vertices with the perimeter of the inset geometry and located beneath the surface of the inset geometry, where bottom vertices of the first polygon wall are shifted outward from the inset geometry.
4. A method as in claim 3, wherein the step of providing additional geometric constructs further comprises the step of providing a second polygon wall with top vertices shared with the polygon skirt and the bottom vertices shifted inward toward the inset geometry, whereby any gaps are concealed between the inset geometry and the background geometry during display.
5-32. (canceled)
Type: Application
Filed: Nov 1, 2004
Publication Date: Apr 28, 2005
Applicant:
Inventor: Michael Cosman (South Jordan, UT)
Application Number: 10/979,892