Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm searching Game engine which can provide 360 degree real-time projection. I've already achieved this by using VBS2 Game Engine. (Ref.: http://products.bisimulations.com/products/vbs2/vbs2-multi-channel). But I'm not satisfied with its graphics. So I'm looking for some other Game Engine which can do the same and provide me more better graphics and user experience. Like Frostbite2 or Unreal Engine 3.

Like this image I want full 360 degree view.
enter image description here


Is there any Game Engine which can provide 360 degree projection for PC?

Thanks in advance...

share|improve this question
11  
@munchor: Recommending GraphicsLibrary when GameEngine is required is like offering a slab of iron and toolbox when automobile is requested. – Krom Stern Aug 28 '12 at 11:18
3  
Gamedev.SE is not a tech search site. Also, your picture only shows a 180 degree shot, not 360. Nothing behind the camera is visible. You can do that with pretty much any rendering system; just increase the FOV a lot. – Nicol Bolas Aug 28 '12 at 12:38
2  
You only have 3 days left: kickstarter.com/projects/1523379957/… The $300 level should suit you. – Byte56 Aug 28 '12 at 14:30
1  
Hmm I think the projection might be a bit screwed up if you try to use a FOV that covers 180 degrees or more :) I think you'd need several rendertargets instead. – Mikael Högström Aug 28 '12 at 16:51
2  
The site FAQ is the reason for the down votes. This isn't google, this is a Q&A format resource. A great question would have been "How do I write a 360, multiple monitor view for XYZ engine?" or "What's the math behind 360 degree projections?" – Patrick Hughes Aug 29 '12 at 15:07
show 5 more comments

2 Answers

During my research I came across an engine called UniEngine which claimed to offer it could do surround views out of the box (I'm doing CAVE research so they are quite similar to what you want).

I emailed the company and the cost is, staggering. 45,000 USD per platform for a single-project license. They did claim the engine doesn't come out of the box with that capability but you do get full source code to do it for youself, or you could pay them some more and get them to do it for you.

MiddleVR is a VR middleware kit for Unity, but again is probably more aimed at CAVES than what you want. With this, you can get a free 30 day to try for yourself to see if you can get this to render how you want it to. This has the benefit of being in Unity (fairly easy to learn and has a fantastic community) and should be a fraction of Uniengine.

share|improve this answer

It's a rather unusual engine, but Blender's game engine has a very flexible display system, and can be set up with custom display projection options.

You can read about all the different types of cameras Blender's game engine supports here:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Game_Engine/Camera

In particular, the section on "Warp Data Meshes" ought to fit the bill fairly nicely.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.