Jolt-specific context configurations These are going to be internally integrated to jolt_context. More...
#include <jolt_components.hpp>
Public Attributes | |
| uint32_t | allocation_amount = 10 * 1024 * 1024 |
| thread_type | thread_type = thread_type::default_system |
| Specifying which threading system to use for Jolt. | |
| uint32_t | physics_threads |
| uint32_t | max_jobs_power = 10 |
| uint32_t | max_barriers = physics_threads * 16 |
| bool | enable_multithread = true |
| uint32_t | max_bodies = 16384 |
| uint32_t | max_body_pairs = 32768 |
| uint32_t | max_contact_constraints = 8192 |
Jolt-specific context configurations These are going to be internally integrated to jolt_context.
As these parameters currently are going to be specific to Jolt.
These parameters are also only specific to the construction-level, not initiation level of the API's
| uint32_t atlas::physics::jolt_settings::physics_threads |