Search the Community
Showing results for tags 'textures'.
-
Can I paint wounds and blood on top of texture imagery?
Carm3D posted a question in Technical Assistance
Can I alter a texture image? If my character is hit in a battle, can I add scrapes and blood on a temporary clone of his texture image? -
Came across these textures (free). They are in TIF format so you will need to convert to jpeg or png to use in LW. Enjoy.
-
Hi, I'm looking for texture from the internet but I can't find some kind of nice texture. Would you recommend free texture sites. Except Textures.com. note: my english is bad, i'm sorry
-
I am having some problems with scaling my material. Whenever I type in values for material scale nothing seems to happen. My material doesn't change at all. Is this is a bug of some kind?
-
(I already created a discussion in Steam about that and there they asked me to create a thread in this forum including the files so everybody could try at their own.) Hey People, after a few days I run into something that didnt work as I wanted. My problem: I created some models (not a simple cube) in Blender/Cinema4D and painted them (via unwarp in Blender/via 3D-Bodypaint in C4D). I saved the models as .FBX and the textures as .JPG. When I imported them into Leadwerks everything was fine but as I tryied to texture my own objects with my own textures the textures were comletl
-
Hello, My name is Tiago. I have an idea that I think would be a good one. The thing is that I have connections, but I don't have the skills for that. I have researched about the subject, but I still don't know how to do it. It is an anime graphic style of game. I need volunteers: programmers, map builders, modellers for the characters, etc. If anyone would like to help, I appreciate a lot. Yours sincerely, Tiago
- 13 replies
-
- Game engine
- programmers
-
(and 5 more)
Tagged with:
-
Good day to everyone. I'm having a little problem with the texture on one of my models. I'm having like squared artifact like a low resolution kind of thing and i'm not sure why. In blender all is fine, in photoshop all is fine too. In leadwerks texture editor no problem there either. The problem seem's to start in the leadwerks material editor and that problem is visible in game. Is there someone who ever had this artifact problem and did you found a solution?
-
I am trying to create a HUD out of some png images - but whenever I draw the image, it shows white where it should be transparent. The image is saved as a png with an alpha channel, but I tried tga as well with the same result. I am using 3.2 Indie Edition on Linux. The image file is attached. Here is my code to load the image: function Script:Start() self.texture = Texture:Load("Materials/HUD/hud.tex") end And here is my code to draw it: function Script:PostRender(context) context:SetBlendMode(Blend.Alpha) context:SetColor(1, 1, 1) left = context:GetWidt
-
Hello everybody, I've got some problem finding vegetation system in Leadwerk 3.2. I tried to find this tool on terrain options but I didn't find anything... It depends on my LE version (I've Indie Version) ? Thank you !
-
Is Leadwerks designed to handle a lot of unique textures without significant performance drop? I'm just curious because I trying to decide on whether or not to use a bunch of unique textures in my game to a lot add variety. Also, how many unique textures are you using if you are working on a game? I'd be interested to know! Thanks, nick.ace
-
Just a small update and an information why everything is progressing so slowly with my tools. Unfortunatly (well, not really) I'm currently full of work with my daytime job (project deadlines, new features, etc.) that I'm currently don't have much time to do some private programming. This weekend I have some freetime i will spend to fix some bugs with the batch texture converter and coninue with my work on the asset builder. Hopefully I'm able to post some progress soon.