358 reputation
311
bio website
location
age
visits member for 2 years, 6 months
seen 6 hours ago
stats profile views 81

May
28
awarded  Notable Question
Apr
29
comment Velocity based on time rather than FPS
Hi, thanks for the answer, it does work just great now but I'm trying to understand what it's doing and I don't understand lol, I wanted to achieve a similar result with normal player movement across the x axis but I can't seem to get the idea of this, is there a chance you could expand the explanation about it a little bit? thank you so much
Apr
29
accepted Velocity based on time rather than FPS
Apr
29
comment Velocity based on time rather than FPS
I tried to use this but it doesn't seem to work well either when the fps changes ;\
Apr
29
comment Velocity based on time rather than FPS
If I'll do it on the objectPosition.y as well won't the obejct jump straight up rather than go up smoothly?
Apr
29
comment Velocity based on time rather than FPS
I tried that, but I still have the same problem with the jump itself, on the same chance, may I ask what you're expecting delta to hold? because where I'm coding I don't have a ready made one so I basically save the time every time the loop runs, in milliseconds
Apr
29
comment Velocity based on time rather than FPS
@Nomad101 Will this approach work for example in a game? for a player's movement? and about the rendering, all I do after this loop is render it from the renderer object I have, which simply draws the object on the final position I got from the loop
Apr
29
comment Velocity based on time rather than FPS
@Nomad101 I have a feeling that I'll get the same problem everywhere I'll go with this way of doing that, I have a feeling that in order to make it jump I need to change the way I do it, but I can't come up with an idea for that, and could you expand about the pre-calculations? I'm not sure I see where you're going with this
Apr
29
asked Velocity based on time rather than FPS
Apr
23
comment Calling member functions on a parent object?
I had no idea this could be done, thanks so much!
Apr
23
accepted Calling member functions on a parent object?
Apr
22
comment Calling member functions on a parent object?
I see, but this case limits World right? As in, World won't be able to call Entity's public methods.. is there a way to change that?
Apr
22
comment Calling member functions on a parent object?
I tried that right when I thought it might be a problem that the classes include each other, I still have the pragma once but neither of those fix the problem
Apr
22
asked Calling member functions on a parent object?
Apr
10
comment OpenGL - Texturing a basic cube
May I ask you if you have any idea how to generate uv map on a cube mesh that I create during runtime? because I really can't find any information about that..
Apr
10
comment OpenGL - Texturing a basic cube
I see, alrighty then I guess I'm gonna have to give it a read now.. thanks anyway for now, but just out of curiosity - will this approach allow me to repeat one part of a texture on every side of the cube rather than stretching it?
Apr
10
comment OpenGL - Texturing a basic cube
Alrighty, though I think I understand what you mean now. correct me if I'm wrong, but add an attribute to each vertex while creating a mesh? and that attribute will hold the xyz locations?
Apr
10
comment OpenGL - Texturing a basic cube
I guess I haven't? what did I miss? ;x
Apr
10
comment OpenGL - Texturing a basic cube
Thanks for the quick answer, is it possible for you to explain a bit further how I'd actually know what face I'm currently on though? also, how would I be able to offset the texture to display other parts of it? because at the moment the cube I got only shows the "top" part of the texture and no matter what I do, I don't see a good way of getting it to display other parts
Apr
10
asked OpenGL - Texturing a basic cube