Code: Select all
cube = {
{0, 0, white, -1, -1, 1}, -- 0
{2, 0, white, -1, 1, 1}, -- 4
{2, 2, white, 1, 1, 1}, -- 5
{0, 0, white, -1, -1, 1}, -- 0
{2, 2, white, 1, 1, 1}, -- 5
{0, 2, white, 1, -1, 1}, -- 1
{0, 0, white, -1, -1, -1}, -- 3
{2, 0, white, 1, -1, -1}, -- 2
{2, 2, white, 1, 1, -1}, -- 6
{0, 0, white, -1, -1, -1}, -- 3
{2, 2, white, 1, 1, -1}, -- 6
{0, 2, white, -1, 1, -1}, -- 7
{0, 0, white, 1, -1, -1}, -- 0
{2, 0, white, 1, -1, 1}, -- 3
{2, 2, white, 1, 1, 1}, -- 7
{0, 0, white, 1, -1, -1}, -- 0
{2, 2, white, 1, 1, 1}, -- 7
{0, 2, white, 1, 1, -1}, -- 4
{0, 0, white, -1, -1, -1}, -- 0
{2, 0, white, -1, 1, -1}, -- 3
{2, 2, white, -1, 1, 1}, -- 7
{0, 0, white, -1, -1, -1}, -- 0
{2, 2, white, -1, 1, 1}, -- 7
{0, 2, white, -1, -1, 1}, -- 4
{0, 0, white, -1, 1, -1}, -- 0
{2, 0, white, 1, 1, -1}, -- 1
{2, 2, white, 1, 1, 1}, -- 2
{0, 0, white, -1, 1, -1}, -- 0
{2, 2, white, 1, 1, 1}, -- 2
{0, 2, white, -1, 1, 1}, -- 3
{0, 0, white, -1, -1, -1}, -- 4
{2, 0, white, -1, -1, 1}, -- 7
{2, 2, white, 1, -1, 1}, -- 6
{0, 0, white, -1, -1, -1}, -- 4
{2, 2, white, 1, -1, 1}, -- 6
{0, 2, white, 1, -1, -1}, -- 5
}
My friend made a converter that loads ff7 3d models into common 3d computer models. I asked him if he could make one for megaman legends, and output the models in the format above. Or are there more easy to use 3d graphics model formats for psp that can be used in lua, or if not in lua then c++, which I can work with also.