L3D 3d modeler Beta 1 by TacticalPenguin
Concept by OwlHuntr

What it does:
This program can draw, save, and load 3d models. It can be used to create 3d models for use in lua gamesor for converting to other formats.

Features:
-Draws 3d models in full 3d out of triangles
-Can undo triangles
-Can save models with the name model#.ext with # being a number and ext being an extension of either lua, txt, or xyz
-Can load models previously drawn with L3D 3d modeler
-Camera can move around
-Grid for point reference
-Color of triangles can be changed
-Lines from points are shown while drawing a triangle for reference to where other points have been placed
-Well thought-out control scheme

Controls:
-Pause menu:
--Up/down: Change selection
--X: Make selection
---Save option:
----Square/circle: Cycle through extensions
----Left/right on dpad: Change number
---Load option:
----Left/right on dpad: Cycle through saved models

-Camera movement mode:
--Left/right on analog or dpad: Rotate camera
--Up/down on analog or dpad: Move forward/backward
--L/R: Lower/raise camera

-Cursor movement mode:
--Left/right on dpad: Precisely decrease/increase cursor's x position
--Up/down on dpad: Precisely decrease/increase cursor's z position
--Left/right on analog: Decrease/increase cursor's x position
--Up/down on dpad: Decrease/increase cursor's z position
--L/R tap: Precisely raise/lower cursor
--L/R hold: raise/lower cursor

-All modes:
--Start: Pause
--Select: Change modes
--Cross: Select a point of the triangle you are drawing
--Triangle: Change selected color value
--Square/circle: Decrease/increase selected color value's value

To install: Copy both __SCE__L3DB1 and %__SCE__L3DB1 into PSP/GAME for kxploit version, copy L3DB1 into PSP/GAME for 1.0/2.0+/OE

Notes:
-This must use the luaplayer it is packaged with, for it uses a function which is modded into the luaplayer
-Trying to load a file which is not a model may crash the program
-Depending on the order in which you draw the points of a triangle, it may face away from the camera; if so it will not appear. Draw the points in backwards order to make it face the other way.

Thanks to:
TheMarioKarters-Found two bugs, one which crashed the program. Both were fixed
Youresam-Showed me how to save a table with non-string/number elements in it and answered many questions related to program