ensiform Posted August 6, 2014 Posted August 6, 2014 I disagree. It serves the important function of making my balls explode with excitement since it's the closest thing to JK4 we'll ever get looks-wise.You must be joking yourself if you think rend2 is going to magically make the game modern looking. It needs new art and assets to actually take advantage of most of the stuff. eezstreet likes this
Futuza Posted August 6, 2014 Posted August 6, 2014 It's not a motion blur. it's keeping previous frame on the screen for few time.The motion blur has to have every frame just once w/o any lifetime.Although you are technically correct, it doesn't really matter since visually it accomplishes the same purposes as motion blur.
ent Posted August 6, 2014 Posted August 6, 2014 Although you are technically correct, it doesn't really matter since visually it accomplishes the same purposes as motion blur.It does not do motion blur at all.
Xycaleth Posted August 6, 2014 Posted August 6, 2014 It's the "old school" method of doing motion blur. If you look back in really old graphics text, you'll find exactly that method used to perform motion blur. Like everything in graphics, it's just a hack
OmarFW Posted August 7, 2014 Posted August 7, 2014 You must be joking yourself if you think rend2 is going to magically make the game modern looking. It needs new art and assets to actually take advantage of most of the stuff. Of course not. I said close as we're going to get, not modern.
Tempust85 Posted August 7, 2014 Posted August 7, 2014 There's more than enough artists around here ready to take rend2's features and use them. Sithani, AshuraDX, eezstreet and 1 other like this
AshuraDX Posted August 8, 2014 Posted August 8, 2014 Wat.https://www.dropbox.com/s/oepfv4ean8ssflk/Screenshot%202014-08-08%2003.04.03.pngFunny , happened whn I loaded the Rift ffa map in MPany clues ? I'll provide anything you might need to troubleshoot Exmirai likes this
ensiform Posted August 8, 2014 Posted August 8, 2014 Your graphics card isn't capable of dealing with GL 3.2+ probably.
Tempust85 Posted August 8, 2014 Posted August 8, 2014 Still needing a fix for 'holes' in Ghoul2 models. Archangel35757 likes this
AshuraDX Posted August 8, 2014 Posted August 8, 2014 @@Xycaleth a Geforce GTX460 - it should actually support GL3.2so far all maps I tested except, Rift, worked fine
OmarFW Posted August 8, 2014 Posted August 8, 2014 @@Xycaleth a Geforce GTX460 - it should actually support GL3.2so far all maps I tested except, Rift, worked fine I take it your drivers are updated?
Xycaleth Posted August 8, 2014 Posted August 8, 2014 I haven't been working on it for a while. Was getting a bit bored of it hopefully will get back to it soon.
Boothand Posted August 8, 2014 Posted August 8, 2014 Not too happy with this yet. Just wanted to see how it currently looked. So the normal maps don't work on the legs. For no reason (I've triple checked 20 times). When I assign the normal maps, just like the head and torso, they can't be found in the console. Have tried giving them different names and all, copying the exact recipe, only switching out the names, but it was not meant to work this time. JKA wins! Grab likes this
Xycaleth Posted August 8, 2014 Posted August 8, 2014 @@AshuraDX Look in the console - scroll up lots, and you should see something that says GL_VERSION... and then the OpenGL version that is in use by JKA. It should be 3.2 or higher. Also check for anything that looks like an error message
Archangel35757 Posted August 9, 2014 Posted August 9, 2014 Just a question (not specifically rd-rend2 related)... but here goes-- can Ghoul2 player models/NPCs have "Shader" LODs... so that in lower LODs you might drop a certain Shader stage so as to reduce computations? Just wondering... maybe someone can edumacate me. Second question-- can we have animated normal maps??? For example-- I'd like to make various wrinkle maps to use in conjunction with facial expressions/animations. So when a specific facial expression is made it is enhanced by the associated wrinkle maps (e.g., brow furrow, eye squint, crows feet, etc.). In 3dsMax the process is known... and I seem to recall reading about an 8-frame animated texture/shader in the Q3 Shader manual-- but is this achievable? And how would I do this with ShaderED and rend2 ???
eezstreet Posted August 9, 2014 Author Posted August 9, 2014 Sure, I don't see why animated normal maps aren't possible, but I don't really see how they're useful at the same time. You'd probably want vertex deformation as opposed to animated normal maps. Archangel35757 likes this
MaceMadunusus Posted August 9, 2014 Posted August 9, 2014 Sure, I don't see why animated normal maps aren't possible, but I don't really see how they're useful at the same time. You'd probably want vertex deformation as opposed to animated normal maps. Likely more useful for a map related shader, like a func_usable with a toggle based animmap change. eezstreet likes this
ensiform Posted August 9, 2014 Posted August 9, 2014 It should be supported now, keep in mind that each entry must follow the stage definition for that stage. ie: if its normalmap it expects every animmap image in that stage to be normalmap or normalParallaxMap, same thing.
Archangel35757 Posted August 9, 2014 Posted August 9, 2014 Sure, I don't see why animated normal maps aren't possible, but I don't really see how they're useful at the same time. You'd probably want vertex deformation as opposed to animated normal maps.No... all I need are normal maps to accentuate the facial expression using a bone-based rig-- no morphing/vertex animation needed. This method/technique is explained in Jason Osipa's "Stop Staring..." facial animation book. Check this out:
Xycaleth Posted August 9, 2014 Posted August 9, 2014 But you would also need a way to tell the engine when to animate the normal map... Tempust85 likes this
Archangel35757 Posted August 9, 2014 Posted August 9, 2014 But you would also need a way to tell the engine when to animate the normal map...I need to go back and re-read that chapter... for the exact methodology. Could the normal maps be tied to the facial expression? To be qued to play when that facial expression is played?
Xycaleth Posted August 9, 2014 Posted August 9, 2014 From small descriptions of such a method, I recall the creases are done in a second normal map which gets applied in addition to the original normal map. While it's possible, you would still need additional code (probably in cgame) to drive the change in normal map which lies outside of rend2 :/ You could potentially do it with only changes in rend2 but it would feel a bit hacky to me;..
Recommended Posts