Will Java 3D be a good choice for this game. Screen Shots inside.

My company is deciding what 3D engine to use for a game we are currently designing. It needs to look as good as a game called Mech Commander 2 Here are some screenshots:
http://www.microsoft.com/brasil/games/mechcommander2/screenshots/06.jpg
http://aok.heavengames.com/pics/fanstock/mechc2_5.jpg
http://www.s2.com.br/s2arquivos/361/Imagens/318Image.JPG
Will Java3D be enough for a turn based strategy game with graphics along these lines?? We have looked into the Chrome2 engine and several others but they are very expensive, so that is why we are interested in using Java3D since its free, and our expertise is Java.

Java 3D would be able to replicate those scenes except for the shadows. You would need to find a way to do that yourself. Another part in your decision will be if Java 3D will be able to handle your polygon count and frame rate expectations. That is a tough question to answer without giving it a try. You will also need to consider how to integrate collision detection, collision response, sound, music, user interaction, camera control and a game menu system (all not part of Java 3D). There are Java solutions for many of those.
The buildings, mechs, fence and trees look like they are done with a 3D modeler. Java 3D has several loaders available to to that.
The smoke, flames, etc can done with a particle system like ours (www.indietechnologies.com) or you can build it yourself.
The fog can be done in Java 3D.
There are terrain implementations outside of Java 3D (www.j3d.org) that could provlde variable LOD and you can create the scorch marks, etc on the terrain with multitexturing (part of Java 3D).
There are other options to consider like the JOGL, LWGL, jMonkeyEngine, Xith3D, Agency9 and few others. Some use a scene graph approach, others are more closer to the metal. Have a look at www.javagaming.org.
Mike

