Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#44 fixed Reimplementing Orxonox Level terrain for Debug Levels nobody patrick
Description

The goal is to reimplement the ground terrain in the existing debug levels (currently some nice sinusoidal hills with snow on their top).

Reasons/Requirements:

  • The ground must be modular (=exchangeable), so there has to be a possibility to change the ground form without changing mathematical functions (sin/cos)
  • There has to be a simple way to add terrains coming from diffrent types of files (having different date sources):
    • Height Map
    • Obj Files
    • self generated terrain matrices (as it is currenty the case)
  • Working without errors on ALL platforms

Implementation:

  • The problem is a typical class/object-problem, closed in itself so shall it be implemented
  • There shall be different ground-data-types for each ground-type (height-map (existing) and obj-loader (existing))
  • Class of type WorldEntity
  • The ground-types must be separatable into different parts for the application of octtrees and such techniques.
#45 fixed Debug Level patrick patrick
Description

Implement a debug level, that shows all posibilities, that the pnode system of orxonox can offer… its realy open this one…

#46 fixed TrackManager (fix) bensch bensch
Description

The TrackManager needs some fixes:

  1. Creation Method

Errors have to be fixed here. meaning that the trackManager should have a creation pipe, that really works, with no loops, holes. multiple checks and so on

  1. Curves

Need of a new Curve is at hand. The curve should be like this: Flow through all points Speed-regulating Think about some more

  1. Many more fixes, I have not yet discovered.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.