Issue 4

Permanent URI for this collection


The Determination of Form-Factors by Lookup Table

Sun, Jizhou
Zou, L.Q.
Grimsdale, R.L.

Ray Tracing an Octree: Numerical Evaluation of the First Intersection

Gargantini, I.
Atkinson, H. H.

Spanning a C1-Surface over a Given Wireframe

Tokumasu, Shinji
Harashima, Ichirou
Nakajima, Norihiro

A Library for Developing PHIGS Programming Tools in a PEX Environment

Wainer, Michael
Tan, Ting


BibTeX (Issue 4)
                
@article{
10.1111:1467-8659.1240191,
journal = {Computer Graphics Forum}, title = {{
The Determination of Form-Factors by Lookup Table}},
author = {
Sun, Jizhou
 and
Zou, L.Q.
 and
Grimsdale, R.L.
}, year = {
1993},
publisher = {
Blackwell Science Ltd and the Eurographics Association},
ISSN = {1467-8659},
DOI = {
10.1111/1467-8659.1240191}
}
                
@article{
10.1111:1467-8659.1240199,
journal = {Computer Graphics Forum}, title = {{
Ray Tracing an Octree: Numerical Evaluation of the First Intersection}},
author = {
Gargantini, I.
 and
Atkinson, H. H.
}, year = {
1993},
publisher = {
Blackwell Science Ltd and the Eurographics Association},
ISSN = {1467-8659},
DOI = {
10.1111/1467-8659.1240199}
}
                
@article{
10.1111:1467-8659.1240211,
journal = {Computer Graphics Forum}, title = {{
Spanning a C1-Surface over a Given Wireframe}},
author = {
Tokumasu, Shinji
 and
Harashima, Ichirou
 and
Nakajima, Norihiro
}, year = {
1993},
publisher = {
Blackwell Science Ltd and the Eurographics Association},
ISSN = {1467-8659},
DOI = {
10.1111/1467-8659.1240211}
}
                
@article{
10.1111:1467-8659.1240219,
journal = {Computer Graphics Forum}, title = {{
A Library for Developing PHIGS Programming Tools in a PEX Environment}},
author = {
Wainer, Michael
 and
Tan, Ting
}, year = {
1993},
publisher = {
Blackwell Science Ltd and the Eurographics Association},
ISSN = {1467-8659},
DOI = {
10.1111/1467-8659.1240219}
}

Browse

Recent Submissions

Now showing 1 - 4 of 4
  • Item
    The Determination of Form-Factors by Lookup Table
    (Blackwell Science Ltd and the Eurographics Association, 1993) Sun, Jizhou; Zou, L.Q.; Grimsdale, R.L.
    Current methods for computer image synthesis using the radiosity algorithm rely heavily on the calculation of geometrical properties, known as form-factors, which quantify the energy exchange between pairs of surfaces in the environment. In this paper, a new method for form-factor calculation is presented, in which form-factors from a differential area to a finite area with various geometric orientations and dimensions can be determined by the summation of three weighted directional form-factors. The three directional form-factors are mutually independent and can be pre-calculated and stored in a lookup table accessed by two indices. Thus, the determination of the generally used complex form-factor integral is greatly simplified and mainly replaced by accessing a pre-established lookup table. Quantitative comparisons of Wallace s ray casting method and the method presented indicate that the new method can provide more accurate form-factors, which implies that the number of sample points necessary on each source patch is comparatively reduced and the process of form-factor calculation can be accelerated.
  • Item
    Ray Tracing an Octree: Numerical Evaluation of the First Intersection
    (Blackwell Science Ltd and the Eurographics Association, 1993) Gargantini, I.; Atkinson, H. H.
  • Item
    Spanning a C1-Surface over a Given Wireframe
    (Blackwell Science Ltd and the Eurographics Association, 1993) Tokumasu, Shinji; Harashima, Ichirou; Nakajima, Norihiro
    A problem of spanning a surface of C1 continuity (C1-surface) over a given wireframe is introduced. By exploiting the concept of a super surface patch introduced in an earlier paper, we proved the existence of an approximate, yet practical solution of the problem. That is, we presented a method or a procedure, by which to span a C1-surface over the wireframe. This technique is intended to be utilized as a flexible surface generation method for the 3D shape design in the industrial world.
  • Item
    A Library for Developing PHIGS Programming Tools in a PEX Environment
    (Blackwell Science Ltd and the Eurographics Association, 1993) Wainer, Michael; Tan, Ting
    The merger of three-dimensional graphics with the X Window System has recently been standardized by adapting PHIGS, the Programmer s Hierarchical Interactive Graphics System, to the X Window System with PEX, the PHIGS Extension to X. The standard programming library for PEX has been defined to be identical to PHIGS PLUS allowing PHIGS programs to port directly to the X environment. X uses a client server model to run applications as client processes which communicate with a server to perform graphical display and input. For improved performance, the PEX extension defines new server resources to reduce network traffic and to take advantage of graphics hardware existing on high-end servers. A side effect of this distributed model of computation is a distribution of PHIGS structures leading to a relaxation of the exclusive access which a PHIGS application usually maintains over its Central Structure Store.We exploit the distributed nature of a PEX/PHIGS client s Central Structure Store to provide access to it for other applications besides the originating PEX/PHIGS client. We refer to these other applications as tools since one of our primary goals is to create development tools for PHIGS programmers. Rather than concentrate on particular debugging tools, we focus upon easing the process of actually developing tools. Our goal is to supply a collection of routines which can be used by PHIGS programmers to create custom tools or other programs which require access to the graphics data of remote PHIGS processes.Our Tool Development Library provides the PHIGS programmer a small number of management routines which orchestrate the connection and mapping to the data of one or more remote PHIGS applications. Manipulation of remote PHIGS structures is accomplished just as easily as local operations and is performed using standard PHIGS calls. The remote application being accessed requires no changes to its source code. Obvious uses for the Tool Development Library are in the construction of PHIGS tools such as structure browsers, editors and debugging aids. Less obvious is the potential for developing collections of cooperating graphics applications which share graphics data.