| luaplayer.org |
|
September 09, 2010, 10:03:18 PM
|
|||
|
|||
| News: IMPORTANT: Please read the following post http://luaplayer.org/forums/index.php?topic=693 |
| Home | Help | Search | Login | Register |
|
1
on: Today at 01:15:38 AM
|
||
| Started by RechnijY - Last post by RechnijY | ||
|
Tnank all for help. Waiting for 0.03.
|
||
|
2
on: September 08, 2010, 08:44:31 AM
|
||
| Started by RechnijY - Last post by Criptych | ||
|
This is a known issue; see for example this thread. It's fixed in 0.03 but that hasn't been officially released yet. For now, just try not to reload the same image many times.
![]() |
||
|
3
on: September 08, 2010, 12:09:30 AM
|
||
| Started by RechnijY - Last post by RechnijY | ||
|
No, this bug doesn't depend on the numbers of files in RAM. I try reload only one image and it crash.
|
||
|
4
on: September 07, 2010, 05:10:18 PM
|
||
| Started by 10$man - Last post by 10$man | ||
|
srry, i dont understand at all...
btw i when i tried drawing the .obj the first time i forgot to not put GU.TRIANGLES the second time i used GU.QUADS and it didn't work. it gave me Expected number got nil error here is the draw line: Code heres the rest of the code: (i know its the draw function because i plugged this up to one of the models i made in l3d and it worked) Code EDIT: has anyone heard of l3d 3d modeler? link (http://dl.qj.net/psp/homebrew-applications/l3d-3d-modeler-beta-2-kxploited-for-15.html) it looks kinda nifty... It doesn't matter that much if the model is high quality... I am more or less just trying to get something to come up on the screen ![]() (also has anyone else been having troubles with QJ's downloads? things like AccessDeniedRequest has expired0B60...) |
||
|
5
on: September 07, 2010, 04:45:57 PM
|
||
| Started by 10$man - Last post by romero126 | ||
|
"i am assuming rfc means request for comment?"
|
||
|
6
on: September 07, 2010, 12:01:39 PM
|
||
| Started by 10$man - Last post by 10$man | ||
|
What is a RFC?? (i sure hope that wasn't a noob question)
|
||
|
7
on: September 07, 2010, 10:49:37 AM
|
||
| Started by Soulkiller - Last post by Criptych | ||
|
@emcp: You win the obfuscation contest.
![]() |
||
|
8
on: September 07, 2010, 09:23:42 AM
|
||
| Started by RechnijY - Last post by NICK^^ | ||
|
It's because the RAM is full I think.
|
||
|
9
on: September 07, 2010, 06:49:54 AM
|
||
| Started by RechnijY - Last post by RechnijY | ||
|
I think, I found a bug. If you reload picture more then 8-14 times, pge crash with
Code: pge.texture.load error loading image(or something else(I don't know correctly)) This is a simple(same code I use):Code: SimpleIMG = pge.texture.load("Images/SI1.png") ReloadIMG = 1 while pge.running() do pge.controls.update() pge.gfx.startdrawing() pge.gfx.clearscreen() if ReloadIMG == 1 then SimpleIMG = pge.texture.load("Images/SI2.png") ReloadIMG = 0 end pge.gfx.enddrawing() pge.gfx.swapbuffers() end Is it a bug or I make a mistake? |
||
|
10
on: September 07, 2010, 03:10:38 AM
|
||
| Started by 10$man - Last post by romero126 | ||
|
If you read the RFC it will tell you how to draw your tables. So that way you are not fidgeting with GU Quads, GU Triangles. because you will be able to read all the paramaters of the .obj file.
|
||