From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5dc0968670312efa,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-17 12:55:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!212.37.1.10!newsfeed01.nntp.se.dataphone.net!nntp.se.dataphone.net!news.powertech.no!newsfeed1.ulv.nextra.no!nextra.com!news1.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada Subject: Loadning bitmap as texture in openGL X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <5ZsT7.2785$KQ3.39855@news1.oke.nextra.no> NNTP-Posting-Host: 130.67.137.130 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Mon, 17 Dec 2001 21:55:29 MET Organization: Nextra Public Access X-Trace: readme.online.no 1008622529 130.67.137.130 Date: Mon, 17 Dec 2001 21:52:34 +0100 Xref: archiver1.google.com comp.lang.ada:18023 Date: 2001-12-17T21:52:34+01:00 List-Id: Hi! Regarding GNAT 3-13p-7, RedHat Linux 6.2 Does anyone have a good suggestion how to load a bitmap(possibly xbm format) from a file and add is as a texture in openGL? I have tried to use a pixmap as texture parameter, but haven't succeded (yet). Frank