Zitat von Apollonius im Beitrag #28But then I got an error message, saying that "background.bmp.tga" was missing.
Are you sure to have a texture in tga format? Most probably it's only an issue of renaming (Windows hides the file extension by default). Just check the mtl/obj file and change the "background.bmp.tga" to "background.bmp".
Zitat von Apollonius im Beitrag #32Wings3D creates that file.
Yes, the dummy texture has a tga format. But if you replace the file take care of the correct name including the (hidden) extension. PS: Nice gardening :-)
Zitat von Scotty im Beitrag #31Just check the mtl/obj file and change the "background.bmp.tga" to "background.bmp".
By the way: S3D cannot process tga files.
I will do that, thanks!
That still does not explain to me why ALL of my 3D boards are broken now...S3D is trying to load that marble board for every board, including the afghan design and the "plain" one, too. It's still not loading ANY dsgn files except for the old style board, so I can't try to fix the problem by simply loading a working dsgn. Loading a broken one was what broke the program, so theoretically, loading a working one should fix it, but...
Should I be making these premium textures all black and white? That way, people's default settings for those colors would not interfere, they would just show up as their own colors, but with gemstone/marble textures. But what about designs featuring premium spaces that have more than one color? I guess those can just stay the way they are. Sometimes the S3D overlay colors seem to have a noticeable impact on the premium spaces, but usually the effect is minimal, if detectable at all. I will do some experiments tonight, and see what a black/white gemstone board will look like, with ONLY S3D colors added via config.
Also, how are we going to show the board texture through the "normal" tiles? I don't want to cause more problems by experimenting with different file types in my dsgn files...but will S3D ever be able to support transparent images, like GIF or PNG format? I could just upload a transparent GIF as the "normal" texture, and the board texture would just show up through it.
And one last thing, would it be okay if I were to increase the size of these boards just slightly...like, not even a full unit...more like .3 - .4?
Only short answers for now: You are free to define the board size and shape as you want. And you can have transparency/opacity with the material (texture is a property of the mat). Transparency might have issues since I wrote the '3D engine' myself. Colors are actually light in S3D, combined with the emission/reflection characteristics of your object/material. And you can play with the 'Transparent board' setting at the illumination page. Have fun with all the options :-)
Zitat von Apollonius im Beitrag #39Can you tell me why the board looks so pixelated, and if that can be fixed?
Pixelation comes from the texture's size respective its tiling. OpenGL scales textures depending on how often it should be repeated on the object. Plus, the original size influences the result too. The marble background looks pretty nice to me but the frame doesn't. I'd say just remove its transparency.
Zitat von Scotty im Beitrag #40 OpenGL scales textures depending on how often it should be repeated on the object.
But who gets to determine how often this should happen?
I am including my WIngs3D file. I hope you can help fix this!
In the meantime, I have made three skinned tiles. Two of them are the same texture in different colors, and the third is a different texture entirely.
Some things to consider, after seeing that screenshot:
- Full-res textures are the only way to end the drudgery of making these boards, only to find that your design looks horrible. The solid marble board is nice, but it's boring on its own. Why settle for just that, if you don't absolutely have to?
- transparent "normal" tiles are very important to a lot of designs that I have been working on for years now. I made them for a program that could handle them, and now it can't any more. Taking away this capability is a step backwards, in my opinion.
- In light of the new design capabilities, my opinion is that we should be able to toggle the board coordinate display on and off, depending on the intended use for the board. I also think that we should be able to change the tile font color. People that like to play with player colors turned on all the time would never even notice, and the ones who just turn it off and on as they need it (there should be a hotkey for this, I think) will not be hindered in either view that they choose.
"...who gets to determine how often [repetition] should happen?": That's the part of rescaling. Help, 4.: " since the area is quite large it makes sense to scale it per context menu 'scale' > 'uniform' (and move the mouse in one direction until the label shows 1000%)"
"I am including my WIngs3D file. I hope you can help fix this!": I'll check the file this evening (GMT).
"transparent 'normal' tiles are very important": If this option doesn't exist I can take care of better processing. But I still believe you can make as well the tiles transparent.
"toggle the board coordinate display on and off": This option makes sense, agreed.
"we should be able to change the tile font color.": You can do that by changing the "design > board color" of "new letters".
The pixelation issue comes from the fact that you didn't scale the texture. But that won't work with the embedded green so I prepared a new project, added the standard cube with a stone texture scaled to 500%. Then I put another flat cube onto the first and textured it with the grass (it looks horrible for some reason with the image, just take it for the idea). That works well but fails when it comes to S3D painting. The squares override the grass texture. Perhaps it's better when you outline in black/white. However, transparency is a mess!
PS: Just rename the dsgn.zip file into garden.dsgn. This platform doesn't accept unknown file types.