From 2d420d76769896edd239cccd8f0f8727d5294a5a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 18 Jan 2024 15:24:00 -0800 Subject: [PATCH] good idea --- src/map.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/map.rs b/src/map.rs index 0cd0330..19f7dc6 100644 --- a/src/map.rs +++ b/src/map.rs @@ -12,6 +12,11 @@ u64 num_nodes for node_id in 1..num_nodes{ u64 parent_node } + +//NOTE: alternate realities are not necessary. +//portals/wormholes simply use an in-model and and out-model. +//skyboxes are inverted models with a special shader. + //ideally spacial blocks are sorted from distance to start zone //texture blocks are inserted before the first spacial block they are used in u64 num_spacial_blocks