diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
| commit | 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 (patch) | |
| tree | 5ec7f69ca0104f2b0a41e2ee7d3cb0cf0c9c54c5 /examples/demos/n00bdemo/data/star_mask.smx | |
| parent | e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (diff) | |
| download | psn00bsdk-1aa0e17df7c325a41de8cf8a57f52ed853f08bf3.tar.gz | |
Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
Diffstat (limited to 'examples/demos/n00bdemo/data/star_mask.smx')
| -rw-r--r-- | examples/demos/n00bdemo/data/star_mask.smx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/demos/n00bdemo/data/star_mask.smx b/examples/demos/n00bdemo/data/star_mask.smx new file mode 100644 index 0000000..695bd47 --- /dev/null +++ b/examples/demos/n00bdemo/data/star_mask.smx @@ -0,0 +1,25 @@ +<model version="1"> + <vertices count="10"> + <v x="1.5331711" y="2.1008451" z="-0"/> + <v x="-0.58690399" y="-0.80604398" z="0"/> + <v x="0.00088100001" y="-2.608315" z="0"/> + <v x="-1.5261101" y="2.1046951" z="-0"/> + <v x="-2.481925" y="-0.806045" z="0"/> + <v x="2.469579" y="-0.80604398" z="0"/> + <v x="0.95193702" y="0.31198999" z="-0"/> + <v x="-0.950176" y="0.31198999" z="-0"/> + <v x="0.00088100001" y="1.002973" z="-0"/> + <v x="0.58866602" y="-0.80604398" z="0"/> + </vertices> + <normals count="0"/> + <textures count="0"/> + <primitives count="7"> + <poly v0="4" v1="7" v2="1" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + <poly v0="2" v1="1" v2="9" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + <poly v0="6" v1="5" v2="9" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + <poly v0="8" v1="0" v2="6" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + <poly v0="8" v1="7" v2="3" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + <poly v0="1" v1="7" v2="9" v3="6" blend="2" double="1" r0="0" g0="0" b0="0" type="F4"/> + <poly v0="7" v1="8" v2="6" blend="2" double="1" r0="0" g0="0" b0="0" type="F3"/> + </primitives> +</model> |
