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.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.smx')
| -rw-r--r-- | examples/demos/n00bdemo/data/star.smx | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/demos/n00bdemo/data/star.smx b/examples/demos/n00bdemo/data/star.smx new file mode 100644 index 0000000..c91947e --- /dev/null +++ b/examples/demos/n00bdemo/data/star.smx @@ -0,0 +1,26 @@ +<!-- Created using Project Scarlet SMX Export Plug-in for Blender --> +<!-- NOTE: If you plan to use this model as a static mesh, it is recommended that you run this file through smxopt --> +<!-- or smxtool to clean up duplicate/unused normals which are kept for animation purposes. --> +<model version="1"> +<vertices count="10"> +<v x="1.533171" y="2.100845" z="-0.000000"/> +<v x="-0.586904" y="-0.806044" z="0.000000"/> +<v x="0.000881" y="-2.608315" z="0.000000"/> +<v x="-1.526110" y="2.104695" z="-0.000000"/> +<v x="-2.481925" y="-0.806045" z="0.000000"/> +<v x="2.469579" y="-0.806044" z="0.000000"/> +<v x="0.951937" y="0.311990" z="-0.000000"/> +<v x="-0.950176" y="0.311990" z="-0.000000"/> +<v x="0.000881" y="1.002973" z="-0.000000"/> +<v x="0.588666" y="-0.806044" z="0.000000"/> +</vertices> +<primitives count="7"> +<poly v0="4" v1="7" v2="1" r0="255" g0="255" b0="64" type="F3" /> +<poly v0="2" v1="1" v2="9" r0="255" g0="255" b0="64" type="F3" /> +<poly v0="6" v1="5" v2="9" r0="255" g0="255" b0="64" type="F3" /> +<poly v0="8" v1="0" v2="6" r0="255" g0="255" b0="64" type="F3" /> +<poly v0="8" v1="7" v2="3" r0="255" g0="255" b0="64" type="F3" /> +<poly v0="1" v1="7" v2="9" v3="6" r0="255" g0="255" b0="64" type="F4" /> +<poly v0="7" v1="8" v2="6" r0="255" g0="255" b0="64" type="F3" /> +</primitives> +</model>
\ No newline at end of file |
