(January 2017) Monthly WIP screenshot thread

Working on Pixel Construction:


You can set IDs in warehouses (the long ones) that are IDs of other warehouses, and it’ll only empty those it has an ID of.
So you can micromanage to your heart’s desire!

And I added this (the banner is taken from a thread on the forums) right at the start to give this awesome engine credit!

7 Likes

@Robbi_Blechdose you have gamma correction enabled, right? Which gpu do you have?
[edit] I ask because I see the darkened colors on the jme logo…

1 Like

I don’t think I have gamma correction enabled, and I have a GTX 960 G1 Gaming.
It might just be the lighting in my scene (it’s part of a cinematic, after this, my (company) logo shows).
I’ll look into it. Well spotted, thanks!

Working on integrating SimFX to my editor:

The example of how to add supporting editing of your custom app state:
https://bitbucket.org/JavaSabr/jme3-spaceshift-editor/src/d28a52daf961afefcb914946cab1a83fb6758cf1/jme3-spaceshift-extension/src/com/ss/extension/scene/app/state/impl/EditableSkySceneAppState.java?at=0.9.1&fileviewer=file-view-default

5 Likes
8 Likes

Just added a Galaxy map to my space game

15 Likes

Something I’ve wanted to play with for a while, pretty simple but makes use of blender cycles amazing lighting

I bake onto these little boxes lighting - but they only receive indirect lighting (they also do not interfere with light rays in anyway e.g. reflecting/blocking light themselves).

Then I use this as a base colour for my character, blending between them depending on the players position on a grid of colours.

This image has AO on the character too. I will then use point/spot lights for direct lights.

14 Likes

Implemented filter editing in a scene editor :slight_smile:

The example of how to add supporting editing of your custom filter:
https://bitbucket.org/JavaSabr/jme3-spaceshift-editor/src/f4f20541cdea7fd13bd5666e9beae816435fe0b0/jme3-spaceshift-extension/src/com/ss/extension/scene/filter/impl/EditableFogFilter.java?at=0.9.2&fileviewer=file-view-default

heheh that’s pretty much the principle for image based lighting with lightProbes for PBR.

nice mate! welcome to the light probe club =)

I’ve been working on a Horror-themed game with the intention of scaring my kids. Here’s the player walking around a graveyard.

7 Likes

Pretty cool. My son loves games like this.

Thanks. I should have a download available soon. The game is quite simple; you have to collect some packages while avoiding the “monster”, which can only move when not being looked at. It makes it quite interesting trying to tell which statue has moved!

Made me think of this:

4 Likes

Pure co-incidence, honest! :wink:

Love that episode, thought of the same thing :slight_smile:

Working on a simple media player using jme3-jfx media player with Lemur GUI.

4 Likes

Do you use JavaFX using embedded window?

No, I am rendering it to Texture2D and apply it to Quad.
Please see here JME3-JFX/TestMovie.java at master · empirephoenix/JME3-JFX · GitHub