SL22W07: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




* Chunkli sub-chunk data management approach:
*'''Chunkli sub-chunk data management approach:'''


* define location as middle loc
*define location as middle loc
* use width, height, depth as params
*use width, height, depth as params
* use noise function for roughness
*use noise function for roughness
* detect features and fully include or exclude
*detect features and fully include or exclude
* action for asteroid field grabs multiple places on surface/ underground and moves them within the area.
*action for asteroid field grabs multiple places on surface/ underground and moves them within the area.
* create asteroidfield from world location+radius
*create asteroidfield from world location+radius
* replacement map for blocks
*replacement map for blocks
* create asteroid plot action config
*create asteroid plot action config


* needs object definition smaller than a chunk
*needs object definition smaller than a chunk
* define whole chunk area, add sub-selection for the feature dimension
*define whole chunk area, add sub-selection for the feature dimension
* test movement mode of smaller selections with asteroids
*test movement mode of smaller selections with asteroids
* chunk save minified
*chunk save minified
* creates normal chunk area but only selects blocks not air
*creates normal chunk area but only selects blocks not air
* chunk modify
*chunk modify
* starts movement mode of saved area
*starts movement mode of saved area
* kept in chunkli storage. movement updates
*kept in chunkli storage. movement updates

Revision as of 15:58, 14 February 2022

◄ SL22W06 | SL22W08 ►


  • Chunkli sub-chunk data management approach:
  • define location as middle loc
  • use width, height, depth as params
  • use noise function for roughness
  • detect features and fully include or exclude
  • action for asteroid field grabs multiple places on surface/ underground and moves them within the area.
  • create asteroidfield from world location+radius
  • replacement map for blocks
  • create asteroid plot action config
  • needs object definition smaller than a chunk
  • define whole chunk area, add sub-selection for the feature dimension
  • test movement mode of smaller selections with asteroids
  • chunk save minified
  • creates normal chunk area but only selects blocks not air
  • chunk modify
  • starts movement mode of saved area
  • kept in chunkli storage. movement updates