Release Notes for Version 5.5.1

From C4 Engine Wiki
Revision as of 10:20, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "__NOTOC__ '''Release date:''' December 6, 2016 (C4 version 5.5.1 corresponds to Tombstone version 1.5.1.) == Core Engine == * The API documentation has been corrected in many places to update function names in cross references. === World Manager === * New settings have been added to the Interaction property that let you specify object-space axis and angle constraints that have to be satisfied for an object to appear interactive. The direction that the camera is look...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Release date: December 6, 2016

(C4 version 5.5.1 corresponds to Tombstone version 1.5.1.)

Core Engine

  • The API documentation has been corrected in many places to update function names in cross references.

World Manager

  • New settings have been added to the Interaction property that let you specify object-space axis and angle constraints that have to be satisfied for an object to appear interactive. The direction that the camera is looking must be within the specified angle of the selected axis or an interaction will not be detected. The angle constraint is specified as the minimum cosine of the angle between the look direction and the axis. The constraint can be disabled by selected <None> as the axis, and in that case, the Interaction property behaves as it does in previous versions.

Tools

Texture Generation

  • The texture generation code for environment maps, cube projections, spot projections, impostor textures, and radiosity spaces had been broken by changes to other parts of the engine. They now all work correctly.

World Editor

  • Fixed a problem that would cause emitter volumes to disappear when you zoom in on them.