^I think this kind of nonsense speak may be why these kinds of threads are always so stupifying. I'm afraid I am going to have to give up at this point.
Some of this is fragrantly unhelpful. So I...
Type: Posts; User: michagl
^I think this kind of nonsense speak may be why these kinds of threads are always so stupifying. I'm afraid I am going to have to give up at this point.
Some of this is fragrantly unhelpful. So I...
^I suppose in retrospect it really doesn't matter with glLoadMatrix as long as there is consistency :doh:
That may be the crux of my memories:o
Seems like OpenGL would've been better off to...
Ok but you said converts to "row-major transposed" so that sounds like the target layout is "row-major transposed". In shaders as you well know the registers are 4D and a 4x4 matrix is 4 back to...
Hi again,
I apologize that I can't post with more frequency.
I finally found a moment to dig into Alfonse's initial post minus the bit that skewers my vector library :tired:
Just wanted to...
@Dark Photon^,
I agree (unless I am wrong) as I had hoped the OP would make clear. I was kind of just looking for a Yes/No down the list of my A) B) C) points in the OP.
But I am also pretty...
First off this is my code I programmed from scratch not many months ago. If that's not obvious. It works fine with MSVC. But if something is only legal in C++11 (can't see why myself; why again...
Can some help me out with "column/row-major" matrices. It seems like either no one who comments on the subject can get the facts straight or something. Anyway I can still not figure this stuff out.
...
^So is the above code is reading back the pixels as a way of determining the bounds of the glyphs? Sorry I am just scanning the code.
The metrics provided by GDI are first and foremost for the...
^So is it safe to assume that all of the code above is your own (wrapped around the public libraries we are negotiating) ?
FYI: It should not be necessary to use "simulated glyph metrics" with the...
DoF seems like an effect that is intrinsically hard to do in real-time. Please correct me if I am wrong. I am really interested in anything that aids first-person immersion, but I am wary of effects...
^Can comment on which constructs in the code above belong to what libraries?
PS: I've subscribed to this thread (should have already) just now and will make a point to report back here after I am...
This is what I thought but I was not sure so I did not want to complicate the thread. Good job with your second description! And good luck :)
I think you will have to reformulate the question. I can't understand anyway, so I doubt anyone could :)
...so you are projecting through some 2D coordinate on the near plane (let's say your...
Yeah I care of course. But I can only make a point to read this forum off and on. So this is using your customized technique? Or Pango? Does Pango let you only load the pieces (library modules) you...
Who was it that brought it up? I am just trying to fit in. You will survive either way :)
Good luck. And don't feel alone :)
PS: Is DoF used only to provide a cinematic look and feel right now? I see games blurring things close to the near plane (probably to hide the macro pixels) and...
Well for the record what I was trying to say is even immature and impractical people are allowed to be mean on the internet. Inclusion and participation is usually a good thing; except when it's...
Yeah I am paid to post in forums. And whenever I am asked a question, I say, excuse me, I don't want to be rude or anything, but can you wait for me to do some research :)
Because this is the...
Broken, there are sometimes pixel wide gaps in the middle of a single line. Irregular the corners do not mate sometimes at all. In my experience you are only guaranteed the suggestion of lines....
In my opinion the only worthwhile technologies Microsoft has ever developed are Win32 and COM (COM is slowly replacing Win32 completely which is probably for the best; D3D is an example of COM) and...
Not in my experience. If you are using a normal consumer card for playing games changes are the lines will be broken and irregular when you use a line drawing API. This is still the case on a 1400$...
Yeah definitely. But you might consider different strategies depending on what your ultimate goals are. I am definitely following this thread, and it will definitely influence my work. I hope you...
Just for the record I work with both but I do consider them to be wildly different types of operating environments filling ultimately different needs. I use Cygwin a lot with Windows but there is...
Modernize it to not using de facto deprecated features the likes of display lists. Though I don't know if display lists are really such a sin for rendering a moderate amount of text. They are...
Yeah that is the expectation. Meanwhile apparently non-Windows platforms do not have reasonable text rendering options for people like the OP. Not knowing what Apple has for their Macs.
That...