Update roadmap
This commit is contained in:
parent
1574256328
commit
c7f7f85992
3 changed files with 12 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -68,3 +68,13 @@ scons platform=windows use_mingw=yes use_llvm=yes
|
||||||
- Reduce pixel artifacts
|
- Reduce pixel artifacts
|
||||||
- Adjust antialiasing
|
- Adjust antialiasing
|
||||||
- Ensure there are mipmaps and they're used
|
- Ensure there are mipmaps and they're used
|
||||||
|
- Increase sense of urgency/stress when tracking the visual height cue
|
||||||
|
- Change the perspective to make the ball leave the strip for smaller error
|
||||||
|
- Time to complete the task
|
||||||
|
- Configurable length
|
||||||
|
- Some way to verify completion
|
||||||
|
- Some way to reset it
|
||||||
|
- Sound cue for desired and required timing
|
||||||
|
- Visual timing like progress bar
|
||||||
|
- Also change color
|
||||||
|
- On the vertical cue or instrument panel?
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ transform = Transform3D(1, 0, 0, 0, 0.980955, 0.194234, 0, -0.194234, 0.980955,
|
||||||
transform = Transform3D(-0.5, -1.27582e-08, 7.43353e-08, 4.33325e-10, 0.4923, 0.0874084, -7.5421e-08, 0.0874084, -0.4923, 0.00724897, -1.1581, 2.40391)
|
transform = Transform3D(-0.5, -1.27582e-08, 7.43353e-08, 4.33325e-10, 0.4923, 0.0874084, -7.5421e-08, 0.0874084, -0.4923, 0.00724897, -1.1581, 2.40391)
|
||||||
|
|
||||||
[node name="MarshConnector" type="MarshConnector" parent="."]
|
[node name="MarshConnector" type="MarshConnector" parent="."]
|
||||||
|
hostname = "192.168.1.2"
|
||||||
|
|
||||||
[connection signal="use_fallback" from="." to="AttitudeRoot/PilotEyes" method="_on_aircraft_use_fallback"]
|
[connection signal="use_fallback" from="." to="AttitudeRoot/PilotEyes" method="_on_aircraft_use_fallback"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ albedo_texture = SubResource("ViewportTexture_h5at3")
|
||||||
|
|
||||||
[node name="Instruments" type="Node3D"]
|
[node name="Instruments" type="Node3D"]
|
||||||
script = ExtResource("1_h5at3")
|
script = ExtResource("1_h5at3")
|
||||||
|
lidia_hostname = "192.168.1.2"
|
||||||
|
|
||||||
[node name="SubViewport" type="SubViewport" parent="."]
|
[node name="SubViewport" type="SubViewport" parent="."]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue