physics debug view plan
This commit is contained in:
parent
6e9d38604e
commit
7c306da7b0
@ -11,6 +11,15 @@ pub fn required_limits()->wgpu::Limits{
|
|||||||
wgpu::Limits::default()
|
wgpu::Limits::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// physics debug view:
|
||||||
|
// render two meshes adjacent according to Minkowski FEV
|
||||||
|
// render additional mesh at path point
|
||||||
|
// render path parabola
|
||||||
|
// highlight meshes according to Minkowski FEV
|
||||||
|
//
|
||||||
|
// debug process:
|
||||||
|
// press a button to step physics by one transition
|
||||||
|
|
||||||
struct Indices{
|
struct Indices{
|
||||||
count:u32,
|
count:u32,
|
||||||
buf:wgpu::Buffer,
|
buf:wgpu::Buffer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user