Jump to content

UNIGINE 2.2.1: Orbits Demo, Water Improvements, Oculus CV1, and Bugfixes


photo

Recommended Posts

Key Changes

  • New orbits demo
  • Water improvements (bigger waves, better reflections, better underwater mode)
  • Support for Oculus CV1 (consumer version)
  • Introducing export to FBX
  • Improved SimLights add-on
  • Other improvements and minor bugfixes

This release is mostly stabization one, however, it also brings some nice features.

 

orbits_sm.jpg

 

New Orbits Demo

 

The demo shows visualization of satellites' trajectories around the Earth. It features the following:

  • Visualization of dynamically generated trajectories.
  • Interactive satellite models.
  • 3D model of the planet.
  • Custom atmosphere rendering.
  • Night cities lighting.

Any trajectory can be generated in real-time by means of API (this can be useful for cases based on an external data feed). This demo is available in Sim edition only.

 

Water Improvements

 

Improved Reflections

 

Screen Space Reflection (SSR) technique works well for the majority of water conditions, however we decided to make water even more realistic with optional planar reflections, which can be especially useful for calm water (0-2 Beaufort).

You can enable it in the States tab of the material.

 

water_reflection_sm.jpg

 

Configurable Underwater Environment

 

Underwater environment now looks more physically correct: environment and Sun lighting affect the underwater color, and it is also possible to add additional turbidity, that is, make the water silty or crystal clear.

Fine tuning that is possible with the following new fog parameters: transparency, color, lighting depth, environment lighting, sun lighting. DOF distance can also be adjusted now.

 

underwater_sm.jpg

 

Accurate Beaufort Scale

 

Based on your feedback, we improved our Beaufort Scale, especially for violent storms.

 

 

Support for Oculus CV1

 

AppOculus plugin works with the latest version of Oculus SDK (1.3). It now lets you create VR apps for recently released Oculus Rift CV1 (Consumer Version) devices. Sound subsystem has been also improved to be HMD-compatible.

 

oculus-cv1_sm.jpg

 

FBX Workflow Improvements

 

Export to FBX

 

Introducing FBX export support: you can simply export a part of the scene from the UnigineEdtior and save it to .fbx file. This provides a wide range of use cases for artists: for example, after exporting the scene you can bake lightmaps with the 3rd-party tool (e.g. V-Ray). We're positive you're gonna come up with much more!

Export button is located in the Nodes window.

 

Supported node types:

  • ObjectMeshStatic
  • ObjectMeshSkinned
  • Players
  • Light sources

FBX Import Optimizations

  • Reduced memory consumption on import.
  • Improved triangulation algorithm.

Updated SimLights Add-On

  • Implemented runway sample featuring different light types: PAPI, RAIL, ALS (including rabbit lights).
  • Added blinking offset parameter.
  • Minor bugfixes.

sim_lights.jpg

 

Fine Control for Lighting and Reflections

 

Added new global parameters:

  • Ambient (environment) modulation, can be greater than 1.0 (useful for some dark scenes).
  • Reflection modulation.
  • Sky color modulation.

environment_sm.jpg

 

Added control for reflection and ambient light intensity into EnvironmentProbe. That enables you to easily convert any EnvironmentProbe either into a pure light probe, or a pure reflection probe.

 

environment_probes_sm.jpg

 

Other Improvements and Bugfixes

 

Renderer

  • Added new use_taa material state for post-processes. It provides an additional temporal anti-aliasing for the post-processing effects.
  • Removed delays (and a nagging splash screen) on rendering features changes; the engine now reloads shaders on-the-fly.
  • Changed ObjectBillboards fade factor calculation: all billboards will be faded simultaneously relative to the surface pivot.
  • render_reflection renamed into render_reflection_dynamic.
  • UUSL: added support for line primitives (LINE_IN) as geometry shader input.
  • Added support for panorama grabbing.
  • Fixed triplanar material.
  • Fixed terrain lighting.
  • Fixed ObjectGUI + WidgetSpriteVideo with logarithmic depth buffer.
  • Fixed clouds rendering with logarithmic depth buffer.
  • Fixed viewport and reflection masks for multi-monitor setups.
  • Fixed panorama rendering.
  • Fixed planar reflections for forward rendered materials.
  • Fixed font color modulation in gui_base material.
  • Fixed alpha test dependency from parent material settings.
  • Fixed saving of render_exposure_mode setting.

Sound

  • Added Sounds class to handle sound output source: you can specify the playback device via code.
  • Fixed sounds, they are now disabled when the applicatoin window gets inactive, or goes out of focus.
  • Fixed listener orientation for Oculus mode.
  • Added runtime default playback device change support, the engine will now automatically detect that.

API

  • Added engine.app.isActive() / App::isActive method to check if the application window is active or not.
  • Added public constructors to Node based classes in C# API, you can now easily create them using the "new" operator.
  • Added Node::isExtern() method that lets you check whether the node is of NodeExtern, WorldExtern, or ObjectExtern type.
  • Added direct access to ObjectDynamic vertex buffer.
  • Added new Environment and LightEnvironmentProbe intensity functions.
  • Added example of C++ class member callback.
  • Other API improvements, see details in API Migration Guide.

Miscellaneous

  • Added support for NodeExtern / ObjectExtern / WorldExtern nodes in Syncker.
  • ObjectGuiMesh now uses streaming.
  • "dynamic" flag has been renamed to "unique" in ObjectGuiMesh, ObjectMeshCluster, ObjectMeshClutter, ObjectMeshSkinned, ObjectMeshStatic, BodyPath, WorldTransformPath nodes.
  • Fixed extern node serialization.
  • Fixed Gui::addChild() and Widget::addChild(), those methods now will not change widget flags if you did not pass an explicit flags argument.
  • Fixed Body::setContactCallback() calls with 2 arguments.
  • Fixed WidgetLabel.setFontColor() on ObjectGUI.
  • Fixed loading resources stored in .ung files.
  • Fixed grass placement on the geodetic ellipsoid with disabled intersection flag.
  • A lot of minor bugfixes and improvements.

Documentation

 

Your feedback is much appreciated, as always.

Link to comment

Known Issues
 
Engine (2.2.1, ver-2.2-73f944a):

Editor (2.2, ver-2.2-73f944a):

Add-ons / Plugins:

SDK Browser (1.6.1, build 4812):

  • Sometimes buttons like "Run" will not react on click action.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
  • 2 weeks later...

Thanks Silent, 

 

we downloaded the Sim_Windows_SDK zip from Downloads for offline use.

In demos sections no demos are available. Let me Know how can i get for Offline use.

Link to comment

Hi Deepak,
 
I'm afraid, the only way to get this demo is to download it via SDK Browser. After that you can manually add demo into Sim_Windows_SDK.zip archive if needed. There is no standalone downloadable Orbits demo available.
 

In demos sections no demos are available.

If you are using offline mode - this is expected behavior. You will need a PC that have internet connection to get the Demos. Also you will need to login at the SDK Browser first and have at least a single SDK installed in SDKs section.

 

If you have installed SDK Browser with at least a single SDK is available in SDKs section and after login you still don't see any demos available for download, please send us SDK Browser logs from %userprofile%/AppData/Local/Unigine_SDK_Browser (browserxxxx.log files).

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
  • 2 months later...
×
×
  • Create New...