Custom Query (25 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 25)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#21 fixed Avoid re-creating textures during each frame Ben Lippmeier
Description

The current drawPicture function reverses the byte order of textures and creates texture objects for every frame. This is ok when the texture is being algorithmically generated for each frame, but is wasteful if the texture is a static picture. We need a better design for this.

#1 fixed Add textured polygon code from ANUPlot Ben Lippmeier
Description

ANUPlot could draw textures, and we could port the code across.

We need to decide how to locate and load the images. The ANUPlot system used ImageMagik? and invoked the command line convert utility. We probably don't want that dependency for gloss.

#16 wontfix Add key pressed to EventMotion constructor Ben Lambert
Description

Currently the EventMotion? user event only contains current location of the cursor in the window, should probably also contain which button is being pressed to trigger the EventMotion?.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.