Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Posts posted by cassius

  1. I tried to use the camera create example in the api  using c++ but I get errors.visual studio does not like the word Leadwerks it seems.I know the example has no real errors so where am I going wrong? My project is new and up to date.

      Leadwerks::Window* window = Leadwerks::Window::Create();

  2. I think people should make the effort to learn programming, after all  lua script is dead easy. If you fill this forum with non programmers it is going to be much less usefull and interesting.

  3. I wish I was 40. I am 95 and have been with le for over 9 v  years.Tried other engines but I am more comfortable with le. My eyesight is not great but I use the built in magnifier and manage ok.

    Recently tried blender 2.8 and the new version of gimp, both of which are great.

    • Like 3
    • Sad 1
  4. IAs a hobbyist I find motivation from solving a gameplay problem and getting it right. This encourages me to go on.I have always planned to have a test project where I can experiment,. One thing I would like to do is have an oildrum that explodes and bursts into flame. I think I know how to do it but so far I have been too lazy to try.

    • Like 1
  5. if I place a character on the map it is half hidden in terrain when I run the game.I have physics set as character controller and mass set at 30.In the past I have used code to load and place  characters .I know this question has come up before but I can't find answer. Any help???

  6. Thanks. Looks like problem may be in visual studio. My project runs fine in release mode but in debug mode the character is above  terrain level.and movement slow and jerky..

    While  coding in release mode alterations are ignored despite a rebuild.

     

  7. Hi. I started a new project and transferred my old  source files to source dir in place of the new ones.When I build the code in visual studio I get 250 errors, none of which are my code. It can't find header files such as ogg.h. Does anyone know the correct path to set so it can find the h files?The project is in documents\leadwerks\project name

×
×
  • Create New...