H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
35 stars 17 forks source link

Allow facing detectors for region sensors. #366

Closed Hoikas closed 1 year ago

Hoikas commented 1 year ago

This allows Region Sensor nodes to export plObjectInVolumeAndFacingDetector, which only triggers the region sensor when an avatar is in the region, facing a certain direction (within a tolerance amount), and (optionally) moving forward.

BREAKING CHANGE: The Facing Target node can now only link to a single condition node.

A companion pull request is available for Plasma to ensure that swimming forward satisfies the moving forward condition. See H-uru/Plasma#1362.

A test Age blend file is available.

Closes #360.

Hoikas commented 1 year ago

@Hazado Does this meet your requirements?

Hoikas commented 1 year ago

Pinging @Hazado for response

Hoikas commented 1 year ago

Lack of feedback interpreted as implicit approval.