|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
As you can see in the attached image my men are rather faceless.
I want to put a face, ears and hair onto the head ( a simple sphere )
without using any external graphic files, so UV Mapping is out.
I know I could model a face but I'm trying to keep each soldier model as
simple as possible because when I move on to "Waterloo" I'll have a lot of
objects and memory will be at a premium.
So does anyone have a texture I could use for a head? Remember I'm trying
to put a face on a sphere.
Thanks
Post a reply to this message
Attachments:
Download 'Battlefield.jpg' (124 KB)
Preview of image 'Battlefield.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Felbrigg wrote:
> As you can see in the attached image my men are rather faceless.
>
> I want to put a face, ears and hair onto the head ( a simple sphere )
> without using any external graphic files, so UV Mapping is out.
>
> I know I could model a face but I'm trying to keep each soldier model as
> simple as possible because when I move on to "Waterloo" I'll have a lot of
> objects and memory will be at a premium.
>
> So does anyone have a texture I could use for a head? Remember I'm trying
> to put a face on a sphere.
>
> Thanks
I have no texture for you unfortunately.
But maybe you can try making one yourself, I think that with a few tries
and errors you would be able to end up with a decent texture. And once
you have the different features set up (head, nose, mouth, etc.) you can
do several face types with beard, moustache, various hair color etc.
You should also scale the heads to make them elipsoid,
JC
--
http://exether.free.fr/irtc (more IRTC stats !)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here is the result of a quick (and not very good) test.
Maybe you can do better, or find one that's already done. :-)
I like you picture by the way, just wondering what are those smoky
horses in the sky ? Any underlying symbolism ?
JC
JC (Exether) wrote:
> Felbrigg wrote:
>
>> As you can see in the attached image my men are rather faceless.
>>
>> I want to put a face, ears and hair onto the head ( a simple sphere )
>> without using any external graphic files, so UV Mapping is out.
>>
>> I know I could model a face but I'm trying to keep each soldier
>> model as
>> simple as possible because when I move on to "Waterloo" I'll have a
>> lot of
>> objects and memory will be at a premium.
>>
>> So does anyone have a texture I could use for a head? Remember I'm
>> trying
>> to put a face on a sphere.
>>
>> Thanks
>
>
> I have no texture for you unfortunately.
> But maybe you can try making one yourself, I think that with a few tries
> and errors you would be able to end up with a decent texture. And once
> you have the different features set up (head, nose, mouth, etc.) you can
> do several face types with beard, moustache, various hair color etc.
>
> You should also scale the heads to make them elipsoid,
>
> JC
--
http://exether.free.fr/irtc (more IRTC stats !)
Post a reply to this message
Attachments:
Download 'face_etalon.png' (6 KB)
Download 'face_example.png' (31 KB)
Download 'face.jpg' (12 KB)
Download 'us-ascii' (1 KB)
Preview of image 'face_etalon.png'
Preview of image 'face_example.png'
Preview of image 'face.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Smokey Horses!?
They are the explosive result of Mr Shrapnells new air-bursting
Howitzer-launched shells ( new in 1815 anyway ).
Thanks for your effort by the way. I was really hoping to create a texture
with pov code and thus avoid using a image as you have in your example.
I could use your method if its not anymore memory hungry. Do you know if
using an ImageMap uses more memory that a pov coded texture?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Felbrigg wrote:
> Smokey Horses!?
>
> They are the explosive result of Mr Shrapnells new air-bursting
> Howitzer-launched shells ( new in 1815 anyway ).
>
> Thanks for your effort by the way. I was really hoping to create a texture
> with pov code and thus avoid using a image as you have in your example.
>
> I could use your method if its not anymore memory hungry. Do you know if
> using an ImageMap uses more memory that a pov coded texture?
>
>
>
My first reaction would be to try the object pattern. You would have to
layer several of these to draw the eyes nose etc. Always make the outer
color transparent then layer the whole thing over your basic flesh
pigment. That was how I did all the background elements in this picture:
http://www.irtc.org/ftp/pub/stills/2003-08-31/miro.jpg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Excellent! I've just looked in the help and that seems to be just what I
need ( never read it before or seen code that used it ). I'll give that a
go, thanks.
"Jim Charter" <jrc### [at] msncom> wrote in message
news:40476591$1@news.povray.org...
> Felbrigg wrote:
> > Smokey Horses!?
> >
> > They are the explosive result of Mr Shrapnells new air-bursting
> > Howitzer-launched shells ( new in 1815 anyway ).
> >
> > Thanks for your effort by the way. I was really hoping to create a
texture
> > with pov code and thus avoid using a image as you have in your example.
> >
> > I could use your method if its not anymore memory hungry. Do you know
if
> > using an ImageMap uses more memory that a pov coded texture?
> >
> >
> >
> My first reaction would be to try the object pattern. You would have to
> layer several of these to draw the eyes nose etc. Always make the outer
> color transparent then layer the whole thing over your basic flesh
> pigment. That was how I did all the background elements in this picture:
> http://www.irtc.org/ftp/pub/stills/2003-08-31/miro.jpg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |