Home 3D Art Showcase & Critiques

Welcome to CeleryLand!

24

Replies

  • futurepoly
    Options
    Offline / Send Message
    Thanks everyone!

    @ Fingus- lol, best quote yet!

    @ Snefer- thanks man, we love your latest Grime district stuff!
    Your specs are signifying that you're getting a terrible framerate. The grass can't possibly have so many polys to be doing that, it's very likely a drawcall issue. I know that Unreal has a system of combining objects together to cut down drastically on drawcalls. I don't know if it's practical for grass, but it's worth looking into.

    Perhaps adjusting the color of the grass to match the terrain, and setting up a distance fade-out could do the trick too.- Makkon

    Hey quit snooping on our perf! jk, but yeah we realized that painting the individual vegitation clumps was creating way too many draw calls so we started exporting larger clumps with the fit to terrain option checked. It drastically improved the frame rate but tweaks out if we paint the grass on any surface that has too much of a slope change.


    Here are a couple shots of our Oak tree that Danny created.

    CeleryLand010b.jpg

    CeleryLand011.jpg

    Also here is a link to one of our tutorials for creating a dirt path using 3ds Max and CryEngine3's Spline system.

    http://link.brightcove.com/services/player/bcpid1783827065001?bckey=AQ~~,AAAAv1s33Ak~,N2Teo4GAFCq8U4OgL4UdHC2Nc4O95Ske
  • Selaznog
    Options
    Offline / Send Message
    Selaznog polycounter lvl 8
    Wow, this continues to be incredible work. I would love to run around and explore this map, keep it up!
  • romy
    Options
    Offline / Send Message
    romy polycounter lvl 12
    Splendid... Keep going guys !
  • osk
    Options
    Offline / Send Message
    osk polycounter lvl 4
    can we see some wireframes?
  • Eric Chadwick
    Options
    Offline / Send Message
    Great stuff futurepoly! Keep it up.
  • ranek
    Options
    Offline / Send Message
    ranek polycounter lvl 8
    Amazeballs. Thanks for posting the stuff up. This thread is the jammer,
  • wolver
    Options
    Offline / Send Message
    did you find a way to blend your overhangs?
    I need to make something similar and seamlessly blending geometry with the tessellated height map seems near impossible at the moment : [
  • Kridian
    Options
    Offline / Send Message
    Kridian polycounter lvl 14
    futurepoly wrote: »
    ..yeah we realized that painting the individual vegetation clumps was creating way too many draw calls so we started exporting larger clumps with the fit to terrain option checked. It drastically improved the frame rate but tweaks out if we paint the grass on any surface that has too much of a slope change.
    Well that sucks donkey balls. Does the geometry instancing feature work with the current build to help keep the drawcalls low?
  • mbischof
    Options
    Offline / Send Message
    Awesome thread!
  • neilberard
    Options
    Offline / Send Message
    neilberard polycounter lvl 17
    That's lookin nice!
  • futurepoly
    Options
    Offline / Send Message
    @osk- I'll try and put up some wireframes for you soon.
    wolver wrote: »
    did you find a way to blend your overhangs?
    I need to make something similar and seamlessly blending geometry with the tessellated height map seems near impossible at the moment : [

    Here are a couple updates to the overhang and although I'm not perfectly happy with the solution I think it will work for now.

    This first shot shows the lod1 state of the overhang props and these are essentially the excact same geo except without prop grass.

    CeleryLand011a.jpg

    Here is a close up of that same area with the prop grass loaded in and also the painted vegetation rocks and bushes. I made a lopped off version of the overhang to get the scallop effect I had in my paint-over.

    CeleryLand011b.jpg

    This is the top down view of that same area so you can see the prop\terrain line. Its already pretty subtle here.

    CeleryLand011c.jpg

    and here is a close up of the terrain prop boarder with all the vegetation loaded to help mask it.

    CeleryLand011d.jpg

    Hope that helps :)
  • Anuxinamoon
    Options
    Offline / Send Message
    Anuxinamoon polycounter lvl 14
    Wow man this is looking really great! I will definitely watch the entirety of this tutorial when you guys post it up :D
  • Eric Chadwick
    Options
    Offline / Send Message
    So I think it's basically... use the same shader values & textures, keep the surfaces near-parallel at the join, then cover with detail meshes. Is this correct? A good workflow, and works in just about any engine.

    I think the seam is here?

    RTfPB.gif
  • futurepoly
    Options
    Offline / Send Message
    So I think it's basically... use the same shader values & textures, keep the surfaces near-parallel at the join, then cover with detail meshes. Is this correct? A good workflow, and works in just about any engine.

    I think the seam is here?

    RTfPB.gif

    Correct, for these rocks the diffuse textures are pretty much desaturated and then I'm using vertcolor to match the color of the terrain. I usually sample the color directly from the megaTerrain Diffuse for a close starting point.

    Your'e right, that is the correct seam. My seam line was a decoy to keep you on your toes :)
  • Eric Chadwick
    Options
    Offline / Send Message
    Thanks Jason! Cool stuff.
  • Iciban
    Options
    Offline / Send Message
    Iciban polycounter lvl 10
    wow i'm totally following this. Looks gorgeous so far! I always wanted to create massive environments, but so scared too. Can totally learn a lot from this.
  • Argent
    Options
    Offline / Send Message
    Both the videos so far are great, thanks for sharing! Any news on what videos we can look forward to next? (I just can't get enough of your guys' work)
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    Kridian wrote: »
    Well that sucks donkey balls. Does the geometry instancing feature work with the current build to help keep the drawcalls low?

    Geometry instancing reducing memory usage not the amount of draw calls.



    I have an more practical question.
    Did you generated entire terrain in WM, or you scultped it by hand and then processed in WM ?

    If you generated entire thing in WM, how would you get scale right for gameplay purposes ?
    I personally found that WM is all and nice, but when it comes to something more practical that fancy screenshots (like actually playable level) it's pretty much useless on it's own.
    And it's still best thing to do is to sculpt terrain in your editor and then maybe export it to WM for some erosion filters.
  • futurepoly
    Options
    Offline / Send Message
    iniside wrote: »
    Geometry instancing reducing memory usage not the amount of draw calls.



    I have an more practical question.
    Did you generated entire terrain in WM, or you scultped it by hand and then processed in WM ?

    If you generated entire thing in WM, how would you get scale right for gameplay purposes ?
    I personally found that WM is all and nice, but when it comes to something more practical that fancy screenshots (like actually playable level) it's pretty much useless on it's own.
    And it's still best thing to do is to sculpt terrain in your editor and then maybe export it to WM for some erosion filters.

    This level started out entirely in world machine and then I exaggerated some of the ravines in Photoshop to get the layout I wanted.

    WorldMachine definitely changes up the pipeline but I think It's well worth it. For instance, creating a map the same size as this test map for GuildWars 2 would take us months just to paint the terrain and blend all the textures. Now you can get far better results in a half day.

    Even if you have to totally wipe your layout its still far quicker than a standard terrain workflow.

    Also you can still use all your regular terrain sculpting tools in the editor so if designers want to totally flatten out an area or remove a mountain they can just block it in quickly, then the artist can export the height map and run it through world machine again.
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    futurepoly wrote: »
    This level started out entirely in world machine and then I exaggerated some of the ravines in Photoshop to get the layout I wanted.

    WorldMachine definitely changes up the pipeline but I think It's well worth it. For instance, creating a map the same size as this test map for GuildWars 2 would take us months just to paint the terrain and blend all the textures. Now you can get far better results in a half day.

    Even if you have to totally wipe your layout its still far quicker than a standard terrain workflow.

    Also you can still use all your regular terrain sculpting tools in the editor so if designers want to totally flatten out an area or remove a mountain they can just block it in quickly, then the artist can export the height map and run it through world machine again.
    Thanks.

    But Here come another question. Don't you think it's more issue of tools, rather than pipeline itself ?
    With alpha masked brushes and nice setup of generated alphas (yeah in World Machine) and drag tool, you can quickly sculpt anything you want. And designer can still have fine control over scale and where players should go (or shouldn't).

    I ask because I have exactly opposite experience. I a;ways generated nice terrain in WM, that was looking nice for screenshots, but it never fit for gameplay on it's own and I usually had to wipe out pretty much everything and sculpt by hand to establish layout I need, and then export to WM for erosion, and then make changes in editor.

    Of course Sandbox for some odd reason doesn't have Alpha brushes, but that's another matter (;.
  • Syros
    Options
    Offline / Send Message
    Syros polycounter lvl 11
    jaw dropping, very nice, very help full, thanks for sharing \m/
  • Flight
    Options
    Offline / Send Message
    Flight polycounter lvl 10
    Great stuff,keep it up!
  • futurepoly
    Options
    Offline / Send Message
    iniside wrote: »
    Thanks.

    But Here come another question. Don't you think it's more issue of tools, rather than pipeline itself ?
    With alpha masked brushes and nice setup of generated alphas (yeah in World Machine) and drag tool, you can quickly sculpt anything you want. And designer can still have fine control over scale and where players should go (or shouldn't).

    I ask because I have exactly opposite experience. I a;ways generated nice terrain in WM, that was looking nice for screenshots, but it never fit for gameplay on it's own and I usually had to wipe out pretty much everything and sculpt by hand to establish layout I need, and then export to WM for erosion, and then make changes in editor.

    Of course Sandbox for some odd reason doesn't have Alpha brushes, but that's another matter (;.

    I think the real value is getting the diffuse texture and flow maps to match the terrain features automatically.

    In my opinion BattleField 3 has some of the best looking terrain systems for a released game and I think they use World Machine quite a bit. I would be curious to learn exactly when they introduce the WorldMachine features. My guess is they talk with the designers and get a general idea which ares are battle zones and then they go wild with the vistas boardering them.

    Now what I think would be ideal is an evolution of Z-brushe's insertMulti Mesh brushes were they also keep uv information. If a system like that could be combined into a voxel terrain editor I would be in heaven.

    I'll email Obama and see what he thinks :)
  • Santewi
    Options
    Offline / Send Message
    futurepoly wrote: »
    In my opinion BattleField 3 has some of the best looking terrain systems for a released game and I think they use World Machine quite a bit. I would be curious to learn exactly when they introduce the WorldMachine features. My guess is they talk with the designers and get a general idea which ares are battle zones and then they go wild with the vistas boardering them.

    http://dice.se/publications/terrain-in-battlefield-3-a-modern-complete-and-scalable-system/

    http://blogs.battlefield.com/2012/08/inside-dice-alborz/
  • futurepoly
    Options
    Offline / Send Message
    @ Argent- Thanks for the feedback on the videos!

    @ Santewi- Ha I thought I read that somewhere, thanks for posting those links. I would love to get my hands on some Frostbite 2.

    As I mentioned before one of the goals with this project is to have genre variety and so far the level has been something you might see in a high fantasy universe similar to Guildwars2 or Skyrim. These next additions are still early wips of blocking in a monolithic sci fi tower that reaches through the atmosphere and up into space (aka space elevator)

    Here are some initial sketches to brainstorm what kinds of modular pieces I will need.

    CeleryLand012.jpg

    This shot shows some blocked in grey box geometry and at this stage I'm just playing around with scale and shape intersections.

    CeleryLand013.jpg

    Heres a quick paint-over of the previous shot along with some supporting reference that I would like to add in.

    CeleryLand013b.jpg

    Some of the paintover elements blocked in and also start adding placeholder materials like glass, concrete, metal etc.

    CeleryLand014.jpg

    The same shot exploded out so that you can see some of the placeholder shapes. The idea is to try and keep the modular pieces down to a minimum so that I can go back and polish each one once I'm happy with the far read of the tower.

    CeleryLand014b.jpg

    I far shot of the tower.

    CeleryLand015.jpg

    Mid level look.

    CeleryLand017.jpg

    Looking up from the mountain base.

    CeleryLand016.jpg

    another quick paintover with some ideas on where I'd like to take it.

    CeleryLand019.jpg

    far away shot with the tower scaled down so it doesnt dwarf the mountain as much.

    CeleryLand019d.jpg

    paintover to see what it would look like if I attach it to a space station.

    CeleryLand019e.jpg

    At this stage I'm pretty happy with the silhouette of the tower so I will start creating final assets from the placeholder pieces.
  • choco
    Options
    Offline / Send Message
    choco polycounter lvl 10
    Looking sexual ! you better use some of those volumetric clouds on that tower to add more eye candy. Keep it up, very inspiring !
    I was thinking about something along these lines but with a realistic style applied to it.
    Sky_test01.jpg
  • futurepoly
    Options
    Offline / Send Message
    choco wrote: »
    Looking sexual ! you better use some of those volumetric clouds on that tower to add more eye candy. Keep it up, very inspiring !
    I was thinking about something along these lines but with a realistic style applied to it.
    Sky_test01.jpg

    Thanks man, yeah I've messed around with some of the 3D Clouds in cry but every time I start copying them around to build up the atmosphere things start tweaking out. Any time I add more than 1 cloud entity they start flickering on and off. Also if I make them too large the sky turns black briefly as I fly closer to the clouds.

    Have you seen any of these errors before?
  • e-freak
    Options
    Offline / Send Message
    this tower is amazing. really gives the entire scene such a different twist!
  • paradoxical-pixel
    Options
    Offline / Send Message
    paradoxical-pixel polycounter lvl 10
    Wow! I'm really loving the overall composition of the environment now that the tower has created a strong focal point.
  • AlexCatMasterSupreme
    Options
    Offline / Send Message
    AlexCatMasterSupreme interpolator
    There is a bug with Volumetric clouds in anything but DX9 mode that will be fixed in the next build.
  • choco
    Options
    Offline / Send Message
    choco polycounter lvl 10
    futurepoly wrote: »
    Thanks man, yeah I've messed around with some of the 3D Clouds in cry but every time I start copying them around to build up the atmosphere things start tweaking out. Any time I add more than 1 cloud entity they start flickering on and off. Also if I make them too large the sky turns black briefly as I fly closer to the clouds.

    Have you seen any of these errors before?

    There seem to be an issue with the 3.4 build. Volumetric clouds are buggy and you can't use the cloud shadows stencil. I think that geometry instancing is also broken but I'm not sure if its only limited to DX9 users.

    I stick to using the 3.3.9 build which in my opinion is the most functional one at the moment.
    Unless you're planning to use some DX11 features (tessellation etc...) transferring over to 3.3.9 should be an easy task. You'll have to rebuild your TOD tho.

    The next build after 3.4 should be fixing all those issues according to crytek but the release date is tbd.
  • Spatz
    Options
    Offline / Send Message
    Spatz polycounter lvl 13
    wow this is great... keep us updated
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    They said on blog post that they were hand sclupting terrain first. Exporting heightmaps to WM for erosion and mask generation, importing heightmap bacl to editor and tuning it again.
    A process I essentially described above. But it relies on good in-editor tools in first place. On other hand you can quickly see what's wrong and what's not.
  • choco
  • futurepoly
    Options
    Offline / Send Message
    choco wrote: »

    Switched the level over and now the clouds are working. Thanks for the heads up!

    One problem that came up is that when the trees switch to sprites they are washed out and very bright in the distance. In the past when this would happen, regenerating the terrain texture would fix it but now that doesn't work.

    Has anyone ran into this?

    CeleryLand019f.jpg
  • Bonkahe
    Options
    Offline / Send Message
    Bonkahe polycounter lvl 12
    Damn, that's looking stellar man, so when you gonna let us have it to run around in :D
  • e-freak
    Options
    Offline / Send Message
    how did you setup the sprites? i know it doesnt solve it, but you could also just disable sprite usage in the first place.
  • Lo Pan
    Options
    Offline / Send Message
    Hey Jason

    Stellar work man, the tower is awesome :thumbup: Will be following your progress with interest

    Was great to catch up with you in Seattle and check out the new studio

    Arenanet moved back the deadline for character submissions so I was able to send them in a model :) Wish me luck....

    Dan
  • RuthK
    Options
    Offline / Send Message
    RuthK polycounter lvl 5
    I had the same problem before where sprites still showed up. You could go to vegetation, click on the object you want to fix and just uncheck 'Use Sprites.'
  • AzzaMat
    Options
    Offline / Send Message
    AzzaMat polycounter lvl 9
    hmm i'm not sure about cryengine as I have very little experience in it. If it were UDK I would try disabling lighting on the sprite sheet, and rendering it out with a controlled emmisive. Alternatively the fog tends to illuminate things, It might be worth seeing if there are any values you can tweak in the fog settings to reduce the ammount that it 'lights the surroundings. Hope this helps and look forward to seeing more =D
  • futurepoly
    Options
    Offline / Send Message
    @ Bonkahe- Thanks, once we launch the actually class we will release the level as an example.

    @ e-freak- the trees are using Cryengines automated vegitation sprite system. They worked fine in the 3.4 build so I'm gonna stick with that until I find a solution.

    @ Lo Pan- It was good seeing you too Dan. Good luck on the Arena test.

    @ RuthK- I would do that but my computer would melt since I have a million trees :)

    @ AzzaMat- yeah I'll look at the fog settings and see if theres anything that relates to the sprites. Thanks.

    Here are a couple more screens of the firTrees Danny and I made.

    CeleryLand019a.jpg

    CeleryLand019b.jpg

    CeleryLand019c.jpg

    Here are a couple shots looking at the horizon from the base of the tower. I used world machine to make a few giant props that help hide the square boarder of the map.

    CeleryLand020.jpg

    CeleryLand020b.jpg

    CeleryLand020c.jpg

    Also here is a link to some intro to 3dsMax videos we made.

    http://link.brightcove.com/services/player/bcpid1756048041001?bckey=AQ~~,AAAAv1s33Ak~,N2Teo4GAFCqLdBwbw7r6pAoW85WLHZlM
  • samcole
    Options
    Offline / Send Message
    Thanks for that link to the intro to Max videos..can't wait to watch them...wish I could find a ways to direct download them so I could rewatch.
  • Eric Chadwick
    Options
    Offline / Send Message
    I second the request to have downloadable files. Sometimes the UI really gets in the way, so does buffering.
  • Computron
    Options
    Offline / Send Message
    Computron polycounter lvl 7
  • iniside
    Options
    Offline / Send Message
    iniside polycounter lvl 6
    futurepoly wrote: »
    @ RuthK- I would do that but my computer would melt since I have a million trees :)

    Hm. Did you considered doing lod level with sprites by hand ?
  • futurepoly
    Options
    Offline / Send Message
    @samcole,Eric Chadwick,Computron- they will remain streaming for right now. Downloadable options might be available to students once the class launches.

    @inside- Thanks, I'll try that and see if they light better. Ideally I'd like to reserve hand doing the sprite lods as a last resort but I should try it anyway and see if perf is better or worse.


    Here are a couple shots of one of the floors on the tower along with a time lapse paintover to show the iterative process.

    CeleryLand021.jpg

    CeleryLand022.jpg

    [ame="http://www.youtube.com/watch?v=8mXUezGKq9M"]http://www.youtube.com/watch?v=8mXUezGKq9M[/ame]

    CeleryLand023.jpg

    A priority breakdown of assets that I will need to create first

    CeleryLand024.jpg
  • Euld
    Options
    Offline / Send Message
    Subscribed! :D Looks incredible, definitely want to be able to this sort of stuff someday.
  • HatWobble
    Options
    Offline / Send Message
    medium.gif

    me when I saw CeleryLand.



    the new tower paintover is sick! Can't wait to see how that develops.
  • DavidBrumbley
    Options
    Offline / Send Message
    DavidBrumbley polycounter lvl 8
  • Stephanie
    Options
    Offline / Send Message
    Stephanie polycounter lvl 8
    Really cool stuff!!:] Can't wait to see that tower come together!
24
Sign In or Register to comment.