Search for "lai": 87 matches

3D Tutorial by FH94.3 of Nitro
/code/3d/docs/fh-3dtut.zip
18 Jan 1998 (catalog date)
12,903 bytes
Download FTP scene.org
Rating:
Explains how to rotate in 3D.

3D Shadow Tutorial by Fuzzel of Haujobb
/code/3d/docs/shadows.zip
17 Jan 1999 (catalog date)
121,258 bytes
Download FTP scene.org
Rating:
Explains how to do shadows in 3d using a zbuffer algorithm.

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

Simple 3D Engine by Zjack of DCC
/code/3d/systems/toruskit.zip
17 Jan 1999 (catalog date)
104,753 bytes
Download FTP scene.org
Rating:
An outdated 3d engine in assembler using different tricks that used to be populair a few years ago, like a 50hz mode and a weird vga resolution.

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
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.

Compression Tutorial by Mali of Malixa
/code/compress/mdg_comp.zip
17 Jan 1999 (catalog date)
8,344 bytes
Download FTP scene.org
Rating:
Explains how to code RLE and Huffman compression.

Sine Generator by Claim of Mindstream
/code/editors/sg_v07.zip
26 Feb 1998 (catalog date)
30,188 bytes
Download FTP scene.org
Rating:
Generates an assembler listing of a sine lookup table.

2D Rotation by Draeden of VLA
/code/effects/3d/rotate.zip
25 Aug 1997 (catalog date)
7,790 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

3D Rotation by Draeden of VLA
/code/effects/3d/rotate3d.zip
25 Aug 1997 (catalog date)
35,866 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

2D Bumpmapping by T.C.P. of Diabolic Force
/code/effects/bump/tcp_bump.zip
17 Jan 1999 (catalog date)
86,560 bytes
Download FTP scene.org
Rating:
Explains how to do 2d bumpmapping on 256 color pictures.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

Nice Fire by Ziron of Alpine
/code/effects/fire/nicefire.zip
17 Jan 1999 (catalog date)
2,334 bytes
Download FTP scene.org
Rating:
Claims to be nicer then any of the other fires around, but there's really nothing special about this fire effect.

Chaotic Fractal Screensaver by Magister of Phazix
/code/effects/fractal/mfract.zip
24 Apr 1998 (catalog date)
16,607 bytes
Download FTP scene.org
A screensaver of sorts (plain DOS only, no Windows 95) that zooms into the Mandelbrot set and animates the Julia set. Source code included. Also includes a text file that explains fractals and how to generate them. Text, assembler, protected-mode.

Cyber Space 3d by Phantom of Nostalgia
/code/effects/land/cyb3dkit.zip
10 Jan 1997 (catalog date)
31,536 bytes
Download FTP scene.org
Rating:
A landscape routine with many aspects - No source and a very quick explaination of the ideas and algorithms behind the effect.

Iguana Landscape by JCAB, Jare of Iguana
/code/effects/land/ign_land.zip
10 Jan 1997 (catalog date)
23,458 bytes
Download FTP scene.org
Rating:
The voxel landscape from Heartquake - No explaination of the effect, non-recompileable. The code is largely dependant on code libraries that the coders have developed and is thus somewhat difficult to follow.

