Search:

Type: Posts; User: blubee

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    7,266

    oh wow thanks for that, I had no idea, sorry I am...

    oh wow thanks for that, I had no idea, sorry I am still kinda a noob. Implemented!

    I already implemented something like that in my texture loader class;


    public enum TextureFilter{
    ...
  2. Replies
    10
    Views
    7,266

    I don't use that method because I will need to...

    I don't use that method because I will need to apply scale/ rotation/ translation to my models when I want to draw with a sprite batcher, so I will have a function to return a set of vertices to add...
  3. Replies
    10
    Views
    7,266

    dwks Thanks I was rendering my sprites before...

    dwks Thanks I was rendering my sprites before doing my matrix math stuff so they were all rendering on top of each other. It didn't become clear until you pointed it out with your example.

    updated...
  4. Replies
    10
    Views
    7,266

    OK, let me rephrase the question. Creating a...

    OK, let me rephrase the question.

    Creating a class to represent a sprite. I would figure the sprite needs a image, a position, a bounding box represented by its x,y, width and height, some way to...
  5. Replies
    10
    Views
    7,266

    What does that have to do with the question I...

    What does that have to do with the question I asked? Is designing a sprite class only a C thing?

    I hope someone with something constructive can offer some advice.
  6. Replies
    10
    Views
    7,266

    Making sprites opengl

    Hello C programming board

    This question might be a little silly but I don't know the answer so I'm asking for help.

    I have made it to the point where I can load textures *even atlas textures*...
  7. Replies
    5
    Views
    15,653

    Hi again dkws This post is really informative...

    Hi again dkws

    This post is really informative and im getting a lot out of it. So with your help and this link Matrix Basics. How to step away from storing an orientation as ’3 angles’ « Steve's...
  8. Replies
    5
    Views
    15,653

    dwks Thank you a lot for those tips. I was...

    dwks

    Thank you a lot for those tips. I was able to implement a camera that works but still a little confused about a few things. Here is a video of the camera in action : simple camera (w.i.p) -...
  9. Replies
    5
    Views
    15,653

    opengl camera for beginners

    Hi guys, I'm not totally new to opengl but my knowledge is a bit patchy.

    a few mentions before getting started.
    1. im working with gles20 on android
    2. i have a basic understanding of camera but...
Results 1 to 9 of 10