Fri 14 Mar 2014 10:11:59 AM UTC, comment #2:
background image still does not work, but there is no error message:
Texture: type uint8, size (200, 600, 4)
Converted to: type uint8, size (200, 600, 4)
Multiplexing texture coords: (4, 2) -> (1, 4, 2)
Maybe it is only on my laptop?
|
Thu 13 Mar 2014 04:26:24 PM UTC, original submission:
With new decors, background image and setTriade are not working.
clicking for background image:
"
Texture: type uint8, size (200, 600, 4)
Converted to: type uint8, size (200, 600, 4)
Multiplexing texture coords: (4, 2) -> (1, 4, 2)
"
background image is not shown!
clickiong for Triade:
"
Traceback (most recent call last):
File "/home/gianluca/pyformex/pyformex/gui/viewportMenu.py", line 51, in setTriade
draw.setTriade(res['triade'], res['pos'], res['size'])
File "/home/gianluca/pyformex/pyformex/opengl/draw.py", line 614, in setTriade
pf.canvas.setTriade(on, pos, siz)
File "/home/gianluca/pyformex/pyformex/opengl/canvas.py", line 850, in setTriade
self.triade = decors.Triade(pos, siz)
AttributeError
:
'module' object has no attribute 'Triade'
"
|