Skip to content
tristan edited this page Sep 19, 2018 · 1 revision

New Features

Parallax mapping

Parallax

Support for parallax in the UPBGE (only in perspective view (not in orthographic view))

Tuto to create normal maps for parallax:

Tuto to show how to use parallax in UPBGE:

Movement sensor

Movement sensor UI

Add a movement sensor that detects if an object is moving. Below a certain threshold, the movement is not detected. The movement can be detected with local or global axis.

New Compatibility System

The UPBGE treats now conversion from old UPBGE files or non-UPBGE files. But the descendant compatibility is broken. You have to ensure you never save an UPBGE file with regular blender because it will destruct all UPBGE file info. (see #3b0413)

Material Caching Option

This option was removed because it allow the user to duplicate the materials in multitexture. Since UPBGE will remove this render mode this option can be easily removed. (see #e66728)

Bug fixed

  • VBO segfault in blender UI draw. (see #8a84fe, #f38a00).
Clone this wiki locally