
xESWxDEATH
Members-
Content Count
11 -
Joined
-
Last visited
Community Reputation
3 NeutralRecent Profile Visitors
1,207 profile views
-
xESWxDEATH started following Create Custom mesh through C++?, leadwerks 64bit? and Leadwerks 5 Beta
-
Is there any way to make leadwerks compile 64bit? I seems to be just missing 64bit libraries to compile.
-
So I see talk of the Leadwerks 5 beta quite often, how does one get access to the beta?
-
Thanks that is exactly what I need!
-
So i'm working on cloth physics for Leadwerks, I have it working in my own engine perfectly and i'm trying to convert it over to leadwerks. The problem i have run into is that i'm not sure how to create a mesh in Leadwerks the same way i do in OpenGL, I assume that Leadwerks handles all that in the background with simplified functions instead. But is there anyway to create a mesh out of verticies through code at the moment? P.S Josh if you happen to read this hook me up with leadwerks 5
-
Im just wondering how C++ works now because when i last used leadwerks i had the option to choose either a C++ or Lua project. I do realize that in the project folder there is still an sln but the code is different then it was then now i have all this Interpreter stuff. Do i need that code if im not using Lua?
-
As i stated in my last thread i am going to use the nvidia libraries but i am stuck on one issue. 1>PhysX3ExtensionsDEBUG.lib(ExtDefaultSimulationFilterShader.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in App.obj i am using all the debug libraries and the toolset is set for v12 i was wondering is leadwerks using some sort of release libs when i create a C++ project?
-
I have PhyX working and now im working on particles and turbulence
-
thanks that is what ill do i plan to use all nvidia's vfx etc... i do have a standard license by the way.
-
Is there any way i can disable the physics engine i want to integrate physX?
-
When i try to do the code below it gives me an access violation. Also i have tried using the gun sound for the auto pistol and same thing any ideas? Sound* ambient = Sound::Load("Sound/am1.wav"); ambient->Play();
-
My idea was that you should have a system to make tool sets for the map editor, because the editor doesn't have a vegetation paint tool and it would be nice to add our own custom tools.