View previous topic :: View next topic |
Author |
Message |
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Mon Mar 06, 2006 11:28 pm Post subject: Some suggestions |
|
|
I have some suggestions to make DeleD better :
- An option to change the lightmap file format (png, tga, bmp, jpeg...)
- The support of dds texture format
- Some new primitives like pyramids with 3 sides or capsules
For DBO exporter :
- For a next version, a function to keep object's name (in order to exploit them in dark basic pro with limbs commands) |
|
Back to top |
|
|
Sindwiller DeleD PRO user
Joined: 25 May 2005 Posts: 331 Location: Zürich. Switzerland
|
Posted: Tue Mar 07, 2006 6:01 pm Post subject: |
|
|
Quote: |
The support of dds texture format |
I dont know if that would work. DeleD is written in OGL and not DX so DeleD cannot use the DX-Libs for DDS.
Wfr, Sindwiller _________________ "Ave Jeroen et Paul-Jan!" populus clamant. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Tue Mar 07, 2006 6:22 pm Post subject: |
|
|
Sindwiller wrote: |
Quote: |
The support of dds texture format |
I dont know if that would work. DeleD is written in OGL and not DX so DeleD cannot use the DX-Libs for DDS.
Wfr, Sindwiller |
DDS is just a file format, anyone can read it. _________________
|
|
Back to top |
|
|
CMe Member
Joined: 30 Jun 2005 Posts: 72 Location: Ontario Canada
|
Posted: Tue Mar 07, 2006 7:14 pm Post subject: |
|
|
As V_D said, yes OpenGL can support using DDS. If anyone is interested, the texture data can be uploaded through the GL_ARB_texture_compression extension if driver supports it. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Tue Mar 07, 2006 7:19 pm Post subject: |
|
|
Welcome to these forums, and thanks for the good suggestions!
- An option to change the lightmap file format (png, tga, bmp, jpeg...)
I have put this on the list, we will probably implement this after adding PNG and DDS support to the application. JPEG is not an option, as lossy fileformats are not suitable for the subtextures in a lightmap.
- The support of dds texture format
This is already pretty high on our list, but every request we get makes it move up in priority
- Some new primitives like pyramids with 3 sides or capsules
What exactly is a capsule? Is it a cylinder with half-spheres on the top/bottom? |
|
Back to top |
|
|
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Tue Mar 07, 2006 8:10 pm Post subject: |
|
|
Paul-Jan wrote: |
- Some new primitives like pyramids with 3 sides or capsules
What exactly is a capsule? Is it a cylinder with half-spheres on the top/bottom? |
Yes it is. I know you can already make this with a sphere and a cylinder but it's slower than using a primitive. |
|
Back to top |
|
|
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Thu Mar 16, 2006 2:08 pm Post subject: |
|
|
And about suggestions for DBO exporter ? |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Thu Mar 16, 2006 8:54 pm Post subject: |
|
|
I think Il Buzzo would have to answer that, as he created and maintains that particular plugin |
|
Back to top |
|
|
Il Buzzo DeleD PRO user
Joined: 12 Aug 2004 Posts: 271 Location: Italy
|
Posted: Fri Mar 17, 2006 3:30 am Post subject: |
|
|
Hi Vincent,
Well I think it's possible, the only thing is that I'll wait for final update 6 before any update to DBO Exporter because of modifies Lee is doing to DBO Format.
After these modifies will be released and documented (this is a real pain with DarkBasic Pro DBO format, I have to do a lot by myself), I'll begin to update plugin where needed.
Consider that while I'm writing Update 6 beta 3 has been released, so I think that in a couple of weeks, we'll have the complete Update 6 so I can test DBO exporter and eventually correct it.
Anyway I'll consider your suggestion, but consider that DBO structure is different from DeleD structure, in fact in DBO file, meshbuffers (triangles that shares same material) are just saved, and each meshbuffer is a limb for a particular object, so to create a structure like deled one you'll have a more complex file, with even a more complex hierarchy. This doesn't mean that is not possible, but I need to think about a solution functional and not time consuming.
Anyway thanks for suggestion.
Bye . |
|
Back to top |
|
|
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Tue Apr 04, 2006 8:40 pm Post subject: |
|
|
An other suggestion :
- Entities placement (saved in DMF Files) with a *.txt exporter.
Is it possible ? |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Apr 05, 2006 9:04 am Post subject: |
|
|
It is certainly possible, but could you be a little bit more precise? Thanks!
1. I take it that with entities you mean objects that only have user data, no physical-geometrical data? We have something like that planned, although we are not settled on the final implementation yet (these is a discussion on this topic somewhere else on these forums).
If you mean something else by "entity" (it is a rather abstract term after all), please elaborate!
2. What do you mean with a "*.txt exporter"? What data would be exported to the .txt file, and how would it be formatted? What applications would read in the .txt file, and how would they interpret the contents?
Your feedback is appreciated! |
|
Back to top |
|
|
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Wed Apr 05, 2006 5:45 pm Post subject: |
|
|
1. An entity would be just a point in space with user data.
2. *.txt files would contain the position data and the user data of all the entities. I don't have any idea for the *.txt formatting. Those files would be interpreted by our programs (for example, in dark basic, using text commands) |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Apr 05, 2006 6:00 pm Post subject: |
|
|
I think a good entity would be just another deled object. A point in space with 2 properties.
user tag
bounding box (user types height * width, and we see a box).
Just place them after the lights in a file.
3 <- no of entities
id;(location)x,y,z;(box)20,20;USERTAG;
id;(location)x,y,z;(box)20,20;USERTAG;
id;(location)x,y,z;(box)20,20;USERTAG; _________________
|
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Thu Apr 06, 2006 11:27 am Post subject: |
|
|
Vampyre: I like the idea of a "bounding box", nice touch! I do however think you should be able to scale the entity size with the mouse as well.
Vincent is onto something though: most export formats don't allow for entity data, and it feels a bit silly to force people to parse DMF files just to read in their entity positions and user data. A standard way of making the entity data availabe is needed. Hmm... |
|
Back to top |
|
|
vincent-v Member
Joined: 06 Mar 2006 Posts: 10 Location: France
|
Posted: Fri Apr 14, 2006 1:21 pm Post subject: |
|
|
The txt file would be formatted like that :
Code: |
entity name;positionx;positiony;positionz;anglex;angley;anglez;user data
entity name 2;positionx;positiony;positionz;anglex;angley;anglez;user data 2
...
|
It's very easy to read these data in all programming langages... |
|
Back to top |
|
|
|