Page 4 of 19 FirstFirst ... 2 3 4 5 6 14 ... LastLast
Results 31 to 40 of 184

Thread: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

  1. #31

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    I just finished rewriting the entire shader system within the engine. GLSL shaders are now generated on demand and are optimized for the materials they are used on. I also re wrote my shader files so they are pretty flexible.

    I understand how everything works but I want to make sure the documentation is clear. Is there anything that's not explained in this?
    Here is the default fallback shader with the documentation commented into it. (its the blue and white checkerboard shader)
    Here's the metal floor shader I just threw together for a test.
    And here's the cloud shader used in the skybox.

    Heres a picture of that metal floor shader as well.
    Reply With Quote

  2. #32

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Jesus fucking christ, halos animations look awful at 90 FOV.

    This video is unable to be displayed because the YouTube video tags were used incorrectly. Please review proper use of the tags here.
    Reply With Quote

  3. #33
    Next time, we eat Rudolph ThePlague's Avatar
    Join Date
    Dec 2007
    Location
    Arizona
    Posts
    3,024

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Lol you've never noticed that? Try out some other people's animations, like ICEE's or ODX's.
    Reply With Quote

  4. #34
    Back-Alley Surgeon Elite051's Avatar
    Join Date
    Apr 2013
    Location
    USA
    Posts
    9

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    I don't understand all the Java hate. Sure, its not the most powerful language, but if you know what you're doing, it gets the job done.
    Reply With Quote

  5. #35

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Quote Originally Posted by Elite051 View Post
    I don't understand all the Java hate. Sure, its not the most powerful language, but if you know what you're doing, it gets the job done.
    It's kind of like xbox fanboys. They just hate other consoles because they are ignorant or stubborn. No real logic behind it.

    Java has flaws, but it also has many benefits. Like all languages.
    Reply With Quote

  6. #36
    Next time, we eat Rudolph ThePlague's Avatar
    Join Date
    Dec 2007
    Location
    Arizona
    Posts
    3,024

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    If you were to release this, how hard would it be to make maps and whatnot for it?
    Reply With Quote

  7. #37
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Quote Originally Posted by Not Inferno View Post
    It's kind of like xbox fanboys. They just hate other consoles because they are ignorant or stubborn. No real logic behind it.

    Java has flaws, but it also has many benefits. Like all languages.
    I may be stubborn against Java, thats true. I cant stand the language to the point I feel nothing should be made using it, because there is far better alternatives that use more widely accepted programming practices.

    I guarantee that I have more experience in a multitude of languages than you, and I dont mean in an arrogant way I put it forward as to say that I have a vast experience in a lot of languages and feel I have enough to make a good judgement.

    For now you will find Java may be playing ball, when you dive into more advanced techniques you will find there just isnt the capacity to do certain things, or at least you have to mold design around the implementation of Java, which should be the other way around.

    There are by far better alternative to Java, its a dated language and nowadays causes more harm than good.

    What you have got so far, is pretty nice so I will give you credit. I just feel you shouldnt be limited by the tools you use, and Java will limit you.
    Reply With Quote

  8. #38
    Senior Member Btcc22's Avatar
    Join Date
    Sep 2012
    Posts
    567

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Quote Originally Posted by Not Inferno View Post
    Jesus fucking christ, halos animations look awful at 90 FOV.
    Your FoV is closer to ~120 in Halo. However, I noticed that Halo scales the FoV by .85 for some reason, so the real FoV is lower than it might lead you to believe.
    Reply With Quote

  9. #39

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Quote Originally Posted by ThePlague View Post
    If you were to release this, how hard would it be to make maps and whatnot for it?
    Easier than Halo. You just model whatever you want. Export a collision and a visual mesh as .obj or .tbj then import them and place them in the bsp. You can either just import the entire map as one mesh or make the map out of lots of small meshes. Lighting is dynamic cascading shadow mapping so no 50 hour radiosity.

    Also, collision is per poly so you dont have to seal shit and fix open edges.
    There are by far better alternative to Java, its a dated language and nowadays causes more harm than good.

    What you have got so far, is pretty nice so I will give you credit. I just feel you shouldnt be limited by the tools you use, and Java will limit you.</em>
    What languages?

    And honestly java has not limited me at all so far. All the performance issues I've had have been due to my code being unoptimized.
    Everything in the engine is implemented except particle systems, and ai. I don't plan on writing AI for the time being and particle systems won't be too difficult. Hell I'm still running the entire engine on one thread (aside from networking which is threaded for obvious reasons). I'm going to move a lot of physics on to a separate thread later for even more delicious optimization.
    Last edited by Not Inferno; April 24th, 2013 at 03:34 PM.
    Reply With Quote

  10. #40
    Senior Member Patrickssj6's Avatar
    Join Date
    Oct 2006
    Location
    'schland
    Posts
    3,838

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    One q: What is the goal of this project?
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •