Hi I'm a 3D artist specialized in stylized artstyles like handpainted textures I'm also a concept designer, I can get stuff done from idea to finish by going through design/iterations - modeling - uvs - texturing - ingame set up I have 4+ years of experience in games Basically I'm interested in: Art style creation / Art…
Hey guys, some of you know about my final I'm working on trying to create Theed, Naboo... All I have to do now is just texture out this castle, a hangar, and an interior (simple stuff really). But I want to know your guy's opinion on some ways of making these textures look more realistic. Cards? Blend? Also if you guys can…
We are currently working on a dinosaur mobile game and require some habitats to be modelled and textured. We have 3 x habitats, each which have 2 additional upgrade levels. 3D models and textures required. Animation is not required, however we do need doors to be made separate within the FBX, with their pivot points in the…
Hello Polycount! I've recently completed this gun model for the most part, this was a big practice project in terms of hard-surface modelling and topology, as well as realistic texturing. I'm looking for feedback on those two things for the most part, especially the topology. My workflow was the classic modelling a…
Dear Polycount Forums, My name is RJ Nadeau and I am the CEO of Moya Games, an indie game development company. We are currently developing a 3D MMORPG game using a very attractive style and gameplay. We are currently in need of highly experienced texture artists who can work with us in their free time on 'pay on…
I have some unique color textures previously created in Photoshop that are fixed at 1K or 2K. These used the pre-PBR AO and Cavity multiplied over the diffuse layers method. I know that I can delete the AO and Cavity layers (save them out separately). I'm updating some scenes to the PBR workflow using Substance Painter. Do…
Hi, I working on my portfolio at the moment and I'm not really sure for what vert-count & texture size I should aim. At the moment I working on a small weapon laboratory scene in UE4 (like the ones in Deus EX: HR). The goal is to create a small FPS enviroment (one room so far, ~ 8x8 meter in real) with some interactive…
hi! @kingkellog this software works by nodes, each node generate a llitle piece of the final texture, also you can make changes on the fly to generate changes of the texture, allowing use one single substance for generate variations of the texture, you can learn more in the webpage of the software, and in their youtube…
Got it. For some reason this is missing from docs. Docs include code for GLSL_4 that only works in swatches. The code for GLSL_4 uses the texture node: float3 t = texture( SFX_TEXTURE0, float2(UV.x, 1-UV.y) ).xyz; While OGSFX uses the sampler node. float3 t = texture( SFX_SAMPLER0, float2(UV.x, 1-UV.y) ).xyz; Problem…
Um. So you have a bunch of modular pieces that share the same textures, and you want to add ambient occlusion to that? You... can't, generally. It'd be best to turn the AO on in your Beast lightmap bake settings, and let the AO get baked into your lightmap. If you want them baked into your diffuse texture or something, it…