Ignore:
Timestamp:
08/17/12 12:18:32 (12 years ago)
Author:
smasson
Message:

full integration of the batch mode with Z buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltv.pro

    r378 r479  
    177177   xsize = !p.position[2] - !p.position[0] 
    178178   ysize = !p.position[3] - !p.position[1] 
    179    IF !d.name EQ 'X' THEN BEGIN 
     179   IF !d.name EQ 'X' OR !d.name EQ 'Z' THEN BEGIN 
    180180     xsize = ceil(xsize * !d.x_size) 
    181181     ysize = ceil(ysize * !d.y_size) 
Note: See TracChangeset for help on using the changeset viewer.