Similar Messages

  • Is Keynote a good choice for this kind of video presentation?

    Can Keynote easily be set up and used for the presenter to work from a slide table mode with both names (as well as numbers) and good-size customizable thumbnails of the visual material, primarily videos, which can be clicked on so as to play for the audience, on a projector (second monitor), each clip? This would allow nonlinear access to the videos, and spur-of-the-moment changes of order. I would use Final Cut Pro for the presentations, but this will not be available in many venues. I understand the current iMovie does not have a timeline, so it will be less than ideal. Is Keynote a good choice for this? If not, what would be?

    I have I work 09 (newest version 5.0.2) and the presenter window only shows the next slide.
    I have never had a need for a multi-slide view, because my presentations are all developed for education and are in a pre-determined order.
    I can clearly see that this "pick a slide" feature could be quite useful when engaged in a conversational presentation rather than a seminar or classroom format that I use.
    To change the order you would have to flip from multi-slide or disengage the program and choose a slide from the builder/creator menu. (Basically stop the presentation and that could be awkward)
    If I am missing something, someone pipe in, I opened a presentation and was only able to get "next slide" up on the presenter menu.

  • [Newbie] Which JAVA API is a good choice for creating a game board?

    I'm a newbie in JAVA game programming.
    I would like to create a chess game for fun. I have a fairly good idea on how I want it to be, but I'm having some difficulty on the game board.
    I am not sure which set of JAVA API I should be using to design my board. I guess that the board will sits in the back, and in the front, there'll be my chess pieces that I can drag and drop.
    Should I be using JAVA Swing to do this? or JAVA 2D API? It will require some study for either one, so I figure I should pick a good one to learn.
    Thanks in advance! :-)

    Also if you would like to create a much simpler, 2D chess game, I would suggest you use the Swing API, which comes with Java from version 1.2 and on up. Naturally I would suggest at least using the latest 1.4 or 1.5 software development kit, because they have greater and more stable features, bug fixes and so on. I also would suggest you go to the library or Barnes and Noble nearest you, and pick up a book on Java. One recommendation that may be simpler to get an understanding of Java is from Deitel and Deitel: http://www.deitel.com/books/jHTP6/ though my beginner's Java book was geared directly toward how to program games (small games like memory, or tetris), though I can't remember what it was called. Anyway I believe it is very important to learn the basics of Java before you get into things that you may or may not understand. My opinion, so have a go at it.

  • Servlets a good choice for such a game?

    Hi,
    I'd like to write a game like darkgalaxy ( www.darkgalaxy.com)
    Here is a screenshot
    http://images.darkgalaxy.com/home/screenshots/7.jpg
    The game has no animations. It uses a simple web interface and is turn based.
    So it shouldn't be too difficult to write something similar.
    I just wondered if servlets are a good choice for that or if php is more suited. I have virtually no experience with php therefore I'm not sure. php does have the advantage of running on nearly every webserver but then again the project is not that small and the code should be easily extendable and reusable for other similar games.
    thanks

    Your first decision has already been made: a browser will be your client.
    After that decision, it really boils down to what you are most comfortable with. I would say that as the complexity of your application grows the appeal of objects will increase as well. In any case, any server that can have Java installed (which just about any web hosting or co-location company would provide already) can run Servlets. There should be no compatibility issues there.
    - Saish

  • Is unlocked iphone 3gs a good choice for use in the UK with PAYG?

    I've never had a smartphone. I'm thinking of buying the unlocked iphone 3gs to use when I'm in the UK 2-3 (months a year). I would be using a pay as you go sim with a little data use included. All I need is the ability to call, text, email, blog, and check facebook. Would this phone be a good choice for me. I'm hearing that there are some problems with battery life on the iphone 4. Does the 3gs have those issues? Also what does the 's' stand for?
    Any helpful info apppreciated.
    Robertson

    This is the deal I'm looking at. As you can see it comes with the upated OS. $375. Is already a bit more than I would normally spend on a phone.
    iPhone 3GS 8GB Black — Unlocked
    Get all the features of iPhone 3GS (8GB1) in a phone that you can activate and use on the supported GSM wireless carrier of your choice.2
    If you don’t want a multiyear service contract or if you prefer to use a local carrier when traveling abroad, the unlocked iPhone 3GS is a great choice. It arrives without a SIM card, so you’ll need an active SIM card from any supported GSM carrier worldwide.
    Get iPhone 3GS for AT&T.
    iPhone 3GS starts at $0 when you sign up for a new two-year plan with AT&T.
    Learn more
    Learn more
    Enlarge images
    $375.00
    In Stock
    Free Shipping
    Add to Cart
    Gift package

  • Where can I find a good tutorial for mobile game developement with J2ME ?

    Hi All,
    I'm completely new to J2ME programming. But I have past experience on J2SE developement. Now I would like to know that where can I find a good tutorial for mobile game developement with J2ME ?
    I'll be very greatful if I can find a useful step-by-step tutorial (eg. "The Java Tutorial" for J2SE)
    Please point me ot the direction.
    Thanks
    ZuriJAckshoT

    ibook-widgets.com    have a free tutorial book in the iBooks store.  Search for "Create your first interactive book using iBooks Author"   they also  sell widgets.
    I  dont have any connection - I  found their eBook in the store long ago  and used it to learn more about iBA.
    The best advice though, is be patient,  go back over the process step by step, I cannot  access the Help files for some reason.. but i am sure its in their.

  • HT3819 I want to send my itunes library from my old macbook (start up disk nearly full) to my new iMac then delete my itunes library from my old macbook.  Is Homesharing my best choice for this?

    I want to send my itunes library from my old macbook (start up disk nearly full) to my new iMac.   Then delete my itunes library from my old macbook.  Is Homesharing my best choice for this?
    What I don't want to happen is once I delete my itunes library from my old Macbook that the iMac itunes library to delete itself because I am using Homesharing.  Does homesharing sync and make that happen?

    Here is some help.
    https://discussions.apple.com/thread/3849933
    After confirming that all your stuff is on the drive, delete the photos you have copied. You will need to empty the iPhototrash to free up the space.

  • I bought an iphone from a pawn shop and have no contact with the previous owner, but need to get past the icloud activation please help, i paid good money for this phone

    Please help with my iPhone I bought from a pawn shop but have no contact with the previous owner so I cannot get past the icloud activation Please anyone help. it would mean a lot, I paid good money for this phone

    Return it to the pawn shop and get your money back. The device is permanently locked and with the previous owner to unlock it you can never use it except as a paperweight.

  • Is CM RealPower 620 good enough for this ?

    P35 Platinum Combo
    E8500
    N9800GT 1Gb (MSI)
    2x2Gb ddr2-800
    1x sata2 hdd
    1x sata dvdrw
    2x case fan
    Is CoolerMaster 'Real Power 620W' PSU good enough for this setup ?
    (Doesn't have PSU's specification at the moment)
    Thanks

    Cas, you have the coolermaster extreme power. There has been an issue with some models of coolermaster Realpower PSUs.  I could re-state the reasons, but Bosskiller has addressed this several times. 
    https://forum-en.msi.com/index.php?topic=120494.msg910400#msg910400
    Quote from: Bosskiller
    Quote from: mine0000 on 06-October-08, 02:09:39
    The Cooler Master has been working just fine for more than a year with a ASUS P5N32-E SLI Plus and an Intel Q6600. The Antec P450 works fine there too. So why should I believe you (no disrespect intended)? What is the specific grounding issue with the Cooler Master? Can you give me a URL to the issue at their support site?
    Thanks.
    Yep:
    https://forum-en.msi.com/index.php?topic=118911.msg897491#msg897491
    https://forum-en.msi.com/index.php?topic=114534.msg858727#msg858727
    https://forum-en.msi.com/index.php?topic=113573.msg850339#msg850339
    https://forum-en.msi.com/index.php?topic=113170.msg846719#msg846719
    https://forum-en.msi.com/index.php?topic=113573.0
    https://forum-en.msi.com/index.php?topic=115623.0
    https://forum-en.msi.com/index.php?topic=115623.msg869135#msg869135
    https://forum-en.msi.com/index.php?topic=118959.msg897790#msg897790
    http://forum.coolermaster.com/viewtopic.php?p=79607
    Quote from: Ven on 07-August-08, 03:23:06
    Wow are you serious..? Man that sucks...I hope I can get a return on it, damn.
    EDIT: I spoke with there customer support line, they said they could RMA the power supply with a new revision that works with the board, I don't know what I'm going to do though.
    Regardless if you get an updated model which has addressed the compatibility issue, you are better off with a single +12V rail PSU like the ones I suggested.

  • I have not been able to update my fairy farm game for the last 5days as it quit at launch. I am afraid to delete and reinstall the game as i might lose all. Anyone knows if there is an update for this game? Please help. Thanks

    I have not been able to update my fairy farm game for the last 5days as it quit at launch. I am afraid to delete and reinstall the game as i might lose all. Anyone knows if there is an update for this game? Please help. Thanks

    Erdygirl please be aware you are posting to a public forum.  I have removed your personal information from your previous post.
    Please check your account at http://www.adobe.com/ to locate your serial number.  You can find more information on how to locate your serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • What are some good choices for Mac Mini Speakers?

    Hi All....
    I have recently purchased a new Mac Mini (i7 Quad Core 2.3 Ghz) and was wondering what a good choice (and cool choice) for Mac Mini speakers.  I have the Harmon Kardon 2.1 speakers which are EXCELLENT but for some reason I'm having trouble getting it to work with the Mini.  Any suggestions or ways to get the Harmon Kardon's working with it???
    Thanks ahead!!

    Ooops...  Hit the "solved" button by mistake!  hehhee....
    Anyway....  I also have a Mac Pro DualQuadCore2.8Ghz....  Which it works with but for some reason I can't get it to work with the Mini.  I'm temporarily using a small iHome speaker in the 3.5 jack.  I don't think the HK SoundSticks have a 3.5 jack....  Just USB.  But I'm still sorting through a ton of cables, plugs and wires... 

  • NEC/Sony AD5630A good choice for PB DVD?

    Looking for a good replacement for the Matshita in my PB. Pioneers seem to be almost non-existant, so I am thinking of going with an NEC/Sony AD 5630A, which I can an Apple-branded on new on eBay for about $50. I think this is the drive they are using in the ext DVD drive for the Airbook.
    Anyone know anything positive or negative about this drive?

    I found this interesting topic in the Mac Specific forum of RPC1.org: http://tinyurl.com/6lhksj. Apparently somebody has flashed RPC1 firmware onto a OptiArc AD-5630-A via Boot Camp on a Intel Mac. That forum topic in the Mac Specific section of RPC1.org's forums has a link to a RPC1 firmware dump for the drive you're interested in.
    You need a utility called Binflash to flash the RPC1 firmware dump onto a Nec OptiArc AD-5630-A which is at Liggy & Dee's site: http://binflash.cdfreaks.com/.

  • Is RMI best choice for this?

    Hello!
    I have some experience using the .NET Remoting with VB. I have understood that Java RMI is Java equivalent to .NET Remoting?
    I'd like to serialize my objects and transfer them between the server and the client in internet.
    I have red some opinions saying that RMI is good for intranet but does have major latency and scalability issues when it comes to internet.
    Is the Java RMI best solution for this? What are the other techniques available with Java?
    - Jarno Kiviaho

    OK: You want to use RMI to connect an outside-the-firewall web server to a behind-the-firewall business logic server.
    This is probably not too bad.
    There are a couple ways that you can go.
    1. Use RMI with HTTP tunnelling. I've never dealt with this, but you can probably find more about this searching this forum.
    2. If you can get some ports opened for you in the firewall, then you can use the RMI transport and skip the HTTP stuff.
    In the latter case, you
    o Need to talk your firewall folks into opening two ports for you - one for a registry listener, the other for actual remote procedure calls.
    o You need to make sure that your RMI server is designed to operate through one fixed port, rather than using random port numbers. Take a look back through this forum and again, you'll find people who have done this. (I did an implementation by providing my own SocketFactory, but I believe RMI has been improved since then so that the server can simply ask for the socket numer it wants.)

  • Firefox 9.0 has disabled Java Console 6.0.30 and I am unable to read anything based on Java! Is there a fix for this or should I revert to the earlier Firefox version?

    Java(TM) Platform SE 6 U30
    File: npjp2.dll
    Version: 6.0.300.12
    Next Generation Java Plug-in 1.6.0_30 for Mozilla browsers
    MIME Type Description Suffixes
    application/x-java-applet Java Applet
    application/x-java-bean JavaBeans
    application/x-java-vm
    application/x-java-applet;version=1.1.1
    application/x-java-bean;version=1.1.1
    application/x-java-applet;version=1.1
    application/x-java-bean;version=1.1
    application/x-java-applet;version=1.2
    application/x-java-bean;version=1.2
    application/x-java-applet;version=1.1.3
    application/x-java-bean;version=1.1.3
    application/x-java-applet;version=1.1.2
    application/x-java-bean;version=1.1.2
    application/x-java-applet;version=1.3
    application/x-java-bean;version=1.3
    application/x-java-applet;version=1.2.2
    application/x-java-bean;version=1.2.2
    application/x-java-applet;version=1.2.1
    application/x-java-bean;version=1.2.1
    application/x-java-applet;version=1.3.1
    application/x-java-bean;version=1.3.1
    application/x-java-applet;version=1.4
    application/x-java-bean;version=1.4
    application/x-java-applet;version=1.4.1
    application/x-java-bean;version=1.4.1
    application/x-java-applet;version=1.4.2
    application/x-java-bean;version=1.4.2
    application/x-java-applet;version=1.5
    application/x-java-bean;version=1.5
    application/x-java-applet;version=1.6
    application/x-java-bean;version=1.6
    application/x-java-applet;jpi-version=1.6.0_30
    application/x-java-bean;jpi-version=1.6.0_30

    @awheck
    To avoid confusion:
    *http://kb.mozillazine.org/JavaScript_is_not_Java
    Make sure that you do not block JavaScript.
    *https://support.mozilla.org/kb/JavaScript
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Will it feasable to use Module in this case :screen shot attached

    Hi ,
    We are developing a Application which provides several facilities like Forum , Remote User , --- etc screen shot attached for this reference .
    Please tell me will it feasable to develop each of this service as a Module ??
    Please tell me shall we go for seperate Modules or for Seperate Components , what will be feasable
    Please share your experience

    Anybody please tell me if its better to go using Modules Approach , in case if they were part of the Application itself .
    Thanks.

Maybe you are looking for