РУССКИЙ ENGLISH


:: Back to news index ::

Archive for the ‘Engines and Wrappers’ Category

SOE announces PlanetSide 2 with PhysX support

without comments

Sony Online Entertainment (SOE) has announced today PlanetSide 2, a sequel to previously-popular MMO first person shooter game, PlanetSide.

PlanetSide 2 takes all the groundbreaking features from the original game – massive multiplayer battles, distinctive empires to rally around, and enormous continents to support intense ground and air combat – and adds features that modern gamers have come to expect out of the FPS and MMO genres.

PlanetSide 2 will be based on new next-generation MMO engine, called Forgelight, that will rely on PhysX SDK integration for all in-game physics calculations.

SOE has also partnered with NVIDIA to provide the game’s physics engine, utilizing its PhysX technology to allow art and design environments in PlanetSide 2 to become truly interactive. NVIDIA PhysX technology is considered the world’s most comprehensive physics solution for designing real-time, real-world effects into interactive entertainment titles.

According to our knowledge, there is a high possibility that PlanetSide 2 will feature GPU accelerated PhysX effects.

In addition to PlanetSide, Forgelight technology will also be used in another upcoming MMO project – EverQuest 3.

You can watch PlanetSide 2 trailer here

Written by Zogrim

July 8th, 2011 at 7:38 pm

APEX Destruction and UDK: Tutorials

without comments

YouTube user has presented several tutorial videos, explaining basic principles of APEX Destruction module usage inside the Unreal Development Kit engine.

Update: New tutorials provide in depth view of APEX Destruction usage in UDK

First tutorial is covering basic principles of mesh fracturing using PhysXLab tool.

Read the rest of this entry »

Written by Zogrim

June 28th, 2011 at 11:20 am

Funcom adds PhysX to Dreamworld Engine 2.5

with 3 comments

NVIDIA announced today that Funcom’s Dreamworld 2.5, a game engine for MMO games, now features server-side PhysX SDK integration.

“We are excited to be working closely with NVIDIA to integrate PhysX technology into our Dreamworld 2.5 engine,” said Rui Casais, chief technology officer at Funcom. “Server-side collision using PhysX will allow us to add a new level of realism to our online worlds, and we look forward to implementing other enhancements as well, including NVIDIA APEX clothing and destruction, to make our games even more interactive and immersive.”

Server-side PhysX SDK, used by Funcom, is specially modified 64-bit Linux version.

Dreamworld 2.5 currently powers two popular MMOs: Age of Conan and Anarchy Online, with a third, the Secret World, currently in development. The updated Dreamworld Engine 2.5 with server-side PhysX integration is now live in Age of Conan.

Written by Zogrim

March 28th, 2011 at 9:19 pm

March UDK released with full NVIDIA APEX support

with one comment

Epic Games has announced March release of Unreal Development Kit (UDK), free version of Unreal Engine 3.

March UDK includes all DX11 features, that were presented in Samaritan Demo at GDC 2011.

Important DirectX features now shipping with UDK include:

  • Tessellation and displacement;
  • Geometry shaders;
  • Multisampled textures; and
  • Shader Model 5.

In addition, UDK is now fully integrated with NVIDIA APEX, high-level scalable framework oriented on creation of complex physical effects, like destructible environment of dynamic character clothing.

NVIDIA’s APEX technology has also been integrated into the engine and ships with UDK.

NVIDIA APEX technology enables artists to quickly generate physically simulated clothing and destructible environments.

However, to take advantage of APEX functionality, authoring tools are needed to be released by NVIDIA. According to our sources, this may happen very soon, probably within a week.

Update: APEX 1.0 Beta released

Read the rest of this entry »

Written by Zogrim

March 9th, 2011 at 5:19 pm

Posted in Engines and Wrappers, PhysX Tools

Tagged with ,

GDC 2011: Epic Games announces DX 11 and NVIDIA APEX integration with Unreal Engine 3

with 6 comments

NVIDIA and Epic Games are teaming up this week at Game Developers Conference to showcase latest additions to Unreal Engine 3, like DX 11 support and NVIDIA APEX Framework integration.

“Thanks to NVIDIA’s excellent cross-platform physics technologies and DX11 expertise, we have enhanced Unreal Engine 3 to bring unprecedented new levels of realism and demonstrate what the next generation of gaming will be,” said Mark Rein, vice president of Epic Games.

Alpha and beta versions of certain APEX modules were used in UE3 based games previously (Dark Void and Batman Arkham Asylum), but now full APEX toolset will be available to all UE3 licensees and UDK users as well, and can be used to create high-fidelity physics content (character clothing, for example) even in CPU PhysX and console games.

Read the rest of this entry »

Written by Zogrim

March 1st, 2011 at 5:03 pm

Posted in Engines and Wrappers

Tagged with , , , , ,

January UDK: now with PhysX for iOS

with one comment

UDK logo PhysX

Epic Games has released latest, January 2011 version of Unreal Development Kit (UDK), free edition of Unreal Engine 3.

One of main highlight of this version is enabled PhysX functionality for iOS development, while previous Mobile UDK featured only basic collision detection system.

Mobile

  • PhysX is now supported on iOS.

Rigid body physics, fracturable meshes and ragdolls are among supported features.
Note: Cloth, fluids and soft bodies remain disabled on iOS for performance reasons.

According to our knowledge, this has became possible thanks for standalone PhysX SDK port for iOS (previously, only Unity Technologies have possessed their own custom iOS PhysX port  – for Unity 3D engine).

However, this time we may hope that iOS PhysX SDK will be available for public download someday, along with Windows, Mac OS X and Linux versions.

Written by Zogrim

January 21st, 2011 at 10:56 pm

Posted in Engines and Wrappers

Tagged with ,

Unity 3.0 now available with PhysX enhancements

without comments

After long period of beta-testing, Unity 3.0 game development platform is available officially.

Unity 3.0 with updated PhysX

Apart from other substantial features and changes, like Deferred Render, Beast Lighmapping technology, Umbra Occlusion Culling and Unified Editor, Unity 3.0 also includes updated physics engine, based on  recent version of PhysX SDK.

Physics Improvements:

  • Upgraded PhysX to 2.8.3.
  • Cloth and clothing simulation: use the new InteractiveCloth, SkinnedCloth and ClothRenderer components.

New in Unity 3 are two kinds of cloth: Fully physically simulated cloth effects that interact fully with the rest of the environment. The other, Skinned Cloth, is an optimized solution for garments on animated characters.

You can use it for animated shirts, trousers, skirts, capes and hair in a physically accurate way. It is highly optimized and can handle high poly animated cloth pieces.

  • Layer based ignore collisions: use the Physics inspector or Physics.IgnoreCollision().
  • Continuous collision detection, to make sure that fast moving colliders will not pass through other colliders. See Collider.collisionDetectionMode.
  • Added Physics.SphereCast() and Physics.CapsuleCast() to implement volume raycasts.
  • Added Rigidbody.SweepTest() to check if a Rigidbody would collide with anything if moved into a certain direction.

You can check most of Unity 3.0 features by yourself directly from your browser, using newest Unity Bootcamp Demo (unity webplayer is required).

Written by Zogrim

September 27th, 2010 at 10:39 pm

Posted in Engines and Wrappers

Tagged with , ,

September UDK comes with PhysX SDK 2.8.4.

without comments

September Beta version of Unreal Development Kit (UDK), a free version of the Unreal Engine 3, is available for download.

This month’s build of UDK features significant additions, including:

· UDK users now have access to the gameplay profiler tool.

· Matinee’s movement tracks can now be split into individual translation and rotation components.

· Users can bulk edit texture properties within the Content Browser.

Apart from other usefull changes, September UDK is upgrading PhysX SDK integration with newest features of 2.8.4 SDK, like driverless destribution, SSE2 optimizations and enhanced cloth solver.

Also, we have noticed full pack of NVIDIA APEX .dlls – when APEX will be released to public, you’ll be able to use it with UDK right away.

· ‘PhysXDestructible’ has been removed.

· APEX destructibles are replacing them.

You can download September UDK Beta here or here

As for APEX Toolset release (without it APEX integration into UDK is useless for regular developer), several sources are indicating that this is going to happen somewhere in October ;)

Written by Zogrim

September 24th, 2010 at 4:04 pm

Posted in Engines and Wrappers

Tagged with ,

Gamestudio A8 now includes PhysX SDK integration

with 5 comments

Conitec Datasystems has announced that physics system in latest A8 version of their Gamestudio game engine is now based on PhysX SDK 2.8.3 (previously it was ODE).

According to devs, such changes will result “in a better frame rate and greater stability of the physics simulation”.

PhysX SDK integration was developed in conjunction with Christian Kahler, author of pXent PhysX wrapper.

Written by Zogrim

August 5th, 2010 at 12:54 pm

Posted in Engines and Wrappers

Tagged with ,

New PhysX features in Unity 3.0

without comments

As we mentioned previously, one of the many features of upcoming Unity 3.0 engine is going to be improved PhysX SDK integration. Now, when pre-purshase betas of Unity 3.0 are shipping, additional details have emerged.

According to developers, highlight for Unity 3 is cloth physics on arbitrary and skinned meshes – video of new cloth feature in action was uploaded to YouTube by one of Unity demo team members.

In addition, PhysX core was updated to version 2.8.3., collision layers and “thick” raycast were added.

Update: Another cloth test, with tearing | Cloth features overview from one of beta users

Read the rest of this entry »

Written by Zogrim

June 24th, 2010 at 4:01 pm

Posted in Engines and Wrappers

Tagged with , ,

Copyright © 2009-2011. PhysXInfo.com | About PhysXInfo.com project
PhysX is trademark of NVIDIA Corporation