jMonkeyEngine / jMonkeyEngine/jmonkeyengine

PhysicsGhostObjects "bodyEnter", "bodyExit" "Colliders as Triggers"

Open
#1,102 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Physics
Dominant language
Java
Stars
4.3k
Forks
1.2k
Avg merge
4d 7h
Merged PRs (30d)
14

Description

add collision areas bodyEnter, bodyExit
I have observed that in unity there are these functions and they really are very practical, mainly because when doing body in jmonkey engine it detects many collisions and this brings many problems when activating events since for example a sound repeats many ...
I leave a 2-minute vide of example unity to understand the concept ..

https://www.youtube.com/watch?v=m0fjrQkaES4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the PhysicsGhostObjects implementation and its existing collision event handling. Use the linked Unity video to clarify the requested bodyEnter and bodyExit behavior; done means defining and implementing collision-area events that avoid repeated activation when a body remains in contact.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.