OTM Voxel by Voltaire of OTM
/code/effects/land/otmvoxel.zip
10 Jan 1997 (catalog date)
187,665 bytes
Download FTP scene.org
Rating:
Tries to explain what voxels really are - Most people will ignore the difference anyway. :( And this example leaves much to be desired.

Source for Tunnel Effect by PlastiikkiPaketti of Skraappa Skruuppi
/code/effects/tunnel/araidsrc.zip
06 Oct 1996 (catalog date)
28,319 bytes
Download FTP scene.org
Rating:
used in Stars/Nooon and Paimen/Coma, Doesn't explain the algorithm, not very optimized, low resolution

Peroxide Trainer Part 1 by Telemachos of Peroxide
/code/effects/worlds/pxdtut1.zip
17 Jan 1999 (catalog date)
73,945 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d mazes like the ones used in old games like dungeon master and eye of the beholder.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

Flat Real Mode Interface by Juanito
/code/hardware/memory/frmi_150.exe
10 Jan 1997 (catalog date)
38,210 bytes
Download FTP scene.org
Rating:
An interface for flat real mode from BC - Has some docs on xms and comments explaining how the interface works itself. I didn't test to see if it works. Doesn't work in v86 mode, meaning most programs made with this will require a reboot.

Peroxide Trainer Part 2 by Telemachos of Peroxide
/code/hardware/memory/pxdtut2.zip
17 Jan 1999 (catalog date)
11,137 bytes
Download FTP scene.org
Rating:
This tutorial explains how to use ems memory.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

Tweakdoc.txt by Vulture
/code/hardware/video/tweakdoc.zip
10 Jan 1997 (catalog date)
5,522 bytes
Download FTP scene.org
Rating:
A doc for setting mode X and some other tweak modes - It doesn't explain much (really anything) about how to use the mode.

GIF 2 LBM by Daniel Hatadi
/code/images/gif2lbm.zip
15 Apr 1997 (catalog date)
17,893 bytes
Download FTP scene.org
Very simple bitmap converter. This converts plain 256 colour GIFs to the LBM format used with Themie Gouthas' XLIB. It also saves the palette separately in a .PAL file.

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

C Tutorial Part 2 by Desolation of VLA
/code/tutors/c/ctut2vla.zip
18 Jan 1998 (catalog date)
11,401 bytes
Download FTP scene.org
Rating:
This one explains the do-while loop, the switch statement and the goto

C Tutorial Part 3 by Desolation of VLA
/code/tutors/c/ctut3vla.zip
18 Jan 1998 (catalog date)
3,771 bytes
Download FTP scene.org
Rating:
This one explains how arrays work in C.

Tutorial #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

The King Magazine Volume 2 by The King
/code/tutors/graphics/kmagv2.zip
18 Jan 1998 (catalog date)
54,474 bytes
Download FTP scene.org
Rating:
Nice for beginners. This volume explains some basic Pascal and Assembler coding and how to do crossfades.

Peroxide Trainer Part 3 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut3.zip
17 Jan 1999 (catalog date)
26,393 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d vectors using flatshading and glenzing.

Peroxide Trainer Part 4 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut4.zip
17 Jan 1999 (catalog date)
27,821 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code different kind of polyfillers including gouraudshaded, texturemapped and environmapped polygons.

Peroxide Trainer Part 7 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut7.zip
17 Jan 1999 (catalog date)
50,278 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code a wolfenstein 3d engine.

N-Buffering Doc by Type One of Pulpe
/code/tutors/graphics/t1nbuf11.zip
17 Jan 1999 (catalog date)
10,550 bytes
Download FTP scene.org
Rating:
This doc explains everything you want to know about single, double, tripple and N buffering.

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

Flat Square Root by Noble Roman
/code/tutors/math/sqrt.zip
18 Jan 1998 (catalog date)
1,569 bytes
Download FTP scene.org
Rating:
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge.

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

Page-Flipping by Vulture of Outlaw Triad
/code/tutors/video/otflip.zip
18 Jan 1998 (catalog date)
21,655 bytes
Download FTP scene.org
Rating:
Explains how to avoid ugly screen updates by using a virtual screen.

Peroxide Trainer Part 5 by Telemachos of Peroxide
/code/tutors/video/pxdtut5.zip
17 Jan 1999 (catalog date)
22,362 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

Peroxide Trainer Part 5, C-version by Telemachos of Peroxide
/code/tutors/video/pxdtut5c.zip
17 Jan 1999 (catalog date)
33,744 bytes
Download FTP scene.org
Rating:
This tutorial explains how to access the vesa 1.2 modes.

N-Buffering Doc by Type One of TFL-TDV
/code/tutors/video/t1-nbuf.zip
02 Jul 1997 (catalog date)
15,924 bytes
Download FTP scene.org
Rating:
A doc for video buffering. Explains the draw backs of using only one video buffer and how to use 2 or more buffers effectively.

VGA 128kb Tutorial by LSD of Meltdown
/code/tutors/video/vga128kb.zip
17 Jan 1999 (catalog date)
11,027 bytes
Download FTP scene.org
Rating:
Explains how to access 128kb of videomemory.

VBE 2.0 Tutorial by Vector of Vertigo
/code/tutors/video/vgovbe20.zip
17 Jan 1999 (catalog date)
23,787 bytes
Download FTP scene.org
Rating:
Explains how to use vesa modes and how to avoid the usual mistakes made by so many groups when dealing with vesa.

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

Clairvoyance by Acme
/demos/1994/a/acme_clr.zip
24 May 1998 (catalog date)
182,646 bytes
Download FTP scene.org
Rating:
386,,GUS,

Kalanviljelylaitos by Tempest
/demos/1996/k/kala.zip
18 Dec 1996 (catalog date)
1,453,445 bytes
Download FTP scene.org
Released at event SEN96 in the demo division and ranked ??

BBS Dragon's Lair by S.P.Y.
/demos/1997/d/dragtro.zip
16 May 1998 (catalog date)
27,150 bytes
Download FTP scene.org
Rating:
,,Adlib,

Saamelaisnuoret by ISO
/demos/1997/i/iso_sm.zip
12 Apr 1997 (catalog date)
2,331,822 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 02

Kelaipatoptop by Myopath Crew
/demos/1997/k/klptt.zip
06 Apr 1997 (catalog date)
67,766 bytes
Download FTP scene.org
Released at event VOL97 in the in64 division and ranked 02

No Malaise by Aspirine
/demos/1997/n/nomalais.zip
30 Aug 1997 (catalog date)
864,892 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the demo division and ranked 13

Japanialainen by TBOLO
/demos/1998/t/tbolojpn.zip
30 Jul 1998 (catalog date)
44,853 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the in64 division and ranked 06
,,GUS,

La Tete a Toko by Slaine
/graphics/images/1994/l/latete.zip
04 Jul 1996 (catalog date)
106,400 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 37

Marbelface by Slaine
/graphics/images/1994/m/marblefa.zip
04 Jul 1996 (catalog date)
212,675 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 17

Tete Final by Slaine of Ivory
/graphics/images/1994/s/slaine.zip
04 Jul 1996 (catalog date)
149,158 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked ??

Battle Dragon by Blaise
/graphics/images/1996/d/dragon.zip
16 May 1997 (catalog date)
578,340 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grtc division and ranked XX

Green Naga by Blaise
/graphics/images/1996/n/naga.zip
23 Nov 1996 (catalog date)
54,840 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grfx division and ranked XX

Mantis by Blaise
/graphics/images/1997/m/mantis.zip
04 Jun 1997 (catalog date)
158,996 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the grfx division and ranked 06

Trick or treat by Laika of Loonies
/graphics/images/1997/p/pixel_67.zip
16 Jun 1998 (catalog date)
101,567 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked 73
311x256x16m

Tribal Dance by Blaise of Savage
/graphics/images/1998/t/tribal.zip
14 Sep 1998 (catalog date)
531,856 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 24
640x480x16m

O-34052 by claim
/music/contests/mc3/rookie/o-34052.zip
09 Nov 1996 (catalog date)
172,621 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R40

Clairvoyance by Doc Holiday, Twilight
/music/songs/1994/clairvoy.zip
15 Sep 1996 (catalog date)
194,463 bytes
Download FTP scene.org
Rating:
(MOD)

Warlock's Spell by Claim
/music/songs/1995/c/c_warlok.zip
21 Sep 1996 (catalog date)
170,421 bytes
Download FTP scene.org
Rating:
(XM)

Clairvoyence by Vic
/music/songs/1995/c/clair.zip
23 Sep 1996 (catalog date)
153,984 bytes
Download FTP scene.org
Rating:
(PTM)

The Caralain Eagle by Cyberzip
/music/songs/1995/c/cz-eagle.zip
21 Sep 1996 (catalog date)
261,713 bytes
Download FTP scene.org
Rating:
(XM)

Hell Lair by Black Thunder
/music/songs/1995/h/hell.zip
18 Sep 1996 (catalog date)
66,354 bytes
Download FTP scene.org
Rating:
(S3M)

Upland Plains by Shuffle
/music/songs/1995/s/shf-touc.zip
20 Sep 1996 (catalog date)
180,556 bytes
Download FTP scene.org
Rating:
(S3M)

Tohtori, Tilaisin Taksin by Sulphur
/music/songs/1995/t/taksi.zip
24 Sep 1996 (catalog date)
193,647 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the mmul division and ranked 09
(S3M)

Aitolai Alisoi-la by Dark of Metabolic
/music/songs/1996/a/aitolai.zip
28 May 1997 (catalog date)
524,562 bytes
Download FTP scene.org
Rating:
(XM)

Erilaisia Nelikulmioita by Croaker of Halcyon
/music/songs/1996/h/h_4kulm.zip
22 Sep 1996 (catalog date)
362,488 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the mmul division and ranked 05
(S3M)

Elesium 115 by Juice
/music/songs/1996/p/phd_e115.zip
11 Feb 1997 (catalog date)
145,083 bytes
Download FTP scene.org
Rating:
(MOD) laid back triphop

Suomalainen Jylhyys by Lakeuksien
/music/songs/1996/s/suomalai.zip
21 Jan 1997 (catalog date)
5,918 bytes
Download FTP scene.org
Rating:
(MOD)

Dragon's Lair Remix by Mix the Brain of USE
/music/songs/1996/u/use-drgl.zip
23 Jul 1996 (catalog date)
7,119 bytes
Download FTP scene.org
Rating:
(S3M)

Eternal Clouds by Superman, Flail of Optikal Delusion
/music/songs/1997/o/od_cloud.zip
18 Dec 1997 (catalog date)
51,898 bytes
Download FTP scene.org
(S3M)

Clairvoyance by Physical Phantasm of Oceanic Records
/music/songs/1998/o/or-clvoy.zip
23 Mar 1998 (catalog date)
815,092 bytes
Download FTP scene.org
(XM)

I'll Explain Remix by The Forbidden One of Pandamonium, BBR
/music/songs/1998/p/pnm-xpln.zip
10 Dec 1998 (catalog date)
434,117 bytes
Download FTP scene.org
Released at event AMB98 in the mhse division and ranked 05

Plain And Simple by Mr Smile
/music/songs/1998/s/s-plain8.zip
12 Apr 1998 (catalog date)
493,341 bytes
Download FTP scene.org
(XM)

Salaiset Kansiot by Grillimestari of HiRMU
/music/songs/1998/s/salaiset.zip
15 Jan 1999 (catalog date)
222,826 bytes
Download FTP scene.org
Released at event JUH98 in the mmul division and ranked ??

Oi Ching Ying Wa Hay by Leon Lai
/tla/songs/1995/s3m/s/syn_leon.zip
20 Sep 1996 (catalog date)
105,383 bytes
Download FTP
Rating:

Brain Flood by Claim
/tla/songs/1995/xm/c/c_bflood.zip
21 Sep 1996 (catalog date)
86,753 bytes
Download FTP
Rating:

ClaimPak 03 Flare by Claim
/tla/songs/1995/xm/c/c_pak03.zip
21 Sep 1996 (catalog date)
369,341 bytes
Download FTP
Rating:

Claim your Goat by MikPos
/tla/songs/1996/it/m/mik-goat.zip
23 Aug 1996 (catalog date)
341,884 bytes
Download FTP
Rating:

Kiss Me I'm Alain by Logre
/tla/songs/1996/s3m/0-9/2_3_kmia.zip
22 Sep 1996 (catalog date)
85,123 bytes
Download FTP
Rating:

Cullerin Plain by El Futplex
/tla/songs/1996/xm/e/ef-culle.zip
23 Jul 1996 (catalog date)
169,489 bytes
Download FTP
Rating:

I'll Explain by G-Day
/tla/songs/1996/xm/x/x_explai.zip
17 Nov 1996 (catalog date)
507,397 bytes
Download FTP
Rating: