|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Recently I've been working on converting the 3D models in my current
favourite game to POV format. The files are stored in some binary format
that is quite complex, and the textures are in .dds format. Anyway, I've
been writing some C++ code to write out a POV file. As you can see the
geometry is done, but I'm still working on getting the textures converted
automatically.
This model has ~10k triangles.
Post a reply to this message
Attachments:
Download 'CMXcar.jpg' (21 KB)
Preview of image 'CMXcar.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"scott" <sco### [at] spamcom> wrote:
> Recently I've been working on converting the 3D models in my current
> favourite game to POV format. The files are stored in some binary format
> that is quite complex, and the textures are in .dds format. Anyway, I've
> been writing some C++ code to write out a POV file. As you can see the
> geometry is done, but I'm still working on getting the textures converted
> automatically.
>
> This model has ~10k triangles.
That looks great and what a cool way to get hold of some decent models. (Not
sure about the copyright law though ;-)
Can't wait to see a POV render of this with full textures etc..
Sean
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
s.day wrote:
> "scott" <sco### [at] spamcom> wrote:
>> Recently I've been working on converting the 3D models in my current
>> favourite game to POV format. The files are stored in some binary
>> format that is quite complex, and the textures are in .dds format.
>> Anyway, I've been writing some C++ code to write out a POV file. As
>> you can see the geometry is done, but I'm still working on getting
>> the textures converted automatically.
>>
>> This model has ~10k triangles.
>
> That looks great and what a cool way to get hold of some decent
> models. (Not sure about the copyright law though ;-)
>
> Can't wait to see a POV render of this with full textures etc..
A reflective car over a checkered plane :-)
Need to work on a good setting for it though, what you see is five minutes
work! A WIP definitely.
Post a reply to this message
Attachments:
Download 'CMXcar2.jpg' (43 KB)
Preview of image 'CMXcar2.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"scott" <sco### [at] spamcom> wrote in message news:4355098a$1@news.povray.org...
> Recently I've been working on converting the 3D models in my current
> favourite game to POV format. The files are stored in some binary format
> that is quite complex, and the textures are in .dds format. Anyway, I've
> been writing some C++ code to write out a POV file. As you can see the
> geometry is done, but I'm still working on getting the textures converted
> automatically.
>
> This model has ~10k triangles.
>
>
>
Thats incredible! Are you at all thinking about releasing that program??
Cheers Dre
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
scott spake:
> Recently I've been working on converting the 3D models in my current
> favourite game to POV format. The files are stored in some binary format
> that is quite complex, and the textures are in .dds format. Anyway, I've
> been writing some C++ code to write out a POV file. As you can see the
> geometry is done, but I'm still working on getting the textures converted
> automatically.
>
> This model has ~10k triangles.
VERY nice!
Beware the lawyers, though...:)
--
Stefan Viljoen
Software Support Technician / Programmer
Polar Design Solutions
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dre wrote:
> "scott" <sco### [at] spamcom> wrote in message
> news:4355098a$1@news.povray.org...
>> Recently I've been working on converting the 3D models in my current
>> favourite game to POV format. The files are stored in some binary
>> format that is quite complex, and the textures are in .dds format.
>> Anyway, I've been writing some C++ code to write out a POV file. As
>> you can see the geometry is done, but I'm still working on getting
>> the textures converted automatically.
>>
>> This model has ~10k triangles.
>>
>>
>>
>
> Thats incredible! Are you at all thinking about releasing that
> program??
You can get it from my website:
www.scottboham.co.uk/sw
Any problems give me a shout as I haven't really tested it properly, I just
got it working last night.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> scott spake:
>
>> Recently I've been working on converting the 3D models in my current
>> favourite game to POV format. The files are stored in some binary
>> format that is quite complex, and the textures are in .dds format.
>> Anyway, I've been writing some C++ code to write out a POV file. As
>> you can see the geometry is done, but I'm still working on getting
>> the textures converted automatically.
>>
>> This model has ~10k triangles.
>
> VERY nice!
>
> Beware the lawyers, though...:)
Well the website for the game has "programmers information" for the file
formats, so I guess they won't mind :-)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
scott wrote:
>>scott spake:
>>
>>
>>>Recently I've been working on converting the 3D models in my current
>>>favourite game to POV format. The files are stored in some binary
>>>format that is quite complex, and the textures are in .dds format.
>>>Anyway, I've been writing some C++ code to write out a POV file. As
>>>you can see the geometry is done, but I'm still working on getting
>>>the textures converted automatically.
>>>
>>>This model has ~10k triangles.
>>
>>VERY nice!
>>
>>Beware the lawyers, though...:)
>
>
> Well the website for the game has "programmers information" for the file
> formats, so I guess they won't mind :-)
>
There's a legal difference between the data description and the actual
data which makes up the artwork. The former one may be free or open but
the latter one I would handle with care.
E.g. ID-Software published the whole sourcecode for their quake
series games but the for artwork (models, maps, textures) one
still has to pay for.
Sebastian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Sebastian H. wrote:
> scott wrote:
>>> scott spake:
>>>
>>>
>>>> Recently I've been working on converting the 3D models in my
>>>> current favourite game to POV format. The files are stored in
>>>> some binary format that is quite complex, and the textures are in
>>>> .dds format. Anyway, I've been writing some C++ code to write out
>>>> a POV file. As you can see the geometry is done, but I'm still
>>>> working on getting the textures converted automatically.
>>>>
>>>> This model has ~10k triangles.
>>>
>>> VERY nice!
>>>
>>> Beware the lawyers, though...:)
>>
>>
>> Well the website for the game has "programmers information" for the
>> file formats, so I guess they won't mind :-)
>>
> There's a legal difference between the data description and the actual
> data which makes up the artwork. The former one may be free or open
> but the latter one I would handle with care.
No, in this case the mesh and artwork is free. The mesh data is actually
included in a separate download from their site, and the artwork you can get
from the free demo of the game in jpeg format. Or you could just make your
own artwork, they give you blank templates of the textures.
> E.g. ID-Software published the whole sourcecode for their quake
> series games but the for artwork (models, maps, textures) one
> still has to pay for.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
scott wrote:
> Sebastian H. wrote:
>
>>scott wrote:
>>
>>>>scott spake:
>>>>
>>>>
>>>>
>>>>>Recently I've been working on converting the 3D models in my
>>>>>current favourite game to POV format. The files are stored in
>>>>>some binary format that is quite complex, and the textures are in
>>>>>.dds format. Anyway, I've been writing some C++ code to write out
>>>>>a POV file. As you can see the geometry is done, but I'm still
>>>>>working on getting the textures converted automatically.
>>>>>
>>>>>This model has ~10k triangles.
>>>>
>>>>VERY nice!
>>>>
>>>>Beware the lawyers, though...:)
>>>
>>>
>>>Well the website for the game has "programmers information" for the
>>>file formats, so I guess they won't mind :-)
>>>
>>
>>There's a legal difference between the data description and the actual
>>data which makes up the artwork. The former one may be free or open
>>but the latter one I would handle with care.
>
>
> No, in this case the mesh and artwork is free. The mesh data is actually
> included in a separate download from their site, and the artwork you can get
> from the free demo of the game in jpeg format. Or you could just make your
> own artwork, they give you blank templates of the textures.
Do you mean you can extract the artwork from the demo?
The fact that the demo is free does not necessarily mean
that the artwork is free for use.
Is there somewhere explicitely said that you're allowed
to use these models for your own work which you publish
and eventually get money for?
Sebastian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |