Search
Cart
Sign in
  • offerCustomer zone
  • offerYour special offers
  • offerYour orders
  • offerEdit account

  • offerAdd project
  • offerLiked projects
  • offerView your artist profile

  • Dark mode

Information Clause

In accordance with the art. 13 section 1 and 2 of the European Parliament and Council Regulation 2016/679 of the 27th April, 2016 on the protection of natural persons, with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation), hereafter RODO, I hereby inform that:

1. EVERMOTION S.C., 8 Przędzalniana Str., 15-688 Białystok, Poland is the Administrator of your Personal Data (APD)

2. Data Protection Inspector can be reached through e-mail: iod@evermotion.org

3. Your personal data are to be processed on the basis of art. 6 section 1 letter a, b and f of RODO in order to:
a) prepare, conclude and execute the agreement and for other purposes approved by you,
b) to execute the legitimate interest like marketing of products and the agreement, claim assertion or defence against claims resulting from the law regulations.

4. Entities entitled to the reception of your personal data may be the authorised public bodies; mail providers; providers of the services covered by the agreement; responsible for debt recovery, keeping the archives, document utilization, legal consulting, technical services, IT services and accountancy.

5. Your personal data shall not be transferred to the third country, nor to the international bodies.

6. Your personal data shall be processed within the period of the agreement and upon your additional consent until you withdraw it. APD shall keep the data for the period of any civil law claim execution connected with the agreement.

7. You have the right to demand an access to your personal data, to correct or to delete the data if there is no other basis for the processing or any other purpose of such processing or to limit the processing of the data, to transfer the data to another administrator and to raise objections to the further data processing if there is no legal basis for further processing and to withdraw any previous consent.

8. You provide the personal data voluntarily, however they are necessary to conclude the agreement. The refusal of providing such data may result in the refusal of the agreement conclusion.

9. You have the right to lodge a complaint to the Personal Data Protection Office when in your opinion the data processing violates the regulations of General Data Protection Regulation of the 27 April, 2016 (RODO).

10. Your data will be automatically processed, including the form of profiling.
11. You are obligated to forward above mentioned information to your representative, especially if you appointed this person in the agreement as the contact person or as the representative for the agreement execution.

OK

Unreal Engine 4.8 released!

Press release 2015-06-11 09:17 article  > Software

Read about many cool new features!

Improved Editor Stability and Quality of Life

This was a really big focus for Unreal Engine 4.8. With every Unreal Engine release we fix hundreds of bugs and add many new features, but with Unreal Engine 4.8 we've worked hard to improve editor and game stability, as well as to address many of the most common engine bugs and small feature requests. We hope that the result is a very solid engine runtime and editor, and we'll continue to make stability a big focus of future releases.

New: SteamVR/HTC Vive Support

Click on image to enlarge image_0.jpg

Unreal Engine now has comprehensive support for Valve's SteamVR API and HTC Vive hardware!
  • Preview your game instantly on a connected HTC Vive using the "VR Preview" button!
  • All HTC Vive motion controller features are supported, and controller buttons/touchpads are bindable
  • Full support for both room scale and seated experiences.

New: Landscape Grass Renderer

Click on image to enlarge image_2_1.jpg

The new grass system dynamically renders instanced grass and other ground clutter meshes on the landscape around the player.
 
  • As the player moves through the world, new instances are added, and instances no longer in range are removed.
  • Artists author grass density through the landscape material, by outputting density to a Landscape Grass Output node. This allows the grass placement to match the terrain texturing!
  • Grass instances are procedurally generated by a background task according to the grass density map.
  • Grass is efficiently rendered using a hierarchical instancing system that implements culling while keeping draw calls to a minimum. LOD transitions are per-pixel and fairly seamless due to Temporal AA.
  • See the "Landscape Grass Tools" section below for information about how to set this up!

New: Hierarchical Level-Of-Detail System

Click on image to enlarge image_3.jpg

This new Hierarchical LOD feature automatically creates LODs for groups of meshes. This greatly reduces draw calls and polygon counts when they are visible from a distance. This is great for open world games!
 
  • Groups of meshes to combine are found automatically. If Simplygon is available, it will be used to generate the low-detail mesh for a group. If not, the LOD version of each mesh will be combined (using the Merge Actors feature). Materials are merged automatically if possible, to reduce section (material) count.
  • To use Hierarchical LOD, set Enable Hierarchical LOD System to be true in World Settings. Once enabled, you'll be able to edit settings in the LODSystem section.
  • Individual Actors can opt out by disabling their Enable Auto LOD Generation option.
  • LOD meshes are generated as part of the 'Level Build' process, or by selecting Build LODs in the Build menu.

New: Procedural Foliage Generator (Experimental)

Click on image to enlarge image_4.jpg

There is a new experimental feature for procedurally generating huge (or tiny, or medium-sized) regions of foliage instances quickly.
 
  • Foliage Type assets now have properties to customize how they spread and grow over the course of a simulation.
  • Multiple procedural foliage types can be simulated alongside one another to generate the foundations of an entire forest!

New: High Quality Depth of Field and Tone Mapping

Click on image to enlarge image_7.jpg

New depth of field algorithm called "Circle DOF".
 
  • New depth of field algorithm called "Circle DOF"
    • High performance DOF technique with circle bokeh and nice transitions from in to out of focus
    • Circle DOF controlled by physical camera parameters: fstop, focal length, focal distance
    • Supports a distance based blur to simulate light scattering through the atmosphere
  • New film like color and tone response
    • Matches the Academy Color Encoding System (ACES) (https://www.oscars.org/science-technology/sci-tech-projects/aces)
    • Added additional color grading and white balance.
    • Baked into 32x32x32 LUT so it is 50% faster than before.
    • r.TonemapperFilm 1 to enable

New: Redesigned Foliage Editor

Click on image to enlarge image_7.jpg

The foliage editor has recently undergone a redesign! Besides improved usability, the new layout gives you the ability to more easily work with a large number of foliage types in the palette at once.
 
  • Easily create new Foliage Types directly from the foliage view with the "Add Foliage Type" button.
  • Foliage thumbnails have buttons for toggling visibility and saving the asset, as well as the total instance count.
  • You can now activate or deactivate multiple foliage types at once with multi-select.

New: Screen-Space Reflections for Translucent Surfaces

Click on image to enlarge image_11.jpg

Translucent surfaces can now dynamically reflect other objects on the screen!
 
  • Enable on translucent materials with the 'Screen space reflections' option

New: Landscape Grass Tools

New editor features have been added for setting up instanced meshes for the grass rendering system.

  • Each type of grass is described by a new Landscape Grass Type asset type, and each grass type can specify multiple static meshes for variation.
  • A grass density map is generated from the landscape's material. A Landscape Grass Output node should be added to your landscape material, and one or more Landscape Grass Type assets can be assigned. For each grass type, a new input connection will appear, which is used to specify the grass density.
  • Connecting a Landscape Layer Sample node directly will allow a landscape layer to specify the grass density. You can also connect a network of nodes to create more complex placement rules such as automatically removing grass based on surface normal or altitude or using multiple landscape layers.

The list of all changes is huge and you can find it on Unreal Engine site.

Author: Press release Editor: Michał Franczak
Tags:
You may also like...
Using 3D models in game design: Innovative approaches to production

Using 3D models in game design: Innovative approaches to production

In game development, 3D modeling is now a fundamental shift towards creating immersive and visually captivating gaming experiences.
×

LEAVE A COMMENT

You need to be logged in to leave a comment. Don't have account? Register now.