scene.org File Archive

File download

<root>­/­mirrors­/­hornet­/­code­/­3d­/­trifill­/­texmap/00_index.txt

File size:
3 692 bytes (3.61K)
File date:
2006-08-20 23:09:36
Download count:
all-time: 861

Preview

bastxmap.txt       8601 **+   4 Sided Polygon Texture Mapper by Alan Parker :
                              | Although this texture mapper is coded in GFA
                              | Basic for the Atari ST the code is
                              | comprehensible enough to be useful for PC
                              | owners. Basic
ctm.zip            6214 **    Crappy Texture Map by Mandrill : Crappy Texture
                              | Map. At least you know what code should be
                              | doing what.  The filler looks familiar (the
                              | register lay out).  The texture 'swims' so I'm
                              | not sure this is a routine to emulate.
                              | Assembler, real-mode
facmap.zip        43816       Fake Perspective Correct Texture Mapping by FAC
                              | of Delabu Alama : How to do fake perspective
                              | correct texture mapping WITHOUT changing your
                              | current texture mapper function.
fatmap.txt        69730 ***   Fast Affine Texture Mapping Tutorial by Doomsday
                              | Text
fatmap2.zip       55809 ****  Fast Affine Texture Mapping II by MRI of Doomsday
                              | : A good tutorial about accurate texture
                              | mapping. This version uses convex polygons
                              | instead of triangles to make clipping easier.
                              | Text, C
text_eng.zip     231920 **+   Texture Mapper by Lee Lorenz : Hardly any
                              | comments included with the source, but the
                              | source is not very hard to understand. C/C++
textmap.zip       11172 *+    Texture Map by Robert Schmidt of Ztiff Zox
                              | Softwear : Document on how to map a 2D texture
                              | onto a 3D parallellogram. Useful to understand
                              | the mathematics behind texture mapping, but too
                              | slow for a decent realtime implementation. Text
texture.zip      112765 **    Texture Mapper by Fantom of Ultimate Brains :
                              | There are no comments included with the source,
                              | so you'll need to spend some time before you
                              | totaly understand what's going on. Assembler
tiletmap.zip       4757       Tiled Texture Mapping Tutorial by TheGlide of
                              | Spinning Kids : This is a little document that
                              | explains how to code a tiled texture mapper
                              | that handles any power of 2 texture sizes. The
                              | document contains some little C code to get you
                              | started. To fully understand the doc you should
                              | have already read MRI's fatmap.txt and
                              | fatmap2.txt.
tmaptut.zip       66330 ****  Texture Mapping Tutorial by Tumblin of Bodies In
                              | Motion : Excellent tutorial on texture mapping.
                              | A must for starters! Text
triscan.zip       11472 ***   Triscan by Andrew Harvey : Some triangle fillers.
                              | Doesn't assemble as is.  Uses lots of assembler
                              | macros, which is good for style and helps
                              | portability, but kills readability for people
                              | not familiar with the code. Assembler,
                              | protected-mode