The Utils library defines an ImageMap class. Its constructor requires the full path to the folder holding the bitmap and the name of the bitmap. Before creating a new instance of the class, we delete the object that currently exists, if any (imageMap != NULL). With the use of a new image map, we set the texture method to DECAL and then post a redisplay of our CGWorld window.