[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Texture mapping co-ordinates
- To: linuxgames@sunsite.dk
- Subject: Texture mapping co-ordinates
- From: Katie Lucas <katie@fysh.org>
- Date: Thu, 30 Aug 2001 16:16:08 +0100 (BST)
- Delivered-To: mailing list linuxgames@sunsite.dk
- Delivery-Date: Thu, 30 Aug 2001 11:16:19 -0400
- Mailing-List: contact linuxgames-help@sunsite.dk; run by ezmlm
- Reply-To: linuxgames@sunsite.dk
I've got a problem with texture coords for a plane - I've got the
vertex coords and the colours for the verticies and the texture coords
all stashed away in structures and selected into arrays. The textures
slide about on the surface of the plane as the camera rotates about
it.
Now normally I'd say "clown, you've screwed up the coord generation",
but the thing works FINE in software Mesa rendering - on a VoodooII in
hardware: texture problem. This is the same exe, just picking between
the software/hardware by setting the environment variable.
Anyone come across this?
{ Perspective correction is set to "nicest" BTW }