Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Listener probes at high altitudes? #16

Open
borogove opened this issue Jan 10, 2020 · 5 comments
Open

Listener probes at high altitudes? #16

borogove opened this issue Jan 10, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@borogove
Copy link

Is there any way to control the altitude of the listener probes? We're considering various low-gravity locomotion and "super-jump" features which could take the player avatar high off the ground. I guess we can add invisible, non-collidable geo tagged as acoustic navigation for level specific cases, but a more general solution that allows for the assumption that the player can reach high altitudes at any point in the game would be nice. It looks like you currently place probes at two fixed altitudes; being able to say "probe at 1m, 2m, 4m, and 8m altitudes" would let us experiment with different cost vs accuracy tradeoffs.

@MikeChemi
Copy link
Member

The recommended way is as you say - use some invisible geometry as additional acoustics navigation regions. I've assigned to Nikunj in case he has any other ideas to share.

@MikeChemi MikeChemi added the enhancement New feature or request label Jan 10, 2020
@AndersMalmgren
Copy link

I have a related question. We have a 512x512 scene, but most of it is just open terrain. Wold it be ok to sparsely place navigation mesehs over the terrain. So lets say each probe is maybe 10 meter or more apart instead of the default 3.5 meters.

Can it introduce artifacts on open terrain? In more complex places I will offcourse keep the 3.5 meter placement

@nikunjragh
Copy link

nikunjragh commented Feb 6, 2020

If most of the scene is open, I would actually suggest setting the max spacing parameter to, say, 8 meters or similar and run the pre-bake - the probe layout does try to be smart and will try to still sample narrow regions more densely and drop the resolution in open areas. See if you like what it generates.

@AndersMalmgren
Copy link

Sadly it has some indoor elements let me see if I can get a video from the actual scene,

@AndersMalmgren
Copy link

As you can see here its a mix of open terrain and tight indoor environments

https://youtu.be/z8rleRjkAA0

I will try to play around with max distance and see how it works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants