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?
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.
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.
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.
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?
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.
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();
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.
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?