开发者

sfml

0
  • When loading an OBJ i get this

    and this time i have loaded a model successfully! yay!! but theres a slight problem, one that i had with another obj loader...[详细]

    2023-02-18 05:08 分类:问答
  • What is the best glMatrixMode() for using GLM?

    my next question(or problem) in line is that when i load a model with glm, im able to see through parts of the model for example: if there were two mountains one in front of the other, i could see thr[详细]

    2023-02-18 01:41 分类:问答
  • Linker parameter order for SFML and GLUT

    I was asked by someone开发者_Python百科 to look into some project, where he wanted me to implement a specific feature. However, I\'m unable to get the program to run, it uses both SFML and GLUT. I\'m[详细]

    2023-02-14 03:20 分类:问答
  • Destructing in DSFML2

    (Compiled with dmd v2.051) Code like this: import dsfml.graphics.all; void main() { while(true) auto rect = new Image(1024, 1024);[详细]

    2023-02-09 07:14 分类:问答
  • Rotate Sprite to Mouse Position

    I\'ve been using the SFML 1.6 library, and I\'d like to know. How d开发者_如何学Gooes one rotate a sprite so it always turns toward where the mouse is located on screen?[详细]

    2023-02-08 07:46 分类:问答
  • How do I make projectiles?

    I am totally stumped on this one. I\'m us开发者_开发问答ing C++ and SFML 1.6 for a game I\'m developing, and I have no bloody idea. How do I make projectiles (like bullets)? I just don\'t understand i[详细]

    2023-02-07 09:49 分类:问答
  • How is this private variable "not declared in this scope"?

    I\'m currently trying to learn more about object oriented design in C++ (familiar with Java) and am running into some walls. The project I am trying to put together to learn these principles in a game[详细]

    2023-02-05 21:39 分类:问答
  • Software rendering versus hardware rendering for am image viewer?

    I am going to make a lightweight, fast imag开发者_如何学Pythone viewer. I am curious as to which would be better for this project. SFML (using opengl) or SDL (using software rendering). My assumption[详细]

    2023-02-05 12:46 分类:问答
  • Access object in derived class from Vector

    I have an Entity baseclass which the classes Player and Enemy Inherit. class Entity { public: virtual void Update(sf::RenderWindow &window) {};[详细]

    2023-02-03 19:08 分类:问答
  • Sprite movement

    I\'m ripping my hair out over this one. For some odd reason I cannot find out / think 开发者_如何学Cof how to move a sprite in SFML and or SDL. The tutorials I\'ve looked at for both libraries state n[详细]

    2023-02-02 05:31 分类:问答