Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (7th_zorro, degenerate_762, AndrewAMD, ozgur), 774 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 1 of 14 1 2 3 13 14
[Plugin] Import von 2. UVMap / Import of 2nd UVMap #119525
03/26/07 21:35
03/26/07 21:35
Joined: Feb 2006
Posts: 324
Germany
M
maybenew Offline OP
Senior Member
maybenew  Offline OP
Senior Member
M

Joined: Feb 2006
Posts: 324
Germany
Hi!

Deutsch:
suche jemanden der ein kleines Plugin schreiben kann, das folgendes ermöglicht:
Dem 2ten Skin eines Modells eine UV-Map zuweisen, die vorher nach möglichkeit aus einer ASC-Datei importiert wurde.
Kann dafür eine Bezahlung bis 150 Euro bieten, je nach Arbeitsaufwand.
Bitte hier oder per PM melden!
Danke!

English:
I am looking for someone to write a small plugin to load a second set of UV coordinates from a file (ASC if possible) and apply it to the skin of a model!
I can offer payment up to 150 USD (depending on the amount of work this needs)!
Please write here if interested or PM me!

Bye,

Andreas Zeitler
Ice Bytes

Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: maybenew] #119526
03/27/07 05:02
03/27/07 05:02
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline
Expert
lostclimate  Offline
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
I would be very interested in this also, as it would be handy for some shaders were i dont want the same uvs as the original skinning, as the movement in the uvs, make wierd seams

PAID: really simple Plugin [Re: maybenew] #119527
03/27/07 22:43
03/27/07 22:43
Joined: Feb 2006
Posts: 324
Germany
M
maybenew Offline OP
Senior Member
maybenew  Offline OP
Senior Member
M

Joined: Feb 2006
Posts: 324
Germany
I think lots of people need it and find it useful!
I would agree on that the author is allowed to sell the plugin to any third party!

Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: maybenew] #119528
03/28/07 00:09
03/28/07 00:09
Joined: Sep 2002
Posts: 8,177
Netherlands
PHeMoX Offline
Senior Expert
PHeMoX  Offline
Senior Expert

Joined: Sep 2002
Posts: 8,177
Netherlands
Lol, you're going to pay americans less than europeans?

Cheers


PHeMoX, Innervision Software (c) 1995-2008

For more info visit: Innervision Software
PAID: really simple Plugin [Re: PHeMoX] #119529
03/28/07 00:17
03/28/07 00:17
Joined: Feb 2006
Posts: 324
Germany
M
maybenew Offline OP
Senior Member
maybenew  Offline OP
Senior Member
M

Joined: Feb 2006
Posts: 324
Germany
oh, okay, you have a point!

Everybody gets payed 150 EUROS!

Come on people!

Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: maybenew] #119530
03/28/07 00:44
03/28/07 00:44
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
probably such a plugin is worth more than 150€ since it isn't THAT simple. not that it is extremely hard but i think it isn't just a matter of loading the second uv-set. if you want to use the second uv-set for light mapping then the whole mesh has to be restructured since the two uv-sets will have different seams and vertices will have to be duplicated where the seams are different.

Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: ventilator] #119531
03/28/07 01:25
03/28/07 01:25
Joined: Feb 2006
Posts: 324
Germany
M
maybenew Offline OP
Senior Member
maybenew  Offline OP
Senior Member
M

Joined: Feb 2006
Posts: 324
Germany
hm, does indeed not sound that simple!

I need the second UV map for light maps... Is there no way to get this done plain and simple?

Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: maybenew] #119532
03/28/07 02:46
03/28/07 02:46
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
You could even do this in WDL if you wanted.

You could create a wdl script for saving and loading a uv map, using functions already available in 3dgs...


xXxGuitar511
- Programmer
Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: xXxGuitar511] #119533
03/28/07 02:55
03/28/07 02:55
Joined: Jun 2005
Posts: 130
K
khanoftruth Offline
Member
khanoftruth  Offline
Member
K

Joined: Jun 2005
Posts: 130
And save yourself the 150 Euros


The Galvanic Productions Hompage: www.GalvanicProductions.tk For our current project, click on the Nirvana link.
Re: [Plugin] Import von 2. UVMap / Import of 2nd U [Re: khanoftruth] #119534
03/28/07 03:02
03/28/07 03:02
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
(Manual)

vec_for_uv()
vec_to_uv()
ent_vertices()


example:
Code:

function SaveUV()
{
var i;
i = ent_vertices(my);
//
while(i > 0)
{
vec_for_uv(temp, my, i);
//
// save temp.x & temp.y to a file or an array[]
//
i -= 1;
}
}




If I actually finish this, do I still get $150 ?...


xXxGuitar511
- Programmer
Page 1 of 14 1 2 3 13 14

Moderated by  checkbutton, Inestical, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1