CA2147847C - Object-oriented rendering system - Google Patents

Object-oriented rendering system Download PDF

Info

Publication number
CA2147847C
CA2147847C CA002147847A CA2147847A CA2147847C CA 2147847 C CA2147847 C CA 2147847C CA 002147847 A CA002147847 A CA 002147847A CA 2147847 A CA2147847 A CA 2147847A CA 2147847 C CA2147847 C CA 2147847C
Authority
CA
Canada
Prior art keywords
data
generating
vertices
information
rendering
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.)
Expired - Fee Related
Application number
CA002147847A
Other languages
French (fr)
Other versions
CA2147847A1 (en
Inventor
John Peterson
Rajiv Jain
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.)
Object Technology Licensing Corp
Original Assignee
Object Technology Licensing Corp
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 Object Technology Licensing Corp filed Critical Object Technology Licensing Corp
Publication of CA2147847A1 publication Critical patent/CA2147847A1/en
Application granted granted Critical
Publication of CA2147847C publication Critical patent/CA2147847C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/50Lighting effects
    • G06T15/80Shading

Abstract

A method and system for processing graphic objects on a computer with a memory and an attached display in a flexible manner is disclosed. The objective is accomplished by loading die graphic object into a memory and rendering the graphic object based on the processing of vertex data in a modular manner separated from edge and triangle data (shards) to increase the efficiency of the rendering process. The method and system include capability for processing graphic objects on a computer with a memory and an attached display. The processing commences by receiving a plurality of vertices into memory and storing them. Then, triangles are generated for a surface based on the plurality of vertices. Finally, a surface is rendered using the triangles to form the surface on the attached display.

Description

214"~84'~
OBJECT-ORIENTED RENDERING SYSTEM
COPYRIGHT NOTIFICATION
Portions of this patent application contain materials that are subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
Field of the Invention This invention generally relates to improvements in computer systems and more particularly to a system and method for rendering surfaces on a graphic display.
Background of the Invention Graphic processing of surfaces is a critical problem for presenting information in an aesthetic, ergonomic manner. Thus, modern graphic systems, which utilize information-handling systems that are designed to process a wide variety of information, including text and graphic information, are becoming increasingly sophisticated so as to process this information in a more ergonomic manner.
Prior software operating system architectures are limited in their surface rendering capability. A limitation is that the operating system architecture may not be able to support a given peripheral device for which the architecture was not designed or could not be modified to support. Also, a prior architecture may only process surface rendered information in a single, pre-defined manner.
Summary of the Invention Accordingly, it is a primary objective of the present invention to process graphic objects on a computer with a memory and an attached display in a flexible manner. The objective is accomplished by loading the graphic object into a memory and rendering the graphic object based on the processing of vertex data in a modular manner separated from edge and triangle data (shards) to increase the efficiency of the rendering process.
The method and system include capability for processing graphic objects on a computer with a memory and an attached display. The processing commences by receiving a plurality of vertices into memory and storing them. Then, triangles are generated for a surface based on the plurality of vertices. Finally, a surface is rendered using the triangles to form the surface on the attached display.

_ a~fld~~
la -In accordance with one aspect of the present invention there is provided a rendering system for a computer having a memory and a 2D display, the rendering system generating on the display an image of a 3D surface, the image being comprised of an image surface segment defined by point data stored in the memory, characterized by: (a) an extraction mechanism for generating vertices data from the stored point data and for storing the vertices data in the memory so that each vertex is stored only once; (b) a retrieval mechanism for generating a plurality of index sets into the stored vertices data, each of the index sets selecting three vertices defining a shard; and (c) a rendering mechanism for rendering the image surface segment on the display using the stored point data and the retrieved shared indices.
In accordance with another aspect of the present invention there is provided a method operable in a computer having a memory and a 2D display, for generating on the display an image of a 3D surface, the image being comprised of an image surface segment defined by point data stored in the memory, characterized by the steps: (a) generating vertices data from the stored point data and for storing the vertices data in the memory so that each vertex is stored only once; (b) generating a plurality of index sets into the stored vertices data, each of the index sets selecting three vertices defining a shard; and (c) rendering the image surface segment on the display using the stored point data and the retrieved shared indices.

214'~8~7 Brief Description of the Drawings Figure 1 is a block diagram of a personal computer system in accordance with a preferred embodiment;
Figure 2 illustrates shards in accordance with a preferred embodiment;
Figure 3 illustrates various surface renderings in accordance with a preferred embodiment;
Figure 4 is a flowchart of the detailed logic in accordance with a preferred embodiment;
Figure 5 is a series of surface renderings in accordance with a preferred embodiment;
Figure 6 illustrates a system for acquiring data from a 3D digitizer in accordance with a preferred embodiment;
Figure 7 illustrates measured Z coordinates and implied X & Y coordinates in accordance with a preferred embodiment;
Figure 8 presents the layout of shards from a regularly spaced grid in accordance with a preferred embodiment;
Figure 9 illustrates a brace to be analyzed as a finite element model in accordance with a preferred embodiment;
Figure 10 illustrates a meshed model in accordance with a preferred embodiment; and Figure 11 illustrates a surface rendering ultilizing the color representative of the strain energy in accordance with a preferred embodiment.
Detailed Description Of The Invention The invention is preferably practiced in the context of an operating system resident on a personal computer such as the IBM ~ PS/2 ~ or Apple ~ Macintosh computer. A representative hardware environment is depicted in Figure 1, which illustrates a typical hardware configuration of a computer in accordance with the subject invention having a central processing unit 10, such as a conventional microprocessor, with a built in non-volatile storage 11, and a number of other units interconnected via a system bus 12. The workstation shown in Figure 1 includes a Random Access Memory (RAM) 14, Read Only Memory (ROM) 16, an I/O adapter 18 for connecting peripheral devices such as a disk unit 20, and a diskette unit 21 to the bus, a user interface adapter 22 for connecting a keyboard 24, a mouse 26, a speaker 28, a microphone 32, and/or other user interface devices such as a touch screen device (not shown) to the bus, a communication adapter 34 for connecting the workstation to a data processing network 23 and a display adapter 36 for connecting the bus to a display device 38. The computer has resident thereon an operating system such as the Apple System/? ~ operating system.

214'847 In a preferred embodiment, the invention is implemented in the C++
programming language using object oriented programming techniques. As will be understood by those skilled in the art, Object-Oriented Programming (OOP) objects are software entities comprising data structures and operations on the data.
S Together, these elements enable objects to model virtually any real-world entity in terms of its characteristics, represented by its data elements, and its behavior, represented by its data manipulation functions. In this way, objects can model concrete things like people and computers, and they can model abstract concepts like numbers or geometrical concepts. The benefits of object technology arise out of three basic principles: encapsulation, polymorphism and inheritance.
Objects hide, or encapsulate, the internal structure of their data and the algorithms by which their functions work. Instead of exposing these implementation details, objects present interfaces that represent their abstractions cleanly with no extraneous information. Polymorphism takes encapsulation a step further. The idea is many shapes, one interface. A software component can make a request of another component without knowing exactly what that component is.
The component that receives the request interprets it and figures out according to its variables and data, how to execute the request. The third principle is inheritance, which allows developers to reuse pre-existing design and code. This capability allows developers to avoid creating software from scratch. Rather, through inheritance, developers derive subclasses that inherit behaviors, which the developer then customizes to meet their particular needs.
A prior art approach is to layer objects and class libraries in a procedural environment. Many application frameworks on the market take this design approach. In this design, there are one or more object layers on top of a monolithic operating system. While this approach utilizes all the principles of encapsulation, polymorphism, and inheritance in the object layer, and is a substantial improvement over procedural programming techniques, there are limitations to this approach. These difficulties arise from the fact that while it is easy for a developer to reuse their own objects, it is difficult to use objects from other systems and the developer still needs to reach into the lower non-object layers with procedural Operating System (OS) calls.
' Another aspect of object oriented programming is a framework approach to application development. One of the most rational definitions of frameworks come from Ralph E. Johnson of the University of Illinois and Vincent F. Russo of Purdue.
In their 1991 paper, Reusing Object-Oriented Designs, University of Illinois tech report UIUCDCS91-1696 they offer the following definition: "An abstract class is a design of a set of objects that collaborate to carry out a set of responsibilities. Thus, a framework is a set of object classes that collaborate to execute defined sets of 214'847 computing responsibilities." From a programming standpoint, frameworks are essentially groups of interconnected object classes that provide a pre-fabricated structure of a working application. For example, a user interface framework might provide the support and "default" behavior of drawing windows, scrollbars, menus, etc. Since frameworks are based on object technology, this behavior can be inherited and overridden to allow developers to extend the framework and create customized solutions in a particular area of expertise. This is a major advantage over traditional programming since the programmer is not changing the original code, but rather extending the software. In addition, developers are not blindly working through layers of code because the framework provides architectural guidance and modeling but at the same time frees them to then supply the specific actions unique to the problem domain.
From a business perspective, frameworks can be viewed as a way to encapsulate or embody expertise in a particular knowledge area. Corporate development organizations, Independent Software Vendors (ISV)s and systems integrators have acquired expertise in particular areas, such as manufacturing, accounting, or currency transactions as in our example earlier. This expertise is embodied in their code. Frameworks allow organizations to capture and package the common characteristics of that expertise by embodying it in the organization's code.
First, this allows developers to create or extend an application that utilizes the expertise, thus the problem gets solved once and the business rules and design are enforced and used consistently. Also, frameworks and the embodied expertise behind the frameworks have a strategic asset implication for those organizations who have acquired expertise in vertical markets such as manufacturing, accounting, or bio-technology would have a distribution mechanism for packaging, reselling, and deploying their expertise, and furthering the progress and dissemination of technology.
Historically, frameworks have only recently emerged as a mainstream concept on personal computing platforms. This migration has been assisted by the availability of object-oriented languages, such as C++. Traditionally, C++ was found mostly on U1~1IX systems and researcher's workstations, rather than on Personal Computers in commercial settings. It is languages such as C++ and other object-oriented languages, such as Smalltalk and others, that enabled a number of university and research projects to produce the precursors to today's commercial frameworks and class libraries. Some examples of these are Interviews from Stanford University, the Andrew toolkit from Carnegie-Mellon University and University of Zurich's ET++ framework.
There are many kinds of frameworks depending on the level of the system and the nature of the problem. The types of frameworks range from application :Frameworks that assist in developing the user interface, to lower level frameworks ithat provide basic system software services such as communications, printing, file >ystem TMUpport, graphics~etc. Commercia~xamples of application framTM orks are lVIacApp (Apple), BedrMock (Symantec), OWL (Borland), NeXTStep App Kit (NeXT), .and Smalltalk-80 MVC (ParcPlace) to name a few.
Programming with frameworks requires a new way of thinking for developers accustomed to other kinds of systems. In fact, it is not like '''programming" at all in the traditional sense. In old-style operating systems such ~~s DOS or LJNI?C, the developer's own program provides all of the structure.
The operating system provides services through system calls-the developer's program makes the calls when it needs the service and control returns when the service has been provided. The program structure is based on the flow-of control, which is ~=mbodied in the code the developer writes.
When frameworks are used, this is reversed. The developer is no longer responsible for the flow-of-control. The developer must forego the tendency to ,understand programming tasks in term of flow of execution. Rather, the thinking must be in terms of the responsibilities of the objects, which must rely on the :framework to determine when the tasks should execute. Routines written by the developer are activated by code the developer did not write and that the developer never even sees. This flip-flop in control flow can be a significant psycholog'~al 1'darrier for developers experienced only in procedural programming. Once this is vunderstood, however, framework programming requires much less work than ether types of programming.
In the same way that an application framework provides the developer with ;prefab functionality, system frameworks, such as those included in a preferred embodiment, leverage the same concept by providing system level services, which developers, such as system programmers, use to subclass/override to create .customized solutions. For example, consider a multi-media framework which .could provide the foundation for supporting new and diverse devices such as audio, video, MIDI, animation, etc. The developer that needed to support a new kind of device would have to write a device driver. To do this with a framework, the developer only needs to supply the characteristics and behavior that is specific to that new device.
The developer in this case supplies an implementation for certain member functions that will be called by the multi-media framework. An immediate benefit to the developer is that the generic code needed for each category of device is already provided by the mufti-media framework. This means less code for the device driver developer to write, test, and debug. Another example of using system framework would be to have separate I/O frameworks for SCSI devices, NuBus WO 95/0433 ~ ~ ~ ~ ~ PCT/US94/00007 cards, and graphics devices. Because there is inherited functionality, each framework provides support for common functionality found in its device category.
Other developers could then depend on these consistent interfaces to all kinds of devices.
A preferred embodiment takes the concept of frameworks and applies it throughout the entire system. For the commercial or corporate developer, system integrator, or OEM, this means all the advantages that have been illustrated for a framework such as MacApp can be leveraged not only at the application level for such things as text and user interfaces, but also at the system level, for services such as graphics, multi-media, file systems, I/O, testing, etc.
Application creation in the architecture of a preferred embodiment is essentially be like writing domain-specific puzzle pieces that adhere to the framework protocol. In this manner, the whole concept of programming changes.
Instead of writing line after line of code that calls multiple API
hierarchies, software will be developed by deriving classes from the preexisting frameworks within this environment, and then adding new behavior and/or overriding inherited behavior as desired.
Thus, the developer's application becomes the collection of code that is written and shared with all the other framework applications. This is a powerful concept because developers will be able to build on each other's work. This also provides the developer the flexibility to customize as much or as little as needed.
Some frameworks will be used just as they are. In some cases, the amount of customization will be minimal, so the puzzle piece the developer plugs in will be small. In other cases, the developer may make very extensive modifications and create something completely new. In a preferred embodiment, as shown in Figure 1, a program resident in the RAM 14, and under the control of the CPU 10, is responsible for managing various tasks using an object oriented graphic framework.
A preferred embodiment employs a new architecture to store three dimensional (3D) data defining graphic objects such as fractal surfaces, data digitized or scanned from real world sources, reconstructions such as volumetric CAT
scans, and shapes approximated from other computations (e.g., fluid flow). In a preferred embodiment, these types of datasets are referred to as discretized data, because the shape to be rendered is specified by discrete points, not a continuous function.
(Note the data may have its original definition based on some continuous operation. However, the application specifies the shape rendered using discrete points, e.g., fluid flow, parametric surfaces, or implicit surfaces) The TSampledSurface3D object provides for these clients by providing a framework allowing the client to manage the data. The object is a C++ object as described above in the introduction to the detailed description. In order to render _,.. _7_ an image of the client's data, all that is required is the client generate shards.
Shards refers to 3D triangles with optional shading information. The term shard is used instead of triangle to describe the basic unit of rendering because a shard's vertices contain additional information besides geometry (color, texture map coordinates, normals, etc.) Using vertices connected with triangles as the basic medium for specifying the shape to be rendered provides a simple common denominator for 3D surface data defined by discrete points.
The discretized data generated by~ the client is not limited to just geometry, but normals, colors and texture map indices may be supplied at each vertex of a shard. This allows the application to have detailed control over the appearance of the data, and incorporate additional variables besides the basic geometry of the object into the resulting rendered image. Two well known applications for supplying color information at the vertices include finite element models that use color to show strain energy, and 3D scanners that record an object's color as well as its shape.
To increase efficiency, the topology of the shards is decoupled from their vertices. When the discretized data is rendered, the per-vertex information is processed separately from the shards. This is because several shards often share the same vertex. For example, in Figure 2, the sample grid at point 5 is shared by six shards. Processing the vertices separately from the shards allows the renderer to perform per-vertex operations, such as transforming the points into screen space, only once.
To implement a TSampledSurface3D subclass, a client must provide an iterator to return blocks of vertices. Each vertex defines a 3D point in space, but also may contain other fields, such as color, texture map coordinates, etc. The next routine a subclass must provide generates an iterator that generates the three indices into the array of vertices for the vertices of the shard. So for the mesh shown in Figure 2, the first call returns an array of sixteen vertices. The iterator object in turn must provide another iterator that generates triples of indices such as (0, 5, 1), (0, 4, 5), (1, 6, 2), (1, 5, 6), etc., for each of the 18 shards in the diagram above.
Note the order is significant, the vertices should be counter-clockwise when viewed from the outside of the surface in modeling space.
Along with the set of indices, a set of flags is returned indicating whether or not an edge of the shard is visible. These flags are examined when the shard is framed. For example, in Figure 3, the rendering at 300 has all of the shard edges framed. In the rendering at 310 , the diagonal edges have been skipped, and at 320, only the edges of the data are drawn. These flags also manage the object to avoid framing the same edge twice. The subclass does not need to generate all of the vertices at once. This allows the object to alternate between generating vertices and WO 95/04330 PCTlUS94/00007 214'847 shards during the rendering process. This is useful for data sets that generate points on the fly, and may not want to store the vertices for the entire object at one time.
The renderer keeps asking for blocks of vertices and shard iterators until no more are available (i.e., the CopyVertexInfo method returns FALSE to indicate no more shards are available).
Class structure The TSampledSurface3D objects implemented in C++ look like this:
class TSampledSurface3D {
virtual TShardChunkIterator* CreateShardChunkIterator() = 0;
/ / See section below on streaming virtual StreamOutAsShards( TStream& towhere ) const;
class TShardChunkIterator {
/ / TShadingInfo has point, normal, color, texture coords, etc / / Returns TRUE if there is more data to fetch; copies data into the data parameter virtual Boolean CopyVertexInfo(TShadingInfoArray& data) = 0;
virtual TShardIterator * GetShardIterator() const = 0;
/ / Used for optimization, see below virtual SetCamera(const TCamera& cam, Boolean cullBackFaces) = 0;
Figure 4 is a flowchart setting forth the detailed logic used for rendering a SampledSurface3D Object in accordance with a preferred embodiment. Processing commences at function block 400 which sets forth the invocation of a rendering operation. Then, to render a discretized surface, the renderer creates a TShardChunkIterator as set forth in function block 402. An optional step is set forth in function block 404 to determine what portions of the object are visible from the viewpoint defined by a camera object. It then calls the iterator's CopyVertexInfo(), as shown in function block 406, to obtain a copy of the per-vertex information of the surface. A test is performed at decision block 410 to determine if any vertices are left. If not, then processing is complete as indicated at 412. If there are additional vertices to process, then at function block 414, the renderer initializes the data for the particular 3D scene (e.g., transform points to screen space), and then invokes the TShardIterator when it actually draws the object. This process continues in 214'~8~7 "chunks", as shown in function block 420, each chunk starting with the call to CopyVertexInfo. It ends when CopyVertexInfo returns FALSE, indicating that all of the data has been retrieved from the object as detected at decision block 430.
There is no attempt by the renderer to share vertices between chunks, since the number of vertices along a seam between two chunks is small compared to the number in the chunk ( O(~) ). Details of the rendering processing are provided below including an example in Figure 5.
Figure 5 is an illustration of a surface 500 that is divided into four "chunks"
of area. The TShardChunkIterator is used to render the surface appearing at 510, and the TShardIterator renders the surface appearing at 520. The TShadingInfoArray is an array of objects containing the information in a TShadingInfo (point, normal, color, texture coordinate, tangent, etc.) The TShardIterator is associated with TSampledSurface3D which is used by the renderer as discussed above with reference to function block 414 of Figure 4. The class structure for the TShardIterator appears below.
class TShardIterator {
public:
enum { kFrontFace, kBackFace, kUnknown } EFrontFaceFlag;
enum { kClipped, kUnclipped, kUnknown } EClipFlag;
virtual Boolean GetNextShard( long& i0, long& i1, long& i2, Boolean& edge0lvis, Boolean& edgel2vis, Boolean& edge20vis);
/ / Second version with optional flags for render optimization, see below virtual Boolean GetNextShard( long& i0, long& i1, long& i2, Boolean& edge0lvis, Boolean& edgel2vis, Boolean& edge20vis, EFrontFaceFlag frontFlag, EClipFlag clipFlag );
};
The code for rendering a TSampledSurface object appears below:
TGrafDevice::RenderSampledSurface3D( TSampledSurface3D& dd3d ) 214'~'~ 4 7 _io-TShadinglnfoArray vertices;
TShardChunkIterator * dd3Diter = dd3d.CreateShardChunkIterator();
/ / The outer loop processes "chunks" of data from the SS3D
while (dd3Diter->CopyVertexInfo( vertices ) ) / / Take the generic TShadingInfo data, and add device level information TDeviceVertices devVerts = PrepareData( vertices );
TShardIterator * shardIter = dd3Diter->GetShardIterator();
while (shardIter->GetNextShard( i0, i1, i2, f0, fl, f2 )) RenderShard( devVerts[i0], devVerts[i1], devVerts(i2] );
delete shardlter;
delete dd3Diter;
The values i0, i1 and i2 are integer indices into the array returned by CopyVertexInfo(). Note that the TSampledSurface3D object is streamable.
Streamable refers to the ability to write the object's contents to a data stream or file in a manner that allows the object to be reconstructed at a later date. If the object is being streamed within the same machine, then the underlying subclass can be used since the library code to extract the data for rendering is available. If a SampledSurface3D object is to be spooled or streamed across a network to a foreign machine that may not have the library defining the subclass, it can be "flattened" by using the TSampledSurface3D's StreamOutAsShards method. A sample implementation for this is provided below.
TSampledSurface3D::StreamOutAsShards(TStream& towhere ) TShadingInfoArray vertices;
TShardChunkIterator * ss3Diter = CreateShardChunkIterator();
while (ss3Diter.CopyVertexInfo( vertices )) TRUE > >= towhere;
/ / Flag indicating more data available vertices »= towhere;
/ / Stream out the vertices TShardIterator * shardIter = ss3Diter.GetShardIterator();
while (shardIter->GetNextShard( i0, i1, i2, f0, f1, f2 )) i0 »= towhere;
i1 »= towhere;
/ / Stream out indices into the block of vertices i2 »= towhere;
f0 »= towhere;
fl »= towhere;
f2 »= towhere;
}
-1L »= towhere;
/ / Sentinel indicating no more shards.
delete shardIter;
FALSE »= towhere;
/ / Flag no more data available.
delete ss3Diter;
}
A preferred embodiment optionally uses two optimizations to significantly improve performance as set forth in Figure 4 at function block 440 and 450.
The first is ignoring backfacing portions of the surface (if backfacing is on), as shown in function block 440, and the second is ignoring portions of the surface that are clipped off the screen, as shown in function block 450. TSampledSurface3D
takes advantage of these optimizations by providing two additional methods for the renderer: SetCamera and a version of the TShardIterator that returns clipping flags.
SetCamera utilizes a parameter pointing to a camera object that specifies the view of the object to be displayed. The renderer calls SetCamera before invoking CopyVertexInfo. When the shards are rendered, as set forth in function block 460, the renderer examines the clipping flags returned for each shard to determine if clipping or backface culling tests are necessary. For each shard, two flag values are returned. These flags indicate:
2'i 4'~ 8 4'~
~ the shard is known to be unclipped (renderer may skip clipping tests) ~ The shard may or may not be clipped (renderer must test it) ~ The shard is backfacing (if back face culling is off) ~ The shard is frontfacing ~ The shard's orientation is unknown and must be tested To illustrate these facilities, consider a THeightField3D subclass implementing a 3D height field. The height field is essentially a planar rectangle, with relatively small perturbations in Z from the plane representing the height at each grid point. In the SetCamera call, the THeightField3D object first examines the base plane of the height field. If this plane is backfacing (determined by the camera's IsBackfacing call), and the backfaces are being culled, then the object knows not to bother generating any data (i.e., CopyVertexInfo immediately returns FALSE).
Likewise, THeightField3D can call the camera's GetClipCode method on the four corners of the height field plane. If the returned clip codes indicate the entire height field is off screen, then the rendering may be skipped. Likewise, if the clipping and backfacing tests indicate that the entire object is front facing and/or unclipped, then the renderer can skip these checks on the individual shards.
These optimizations can also be made on portions of the set of discretized data rendered. For example, the THeightField3D may render the data in nine chunks (i.e., nine separate calls to CopyVertexInfo before it returns FALSE).
Each of these individual chunks can perform the backfacing and clipping tests. Thus if a corner happens to be completely clipped away it is simply skipped.
Example Data from a 3D digitizer.
Assume the data from a 3D range-finder type digitizer is stored as an array of 1000 x 1000 depth values. These data points will be used as the Z coordinates for the surface rendered. An example of a rangefinder system is set forth in Figure 6.
The field of the range finder 600 is already known, so the field is divided into 1000 x 1000 equal steps. The object to be scanned is presented at 610, the rangefinder camera is presented at 620 and the computer for storing the rendered data is shown at 630. The computer 630 corresponds to a Figure 1 computer. Figure 7 illustrates the rangefinder data as it is received from the camera. The only data from the range finder are the Z coordinates 720, the X 700 and Y 710 coordinates are implied as the system steps through the matrix of 1000 x 1000 data points.
Since 1,000,000 is a large number of data points, this data is utilized in 10 smaller units referred to as chunks. Rendering this surface using the rendering system presented as a preferred embodiment above requires implementing the following routines. The first is TShardChunkIterator::CopyVertexInfo(). This 2I47~~7 routine will get the first 10,000 data points from the scanner, and supply the X andY
coordinates. T'he code for processing the information as it is received from the camera is presented below.
Boolean TShardChunkIterator::CopyVertexInfo( TShadingInfoArray& data ) / / fRawData is a 1,000,000 element array with the lKxlK
/ / collection of data from the scanner. fChunkCount keeps track of / / how many times CopyVertexlnfo has been called.
if (fChunkCount == 10) return FALSE; / / All data has been copied out for (i = 0; i < 100; i++) / / 100 rows in this chunk for (j = 0; j < 1000; j++) / / 1000 items per row data[i * 1000 + j] = kDefault; / / Set default color, etc.
TGPoint3D * p = &data[i * 1000 + j].fPoint;
p->fX = j; / / Generate implied X and Y
p->fY = fChunkCount * 1000 + i p->fZ = fRawData[(fChunkCount * 1000 + i)*1000 + j];
fChunkCount++;
return TRUE;
Note that with this raw data for the vertices, the rendering system will compute normals and shading values once per vertex (thus eliminating the computational load of doing it redundantly for every triangle rendered. Figure 8 presents the layout of shards from a regularly spaced grid in accordance with a preferred embodiment. At 800,T= the triangle number, and at 810,8= the number of samples per row.
The next step is to create a shard iterator to generate the triangles for rendering the surface from the scanner data as shown in function block 414 of Figure 4. This processing generates indices into the vertex information that 214' 8 4'~ , CopyVertexInfo generated; i.e., only the topology for how to hook the triangles up is required. This is done via a numbering scheme set forth at 800 and 810 in Figure 8.
An implementation for the method GetNextShard is presented below.
TShardIterator::GetNextShard( long& i0, long& i1, long& i2, Boolean& edge0lvis, Boolean& edgel2vis, Boolean& edge20vis ) / / fShardNumber is the number of the shard we've generated.
if (fShardNumber == 1000 * 100) return FALSE; / / All shard for this chunk generated if (even( fShardNumber )) i0 = fShardNumber / 2;
i1 = fShardNumber / 2 + 1000;
i2 = fShardNumber / 2 + 1;
/ / Show edge visibility, diagonal edges are not visible.
edge0lvis = TRUE; edgel2vis = FALSE; edge20vis = TRUE;
else / / odd # shard i0 = fShardNumber / 2 + 1;
i1 = fShardNumber / 2 + 1000;
i2 = fShardNumber / 2 + 1000 +1;
/ / Show edge visibility, diagonal edges are not visible.
edge0lvis = FALSE; edgel2vis = TRUE; edge20vis = TRUE;
}
fShardNumber++;
return TRUE;
Example Data from a Finite element mesh rendering A Finite Element Model (FEM) is created by 3D modeling software. Usually a part is designed to meet particular shape requirements, and then "meshed," or broken into shards by the FEM software. At the vertices of the shards, the FEM
software calculates the amount of strain energy on the vertices. These strain energy estimations are usually converted into color gradients to give a graphical display of 21~7~47 the strain on the part. Figure 9 illustrates a brace to be analyzed by the FEM
method.
Figure 10 illustrates the meshed model generated by the FEM software.
In addition to X, Y, Z geometric position information, each of the numbered vertices above also has a value representing the strain energy at that point.
The model generated by the FEM software may be stored as a list of vertices (such as those numbered above), and a list of triangular shards formed by those vertices, e.g.
(0, 5, 1), (1, 5, 6), (5, 10, 11), (1, 6, 2), etc., where the numbers in parenthesis refer to the indices of the vertices.
To render this model using the SampledSurface3D framework discussed above, the CopyVertexInfo routine is defined as follows (it assumes that the FEM data has been loaded elsewhere).
Boolean TShardChunkIterator::CopyVertexInfo( TShadingInfoArray& data ) {
for (i = 0; i < NumberFEMVertices; i++) data[i].fPoint.fX = FEMdataXCoordinate[i];
data[i].fPoint.fY = FEMdataYCoordinate[i];
data[i].fPoint.fZ = FEMdataZCoordinate[i];
/ / Set the color according to the strain energy at the / / vertex. Energy to Color performs some user-defined / / mapping, perhaps via a lookup table.
data.fBaseColor[i] = EnergyToColor( FEMdataStrain[i] );
/ / This assumes all data is processed in one step. For large data sets, / / this can be broken into multiple calls, like example #1.
return FALSE;
The ShardIterator is also fairly simple, as it just returns the data generated by the FEM program:
TShardIterator::GetNextShard( long& i0, long& i1, long& i2, Boolean& edge0lvis, Boolean& edgel2vis, 214' 8 4'~ -16-Boolean& edge20vis ) if (fNumberOfShards > FEMdataNumberOfShards) return FALSE; / / All shards rendered i0 = FEMdataVOindex[ fNumberOfShards ];
i1 = FEMdataVlindex[ fNumberOfShards ];
i2 = FEMdataV2index[ fNumberOfShards ];
/ / Edge visibility may or may not be useful edge0lvis = FALSE; edgel2vis = FALSE; edge20vis = FALSE;
fNumberOfShards++;
return TRUE;
As the shards are rendered, the rendering program can use the color generated by the strain energy to produce a smooth shaded diagram of the strain distribution on the part, such as the one illustrated in Figure 11. Strain energy is not the only variable that may be displayed in this fashion; others such as temperature distribution may be displayed in a similar fashion. This technique is commonly used in datasets generated by "scientific visualization"
applications.
Similar uses of the rendering system are available for fractal surface generation, implicit surface sampling, and parametric surface rendering.

Claims (11)

Claims
1. A rendering system for a computer having a memory and a 2D display, the rendering system generating on the display an image of a 3D surface, the image being comprised of an image surface segment defined by point data stored in the memory, characterized by:
(a) an extraction mechanism for generating vertices data from the stored point data and for storing the vertices data in the memory so that each vertex is stored only once;
(b) a retrieval mechanism for generating a plurality of index sets into the stored vertices data, each of the index sets selecting three vertices defining a shard;
and (c) a rendering mechanism for rendering the image surface segment on the display using the stored point data and the retrieved shared indices.
2. The system of claim 1 wherein the rendering mechanism includes means for transforming the stored point data into the 2D display data.
3. The system of claim 1 wherein the vertices data includes at least one of the group consisting of:
normal and shading values for each vertex;
color information for each vertex;
texture map information for each vertex; and shading information for each vertex.
4. The system of claim 1 further including means for generating visibility flag information indicating when an edge of one of the shards is visible; and wherein the rendering mechanism includes means responsive to the visibility flag information for rendering the edge.
5. The system of claim 4 further including means for generating clipping information and wherein the visibility flag information generating means is responsive to the clipping information for generating the visibility flag information.
6. The system of claim 4 further including means for generating backfacing information and wherein the visibility flag information generating means is responsive to the backfacing information for generating the visibility flag information.
7. A method operable in a computer having a memory and a 2D display, for generating on the display an image of a 3D surface, the image being comprised of an image surface segment defined by point data stored in the memory, characterized by the steps:
(a) generating vertices data from the stored point data and for storing the vertices data in the memory so that each vertex is stored only once;
(b) generating a plurality of index sets into the stored vertices data, each of the index sets selecting three vertices defining a shard; and (c) rendering the image surface segment on the display using the stored point data and the retrieved shared indices.
8. The method of claim 7 wherein the step (c) includes the step of:
(c1) for transforming the stored point data into the 2D display data.
9. The method of claim 7 further including the steps of:
(d) generating visibility flag information indicating when an edge of one of the shards is visible; and wherein the step (c) includes the step of:
(c2) rendering the edge in response to the visibility flag information.
10. The method of claim 9 further including the steps of:
(e) generating clipping information; and wherein the step (d) comprises the step of:

(d1) generating visibility flag information in response to the clipping information.
11. The method of claim 9 further including the steps of:
(e) generating backfacing information; and wherein step (d) includes the step of:
(d2) generating the visibility flag information in response to the backfacing information.
CA002147847A 1993-07-27 1994-01-03 Object-oriented rendering system Expired - Fee Related CA2147847C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US9760293A 1993-07-27 1993-07-27
US097,602 1993-07-27
PCT/US1994/000007 WO1995004330A1 (en) 1993-07-27 1994-01-03 Object-oriented rendering system

Publications (2)

Publication Number Publication Date
CA2147847A1 CA2147847A1 (en) 1995-02-09
CA2147847C true CA2147847C (en) 2002-06-11

Family

ID=22264241

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002147847A Expired - Fee Related CA2147847C (en) 1993-07-27 1994-01-03 Object-oriented rendering system

Country Status (8)

Country Link
US (1) US5729671A (en)
EP (1) EP0713594B1 (en)
JP (1) JPH09500994A (en)
CN (1) CN1116009A (en)
AU (1) AU6081494A (en)
CA (1) CA2147847C (en)
DE (1) DE69406296T2 (en)
WO (1) WO1995004330A1 (en)

Families Citing this family (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5682468A (en) 1995-01-23 1997-10-28 Intergraph Corporation OLE for design and modeling
US5941945A (en) * 1997-06-18 1999-08-24 International Business Machines Corporation Interest-based collaborative framework
US6378001B1 (en) 1997-06-18 2002-04-23 International Business Machines Corp. Collaborative framework with shared objects
US6192419B1 (en) 1997-06-18 2001-02-20 International Business Machines Corporation Collaborative framework for disparate application programs
GB2351217B (en) * 1997-11-07 2001-06-13 Sega Enterprises Kk Image processing apparatus and method
US6320580B1 (en) * 1997-11-07 2001-11-20 Sega Enterprises, Ltd. Image processing apparatus
WO1999064944A2 (en) * 1998-06-08 1999-12-16 Microsoft Corporation Compression of time-dependent geometry
US6259461B1 (en) * 1998-10-14 2001-07-10 Hewlett Packard Company System and method for accelerating the rendering of graphics in a multi-pass rendering environment
DE10000790C2 (en) * 2000-01-11 2003-11-13 Map Medizin Technologie Gmbh Breathing mask assembly and method for providing the same
US6657617B2 (en) 2001-06-25 2003-12-02 International Business Machines Corporation Method, apparatus and computer program product for three dimensional text creation
FR2827057B1 (en) * 2001-07-03 2003-11-28 Plastic Omnium Cie METHOD FOR SIMULATING THE APPEARANCE OF A PARTS ASSEMBLY
JP4718763B2 (en) * 2002-04-15 2011-07-06 マイクロソフト コーポレーション Facilitate interaction between video renderers and graphics device drivers
US7048962B2 (en) * 2002-05-02 2006-05-23 Labcoat, Ltd. Stent coating device
US6645547B1 (en) * 2002-05-02 2003-11-11 Labcoat Ltd. Stent coating device
US7709048B2 (en) * 2002-05-02 2010-05-04 Labcoat, Ltd. Method and apparatus for coating a medical device
CN100339869C (en) * 2002-12-20 2007-09-26 Lm爱立信电话有限公司 Graphics processing apparatus, methods and computer program products using minimum-depth occlusion culling and zig-zag traversal
US7043621B2 (en) * 2003-05-16 2006-05-09 Hewlett-Packard Development Company, L.P. Sharding method and apparatus using directed graphs
US8269777B2 (en) * 2003-12-12 2012-09-18 Presisio Labs, Inc. Method and system for system visualization
WO2009110725A2 (en) * 2008-03-04 2009-09-11 주식회사 코드에스이 Three-dimensional application program framework structure and a method for implementing an application program based on the same, and an automatic testing system based on a three-dimensional application software framework and a method therefor
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
CN104200520B (en) * 2014-08-29 2017-05-10 杭州易上弘网络技术有限公司 Three-dimensional rendering method and three-dimensional rendering system both based on component model combination
US10298259B1 (en) 2015-06-16 2019-05-21 Amazon Technologies, Inc. Multi-layered data redundancy coding techniques
US10977128B1 (en) 2015-06-16 2021-04-13 Amazon Technologies, Inc. Adaptive data loss mitigation for redundancy coding systems
US10270475B1 (en) 2015-06-16 2019-04-23 Amazon Technologies, Inc. Layered redundancy coding for encoded parity data
US10270476B1 (en) 2015-06-16 2019-04-23 Amazon Technologies, Inc. Failure mode-sensitive layered redundancy coding techniques
US9998150B1 (en) 2015-06-16 2018-06-12 Amazon Technologies, Inc. Layered data redundancy coding techniques for layer-local data recovery
US10162704B1 (en) 2015-07-01 2018-12-25 Amazon Technologies, Inc. Grid encoded data storage systems for efficient data repair
US10394762B1 (en) 2015-07-01 2019-08-27 Amazon Technologies, Inc. Determining data redundancy in grid encoded data storage systems
US9998539B1 (en) * 2015-07-01 2018-06-12 Amazon Technologies, Inc. Non-parity in grid encoded data storage systems
US10089176B1 (en) 2015-07-01 2018-10-02 Amazon Technologies, Inc. Incremental updates of grid encoded data storage systems
US9959167B1 (en) 2015-07-01 2018-05-01 Amazon Technologies, Inc. Rebundling grid encoded data storage systems
US10108819B1 (en) 2015-07-01 2018-10-23 Amazon Technologies, Inc. Cross-datacenter extension of grid encoded data storage systems
US9904589B1 (en) 2015-07-01 2018-02-27 Amazon Technologies, Inc. Incremental media size extension for grid encoded data storage systems
US10198311B1 (en) 2015-07-01 2019-02-05 Amazon Technologies, Inc. Cross-datacenter validation of grid encoded data storage systems
US9928141B1 (en) 2015-09-21 2018-03-27 Amazon Technologies, Inc. Exploiting variable media size in grid encoded data storage systems
US11386060B1 (en) 2015-09-23 2022-07-12 Amazon Technologies, Inc. Techniques for verifiably processing data in distributed computing systems
US9940474B1 (en) 2015-09-29 2018-04-10 Amazon Technologies, Inc. Techniques and systems for data segregation in data storage systems
US10394789B1 (en) 2015-12-07 2019-08-27 Amazon Technologies, Inc. Techniques and systems for scalable request handling in data processing systems
US9785495B1 (en) 2015-12-14 2017-10-10 Amazon Technologies, Inc. Techniques and systems for detecting anomalous operational data
US10642813B1 (en) 2015-12-14 2020-05-05 Amazon Technologies, Inc. Techniques and systems for storage and processing of operational data
US10248793B1 (en) 2015-12-16 2019-04-02 Amazon Technologies, Inc. Techniques and systems for durable encryption and deletion in data storage systems
US10180912B1 (en) 2015-12-17 2019-01-15 Amazon Technologies, Inc. Techniques and systems for data segregation in redundancy coded data storage systems
US10102065B1 (en) 2015-12-17 2018-10-16 Amazon Technologies, Inc. Localized failure mode decorrelation in redundancy encoded data storage systems
US10324790B1 (en) 2015-12-17 2019-06-18 Amazon Technologies, Inc. Flexible data storage device mapping for data storage systems
US10127105B1 (en) 2015-12-17 2018-11-13 Amazon Technologies, Inc. Techniques for extending grids in data storage systems
US10235402B1 (en) 2015-12-17 2019-03-19 Amazon Technologies, Inc. Techniques for combining grid-encoded data storage systems
US10592336B1 (en) 2016-03-24 2020-03-17 Amazon Technologies, Inc. Layered indexing for asynchronous retrieval of redundancy coded data
US10678664B1 (en) 2016-03-28 2020-06-09 Amazon Technologies, Inc. Hybridized storage operation for redundancy coded data storage systems
US10366062B1 (en) 2016-03-28 2019-07-30 Amazon Technologies, Inc. Cycled clustering for redundancy coded data storage systems
US10061668B1 (en) 2016-03-28 2018-08-28 Amazon Technologies, Inc. Local storage clustering for redundancy coded data storage system
US11137980B1 (en) 2016-09-27 2021-10-05 Amazon Technologies, Inc. Monotonic time-based data storage
US11281624B1 (en) 2016-09-28 2022-03-22 Amazon Technologies, Inc. Client-based batching of data payload
US10810157B1 (en) 2016-09-28 2020-10-20 Amazon Technologies, Inc. Command aggregation for data storage operations
US11204895B1 (en) 2016-09-28 2021-12-21 Amazon Technologies, Inc. Data payload clustering for data storage systems
US10496327B1 (en) 2016-09-28 2019-12-03 Amazon Technologies, Inc. Command parallelization for data storage systems
US10657097B1 (en) 2016-09-28 2020-05-19 Amazon Technologies, Inc. Data payload aggregation for data storage systems
US10437790B1 (en) 2016-09-28 2019-10-08 Amazon Technologies, Inc. Contextual optimization for data storage systems
US10614239B2 (en) 2016-09-30 2020-04-07 Amazon Technologies, Inc. Immutable cryptographically secured ledger-backed databases
US10296764B1 (en) 2016-11-18 2019-05-21 Amazon Technologies, Inc. Verifiable cryptographically secured ledgers for human resource systems
US11269888B1 (en) 2016-11-28 2022-03-08 Amazon Technologies, Inc. Archival data storage for structured data
US10950044B2 (en) 2018-01-25 2021-03-16 Vertex Software Llc Methods and apparatus to facilitate 3D object visualization and manipulation across multiple devices
CN109712225B (en) * 2018-12-29 2023-07-07 北京超图软件股份有限公司 Rendering method, device, equipment and storage medium of surface object

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4821220A (en) * 1986-07-25 1989-04-11 Tektronix, Inc. System for animating program operation and displaying time-based relationships
US4885717A (en) * 1986-09-25 1989-12-05 Tektronix, Inc. System for graphically representing operation of object-oriented programs
US4930092A (en) * 1987-01-20 1990-05-29 Auto-Trol Technology Corporation Polygon display apparatus and method
US4912659A (en) * 1987-10-30 1990-03-27 International Business Machines Corporation Parallel surface processing system for graphics display
US4891630A (en) * 1988-04-22 1990-01-02 Friedman Mark B Computer vision system with improved object orientation technique
US4953080A (en) * 1988-04-25 1990-08-28 Hewlett-Packard Company Object management facility for maintaining data in a computer system
EP0347162A3 (en) * 1988-06-14 1990-09-12 Tektronix, Inc. Apparatus and methods for controlling data flow processes by generated instruction sequences
US5041992A (en) * 1988-10-24 1991-08-20 University Of Pittsburgh Interactive method of developing software interfaces
US5133075A (en) * 1988-12-19 1992-07-21 Hewlett-Packard Company Method of monitoring changes in attribute values of object in an object-oriented database
US5050090A (en) * 1989-03-30 1991-09-17 R. J. Reynolds Tobacco Company Object placement method and apparatus
US5060276A (en) * 1989-05-31 1991-10-22 At&T Bell Laboratories Technique for object orientation detection using a feed-forward neural network
US5125091A (en) * 1989-06-08 1992-06-23 Hazox Corporation Object oriented control of real-time processing
JPH0792840B2 (en) * 1989-10-13 1995-10-09 インターナショナル・ビジネス・マシーンズ・コーポレーシヨン Image generation method and apparatus
JPH0776991B2 (en) * 1989-10-24 1995-08-16 インターナショナル・ビジネス・マシーンズ・コーポレーション NURBS data conversion method and apparatus
US5181162A (en) * 1989-12-06 1993-01-19 Eastman Kodak Company Document management and production system
US5093914A (en) * 1989-12-15 1992-03-03 At&T Bell Laboratories Method of controlling the execution of object-oriented programs
US5075848A (en) * 1989-12-22 1991-12-24 Intel Corporation Object lifetime control in an object-oriented memory protection mechanism
US5151987A (en) * 1990-10-23 1992-09-29 International Business Machines Corporation Recovery objects in an object oriented computing environment
US5119475A (en) * 1991-03-13 1992-06-02 Schlumberger Technology Corporation Object-oriented framework for menu definition
US5394523A (en) * 1993-01-22 1995-02-28 Taligent, Inc. Polymorphic graphic device
US5471568A (en) * 1993-06-30 1995-11-28 Taligent, Inc. Object-oriented apparatus and method for scan line conversion of graphic edges

Also Published As

Publication number Publication date
CA2147847A1 (en) 1995-02-09
AU6081494A (en) 1995-02-28
WO1995004330A1 (en) 1995-02-09
DE69406296T2 (en) 1998-05-14
CN1116009A (en) 1996-01-31
DE69406296D1 (en) 1997-11-20
US5729671A (en) 1998-03-17
EP0713594B1 (en) 1997-10-15
EP0713594A1 (en) 1996-05-29
JPH09500994A (en) 1997-01-28

Similar Documents

Publication Publication Date Title
CA2147847C (en) Object-oriented rendering system
EP0679278B1 (en) Object-oriented constructive area system
EP0727076B1 (en) Object-oriented graphic system and method
US5471568A (en) Object-oriented apparatus and method for scan line conversion of graphic edges
JP4031758B2 (en) Construction and maintenance of scene graphs for interactive feature-based geoscience geometric modeling
US5710896A (en) Object-oriented graphic system with extensible damage repair and drawing constraints
RU2324229C2 (en) Visual and three-dimensional graphic interfaces
JP4129039B2 (en) 3D graphics rendering system
WO1995008147A1 (en) Object-oriented audio record/playback system
WO1996009578A1 (en) Picking system for curve objects
US5479589A (en) Object-oriented system for selecting a graphic image on a display
Xu Construction of a Responsive Web Service for Smooth Rendering of Large SSC Dataset: and the Corresponding Preprocessor for Source Data
Laramee et al. Design and implementation of geometric and texture-based flow visualization techniques
GB2334870A (en) Three dimensional graphics rendering system
Xu Construction of Responsive Web Service for Smooth Rendering of Large SSC Dataset
Hasselbalch Progressive Meshes
Bivins A texture-based framework for improving CFD data visualization in a virtual environment
Zlabinger A project completed as part of the requirements for the BSc (Hons) Computer Studies entitled Fast Real-Time Terrain Visualisation Algorithms

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed
MKLA Lapsed

Effective date: 20040105