Search found 85 matches

by lazyprogramer
Mon Mar 14, 2011 8:29 pm
Forum: DS/DSi Development
Topic: Retrieving user infos?
Replies: 5
Views: 5959

Re: Retrieving user infos?

I got 'system.h no such file or directory' error!?
by lazyprogramer
Fri Mar 11, 2011 8:27 pm
Forum: DS/DSi Development
Topic: Saving game data
Replies: 13
Views: 19047

Re: Saving game data

Yes, you have to add

Code: Select all

LIBS	:= 	-lfat -lnds9
to your Makefile.
by lazyprogramer
Sun Mar 06, 2011 10:41 am
Forum: DS/DSi Development
Topic: scaning directories?
Replies: 8
Views: 6735

Re: scaning directories?

Well, it seems that you changed the Makefile a bit:

Code: Select all

LIBS	:= 	-lfat -lnds9 
You have to add the libfat in your makefile right?

I will test your app now...
by lazyprogramer
Sat Mar 05, 2011 11:04 am
Forum: DS/DSi Development
Topic: scaning directories?
Replies: 8
Views: 6735

Re: scaning directories?

Sorry can you please post your hole source and maybe your Makefile, because compiling this short piece of code isn't possible!
by lazyprogramer
Thu Mar 03, 2011 4:10 pm
Forum: DS/DSi Development
Topic: scaning directories?
Replies: 8
Views: 6735

Re: scaning directories?

can you be a little more specific - I am not sure what you are asking.
I think he meant he wants the source code for open a directory (folder) and to show the filenames in this directory (folder).
by lazyprogramer
Tue Mar 01, 2011 8:51 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158201

Re: create 3d and include

You almost got LOST IN CONVERSION
I'm sorry about that.
If the mesh is single sided those black dots may be backfacing poligons...I have no better idea
Maybe thet's right, I will find it out later...

Now I want to make a simple short animation with having a look in nitro engine's source!
by lazyprogramer
Tue Mar 01, 2011 4:04 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158201

Re: create 3d and include

One problem solved: The strange color was because of the glLight! I reduce the glLight now and it looks better!
by lazyprogramer
Tue Mar 01, 2011 3:46 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158201

Re: create 3d and include

It works! I made the ply file with 1968 vertices and 500 polygons and converted into a bin file. I used the Display_List_2 source to show the model, but seems that the colors I added in the Vertex Paint mode in Blender are very strong. But there's another problem: There sometimes are some black poin...
by lazyprogramer
Tue Mar 01, 2011 2:54 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158201

Re: create 3d and include

Okay, it seems that you don't need an installed python, because the 'export to .ply' module works without it (I'm using the latest version 2.49b, get it here:
http://www.blender.org/download/get-blender/).
I will try to create a model and include it now!