Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Everything posted by cassius

  1. I have placed a spotlight in a small room and moved it around and up and down but can.t get it to show any light. Should I change the range or angle or what? Anyone help?
  2. All the advice given above is true but to go further you will have to learn SOME programming.
  3. I have had leadwerks for some years. I did not know of an enterprise edition. I have pro edition which can use lua script or c++ or a mixture of the two. The standard version uses only lua script. The current stable version is 4.5 but beta versions are available on steam.
  4. boundingboxsofware have a new free app for editing/creating materials. only Got it five minutes ago but it looks good. Its called materialize..
  5. Don't worry I am 94 and still keep going
  6. Have you got the visual c++ redistributables?
  7. Have you got the visual c++ redistributables?
  8. This is a strange one. There are different versions of fbx but the models you mention should convert. For what its worth , there is a mdl format available for blender. Not sure where.
  9. you can use "follow" and "point " commands to make enemies approach main character, if that's what you mean.
  10. cassius

    import()

    Don't you just put import"filename" ?
  11. I agree. Also the placing of lights could be easier.
  12. I have always thought it would be good to have a "How to" section on this forum containing usefull l bits of code or script.
  13. Textures do not have to be square in this version of le but a good size might be 512 x 512. If you download gimp you will find it has tools for making diffuse and normal textures and also a " make seamless" menu option for making textures seamless.
  14. how about leadwerks 5 turbo?
  15. As a beginner it might be wise to write your first project entirely in c++
  16. Thanks. That's a good starting point. But maybe a raytrace might work too?
  17. I asked similar question a long time ago but never implemented the replies I got. I need to reference the y coord of my character so that it can die if it falls off the top of a high building. maybe over 30 ft high. How would this code look?
  18. cassius

    error?

    Yeah. I have been doing that recently.
  19. cassius

    error?

    Window::Create("Wanderlath", 0, 0, 1680, 1050, Window::FullScreen); The above code is what works for me, but maybe my project is out of date. I am nervous about updating as my code was overwritten when I updated a while back.
  20. cassius

    error?

    cisual studio complains about the following line but if I remove Leadweks:: it works fine. The line is from the camera create example.Anyone know why? Leadwerks::Window* window = Leadwerks::Window::Create();
  21. Yes it looks that way. Thanks.
  22. I am looking to buy a new pc and need to know which graphics card to go for. I always use GeForce as their drivers update often. The options with my budget are gtx1050,gtx1050 ti or 1060. Also how much graphics memory is suitable. Opinions welcome.
  23. You can make smoke in the editor using particles. I made smoke and fire by just playing around with property values. It came right in the end.
  24. Hi. When I press the w key to move my character the objects in the scene show a slight flicker which stops when I release the w key. Anyone know a solution to this problem?
×
×
  • Create New...