Jump to content

GooderSteel

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by GooderSteel

  1. Thanks. Has understood as it is necessary to write)

     

    //Display the object debug data

    context->SetBlendMode(Blend::Alpha);

    context->DrawText(aabb.Debug(), 2, 2);

    context->SetBlendMode(Blend::Solid);

     

    Only it turns out that the majority of examples has become outdated then. (

     

    It will be heavy studies.

  2. Hello! There was such problem. I understand with examples for C ++. And to me gives out the following error almost in each of them of following type: Error 23 error C2653: ' Draw ': is not a class or namespace name E:\CreateGame\test_functions\Source\App.cpp. Prompt, please, that I not so do? How to make, that this function found?

    post-12357-0-21936400-1466635955_thumb.jpg

  3. Hello! There was such problem. Created a card with the sky and water. I load it using the following: std:: string mapname = System:: GetProperty ("map", "Maps/my_map_01.map"). I start compilation and at me it is not visible the sky. What do I do not so?sad.png

×
×
  • Create New...