I grew up on the megaman games as well, and while I have some great memories of them, I was also nine. I also dipped french fries in chocolate pudding and picked my nose when I was nine, so I hold any memories of the megaman's being good games with a certain reservation. Sure, they were innovative with the selectable…
Hi All, I'm the programming half of Monkey Wrench, and worked with AbsintheRogue on Kids vs. Zombies. Regarding Oolong modifications, we used these main Oolong components: - Math - ModelPOD - Texture (loading from PVR format files) - Sound Engine (originally from Crash Landing SDK demo) - Resource (file loading) We rolled…
yup good job man.. good points made there by stirling and mop you should pay attention to what they say.. perhaps to elaborate: the issues with the face are simply because it is painted poorly. you *could get away with the mesh errors since its low poly, but when it came down to painting the face they have absolutely no…
For my university project, I'm making a Victorian-styled living room, and I'm hoping to have a more realistic-leaning outcome for the project. This initial post is a mixture of my first few weeks of progress [ Week 1 & 2 ] For my main reference, I am basing my angles and overall room setup from this artwork on Art Station,…
I am in dire need of help. As you know, Windows 11 update is coming up and I desperately do not want to use it. So I've been testing Linux Mint (ubuntu) for the past weeks and I'm finally at the stage of testing windows .exe files to get my work done on Linux. The issue I'm running into is the Maxon App. Without logging…
Knald 1.2.0 Released! New build ahoy! After six months of working behind the scenes we are happy to release Knald 1.2! This release is huge with massive upgrades to the mesh loading system (read below for details), including support for baking Bent Normals, support for the Stanford .PLY file format, additional options for…
I have had a look at the file. Your UV's aren't quite right. My guess is that you had them right and then modified the mesh in a way that interrupted the seams. To elaborate: some parts are not in the 0-1 space. This includes things that are not symmetrically mapped. The second problem is that the mesh does not seem to be…
@Snweos it took me around 3 weeks, including reference gathering and final presentation. I made this project for studying purposes so there was a lot of eye-training excercise and try/error phases during the whole process which altered the time span big time. Thank you for your comment, glad you like it! @oraeles77 All…
mask out 1 channel of a texture coordinate. either red or green depending on the direction you want the gradient, than you can flip the gradient if needed by useing the -1 node, and if you need to tighten the gradient use the power node. hope that helps. you may want to also constant clamp the result between 0 and 1 i…