Creating a simple game using Havok Physics
Hi everybody,Here is an article describing how to build a simple 3D physics-based game using Havok 2011.3. The article has also been published on Game Coder Magazine Physics some weeks ago....
View ArticleGetting Started with Havok
So you've downloaded your free version of Havok Physics and Animation and realized you don't know how to get started with it...Step 1: Getting Havok demos runningFirstly, open up the Quickstart Guide...
View ArticleProject Anarchy Released!
Hey Havok XS fans,Havok has just announced the release of Project Anarchy. Project Anarchy is a complete mobile game engine and toolset that allows developers to ship games for free on iOS, Android and...
View ArticleSimplifying mesh using hkQemMeshSimplifier
Hi.I've been playing with havok since recently and have a question I'd like to ask.I need to simplify a mesh to use with hkpExtendedMeshShape.Is there a way to convert an ID3DXMesh mesh to...
View ArticleErrors while loading exported files with hkSerializeUtil
HI, I'm building a 3D engine for my final year project at university and I decided to use Havok as the physics engine. I have some problems regarding file loading and file optimizations.I use the...
View ArticleBinary Download doesn't start
Hello, I must not be understanding something here. When I go to download the latest free Havok binaries, I fill out the information requested, and click "submit", then the page just refreshes, but no...
View ArticleHow to run Multiple 'hkpWorld' instances in Multiple thread?
Hi, I'm doing a MMO Game now. On server side,there is several region threads running,and every region contains one hkpWorld(thet are different and isolated from each other). In main thread : static...
View ArticleCant seem to get the download link
As the title says, the download link is not working for me to get the free Havok product.There are a few reasons why it isn't, one being my firewall/ antivirus protection or even adblock, but after...
View ArticleThese files are 3d objects or just havok internal data?
Hello people I'm trying to analyze some 3d model formats, I found some havok files but I'm not familiarized with the format. these are the description for each file.(checked with a hexadecimal...
View ArticleBig Car Vehicle Setup
hello,I have a question in Vehicle Setup.I studied the demo in SDK of Car,The demo use program data created a chassisShape,I test to execute it have no program.Then,I modi the chassisShape data to...
View ArticleShape penetrated by hkpCharacterProxy
I load a mesh and convert it to hkpMoppBvTreeShape(no simplify).code as follow:hkpSimpleMeshShape* storageMeshShape = new hkpSimpleMeshShape( 0.01f );......build the...
View ArticleException during hkRefVariant::set() / hkClass::getName()
Hi.I am trying to serialize some Havok scene data from a C++ library I call from my C# app. However I get an exception when hkRootLevelContainer::NamedVariant::set() is called. I am linking against the...
View ArticleSome questions about the hkt file,xml file and the hkx file include?
Accroding to study the Havok_Physics_Animation_2012-2-0_Pc_Xs_User_Guide,I have some questions:1、I get to know there are three 3D format files can be load into havok.They are hkt file,hkx file and xml...
View ArticlePhysics: calculating forces.
Hi everyone,I'm trying to simulate a penetration. Here are the simplified conditions:I have a compound body consisting of triangles(flat ones), joined by their vertices, and a separate sphere. The...
View ArticleI can't load a correct .htx model into the havok. please check out the...
Hello everybody: I have a simple problem but I can't how to solve. After I create a simple .hkx model "teapot" by 3ds max,I want to load it into my Havok. The model shows like this But when...
View ArticleWeird havok linker error
I'm working with Havok Physics and when I was doing some learning and practicing I had a project just for Havok. Now I want to include it into my game but I get these errors.Somefile.obj : error...
View ArticleBox freezes in mid air after bouncing.
I have a level set up where I have a box on the ground and I have a smaller box bouncing on itThis is the code I use to set that up.hkVector4 halfExtents(0.5f, 0.5f, 0.5f); hkpBoxShape* boxShape =...
View ArticleBox freezes in mid air after bouncing.
I have a level set up where I have a box on the ground and I have a smaller box bouncing on itThis is the code I use to set that up.hkVector4 halfExtents(0.5f, 0.5f, 0.5f); hkpBoxShape* boxShape =...
View Articleerror C3861: 'hkpHeightFieldAgent_registerSelf': identifier not found
I get these errors.hkproductfeatures.cxx(75): error C3861: 'hkpHeightFieldAgent_registerSelf': identifier not found hkproductfeatures.cxx(79): error C3861: 'hkpSimulation_registerSelf': identifier not...
View Article