Skip to content

Commit

Permalink
2024/01/11 - Setting up debug - Need some better infrastructure for this
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jan 11, 2024
1 parent 3e6fdba commit e275e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@orbitmines/explorer/debug/DebugCanvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import {useThree} from "@react-three/fiber";
import {Stats, StatsGl} from "@react-three/drei";
import _ from "lodash";

// TODO: What about showing disconnect when multiple things are rendered at the same position??
// TODO: It's, rende rboth draw equivalence, then ignore the difference from either perspective or take some middle thing. - Line from both ends, also vertex? (or take the pos, take the x from one/other, y from the other/..)

// TODO: Could be a function on Ray (any func really)
const Render = ({ ray }: { ray: Ray }) => {
const initial: Required<InterfaceOptions> = ray.self.initial.as_reference().render_options;
Expand Down

0 comments on commit e275e25

Please sign in to comment.