I read that that spring in 83 now supports more formats right? So anyone tried anything? I m making feature with blender .dae and it kinda works, but what to do with textures? Anyone have any experience or have to say something interesting? Maybe I should just make them old upspring way?
i haven't tried personally but AFAIK textures should be created the same way (for example, even with the new format, you still need to have everything on one UV etc with the same designations for teamcolor etc across the files)
a) pixel aspect relative to other things... does the house look too detailed? then reduce size... not detailed enough? increase size b) total amount/size of textures (video cards have only so much VRAM, eventually, you will fill it all if you aren't conscientious about using them
that been said, the house looks great, and 512 is big but not huge (if you're really worried, you could try 256x which is what i use for features; i'm sure it's fine because you have a lot of surface area on the walls and roof)
Ok I suppose I load two textures here, texture 2 is gif coz it had 1 bit alpha for sure, anyway it dont work nor png nor existing s3o textures. Feature just dont take any transparency.
model = { tex1 = "bab_1.png", -- same as S3O texture 1 tex2 = "bab_2.gif", -- same as S3O texture 2 } return model
So any leads?
EDIT ok it loads texture but as soon as I add transparency draw it whole model disapears I suppose it becomes fully trasnparent( because there is hitbox and I can reclaim nothing) maybe it is some gimp specific thing?
Last edited by wolas on 31 Dec 2011, 02:17, edited 1 time in total.
Wolas: If you want nice detail but dont want too much big textures, it is good idea to reuse the same texture for several similar units / features. For example if you make several similar houses.
OK I still cant make transparent texture, someone post working transparent texture with assimp thanks.
Instead transparency I get some red looks like here (both textures have transparency).
Mine trasnparent texture, maybe there is something wrong with it? With such texture there should be no windows... Also if I draw randomly with transparency sometimes model disapears and only casts shadows where there is no transparency so what I m doin wrong?
Model itself is called church_plus.dae so this lua script definitly loads textures.
model = { tex1 = "church_tex.png", -- same as S3O texture 1 tex2 = "church_trans.png", -- same as S3O texture 2 } return model
Users browsing this forum: psbot [Picsearch], ThornEel and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum