README_DEMOS
5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
Here is the bullet feature list of each demo application
autofill:
a simple fill-rate performance demo. Automatically measures fill-rate
for different sizes and aspect ratios of triangles. Prints data which
can be displayed using gnuplot. See README file in application
directory for more information.
blockmonkey:
a simple performance measuring app that lets the user vary display
list sizes and parameters and see the effect on render time.
controller explanation is printed when app is run.
the performance meter on the bottom display the time it requires to
render polygons. It does not account for the time on the CPU that it
takes to generate the display list. This is why the animation slows
down even if the next frame time have not been reached.
chrome:
reflection map
ci8fb:
Like autofill app, but renders using an 8-bit color index frame buffer.
See README file in application directory for more information.
cptest:
A simple app that uses C++, including implementations of the
bare-bones libC.c++ that you would need. See the README file
for more information and restrictions.
detail:
shows you how to use multitiled textures. Including detailed textures
and mipmap textures.
eeptest:
a simple test program for EEPROM (4K and 16K).
fault:
shows you how to catch CPU exceptions (such as TLB misses and floating-
point divide-by-zero).
This app uses osSyncPrintf, it can only run on HW2.
fogworld:
shows how to use fog and volume culling.
ginv:
a simple hardware inventory app that reports which version of the
RCP is on the current development board, the speed of the RCP and CPU,
amount of DRAM available, etc.
greset:
a simple program that simulates pressing the RESET switch
on the game box.
ground:
a simple app that demonstrates clipping precision for large
ground planes.
gs2dex:
shows how to use S2DEX microcode.
gtdemo:
This is a complex application with characters that can run
around and punch. It demonstrates multiple graphics tasks, and
heavy use of the turbo graphics ucode. Also shows complex host
matrix manipulation for animation.
hostio:
A simple application that use the Host-U64 APIs to send
data between the Indy "host" and the target app "game".
lights:
rsp lighting w/specular texture lights
shadow is fake w/ location and size modifiable through simple
controller input
background is mipmapped
mipmap:
an app that demonstrates mipmapping, comparing it to other
texture types and controlling mipmapping parameters.
morphcube:
CPU morphs the vertices
CPU + gfx pipeline execute in parallel on two successive frames.
tiling large mipmap textures into pieces that fits in TMEM.
runs between 30/60Hz in 50Mhz u64 board. Runs 60Hz on 60+Hz u64 board.
The 60Hz u64 board won't be available until the 2nd chip.
morphfaces:
2D image morphing. CPU does vertex morph, blending is done by
two pass rendering. See 'NOTES' file in the directory for more
details.
motortest:
a test program for controller vibrators
nnsample1:
a sample program of a new scheduler made by NTSC
nnsample2:
a sample program of F3DEX Ver1.21 ucode
nosPak:
Sample library and program to use N64 font data.
onetri:
simple graphics, draws one triangle non zbuffered.
gload -a "-t" turns on simple texturing.
overlay:
A version of "onetri" that does code overlays (using the same piece
of memory for two distinct segments of code and associated data).
pfs:
a simple app that demonstrates memorry pack interface functions.
playseq:
using the sequence player
we could not shipped many interesting sequences that we pulled off
of the net. You can find them in alt.binaries.sounds.midi
news group.
polyline:
swap between triangle and line ucode to draws polys and lines.
simple:
shows how audio/graphics can coexist
audio processing will preempt graphics if graphics overrun the frame.
soundmonkey:
using both sequence player and sound player
spgame:
using the sprite functions to render foreground/background objects
spin:
an RDP exploration tool. see it's README for more info.
spritemonkey:
a simple app which demonstrates how to use the sprite microcode
terrain:
this program is a "terrain generation" program, using the
game box to draw geometry and the game controller to provide
the interface. Data can be created and saved back out to the
Indy. It demonstrates many advanced features, including the
host I/O communication. See the README file for more information.
texlight:
shows how to do geometry with texture mapping, diffuse
lights, and specular highlights all at the same time.
tile_rect2d:
A simple demo of how to break up a large texture into smaller
texture tiles that fit into Tmem. Generates 2-D texture rectangle
primitives.
tile_rect3d:
A simple demo that illustrates how to split large textures into
'tiles' that fit into Tmem and still allow proper filtering so that
seams are not created. Generates triangles.
topgun:
harrier is cut from flt2c, a multigen modeling package .flt file
sample convertor.
tron:
walls are non-sorted transparent objects
shows how to use BOWTIE_VAL parameter to avoid RDP hangs.
turbomonkey:
very much like 'blockmonkey', except it demos the turbo ucode.
You can compare the quality/speed tradeoffs between this program
and blockmonkey.
voice:
This program is a sample of "Voice Recognition System".
Please list words among "message.c" file,
and connect "Voice Recognition System" to controller port 0.
If you talk to microphone, result of recognition is showed.