Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003521 |
[Croquet] Hedgehog |
minor |
always |
05-01-06 21:52 |
10-08-06 00:41 |
|
Reporter |
howardstearns |
View Status |
public |
|
Assigned To |
andreas |
Priority |
normal |
Resolution |
fixed |
|
Status |
resolved |
|
|
|
|
Summary |
0003521: portals to other space in same island get render error |
Description |
Create a TWindow with contents: TPortal that has a postcardLink: to a postcard of a space on the SAME island as the TWindow is in. Rendering the TWindow gets an error. |
Additional Information |
TPortal>>render:depth: has a line:
postcard ifNotNil:[vwPnt := postcard resolveViewpoint: ogl.].
This always results in a TFarRef, but in this case, it shouldn't be. This can be fixed with:
postcard ifNotNil:[vwPnt := (postcard resolveViewpoint: ogl) valueOn: Processor activeIsland].
but I'm not sure that this is really the right place to fix it.
|
|
Attached Files |
|
|