Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MaibornWolff/codecharta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MaibornWolff/codecharta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/height-scale-modes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 33 files changed
  • 2 contributors

Commits on Feb 25, 2026

  1. feat(visualization): replace isLogScaleHeight with HeightScaleMode enum

    Replace the boolean isLogScaleHeight toggle with a HeightScaleMode enum
    offering 6 scaling modes: Linear, Logarithmic, Square Root, Power
    (configurable exponent), Hybrid Linear-Log, and Percentile. All modes
    normalize output to [0, maxHeight] range.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    christian-huehn-mw and claude committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    7816b49 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. feat(visualization): exclude folders and floor labels from height sca…

    …ling
    
    Height scaling now only affects leaf building heights via a shader
    uniform (uBuildingHeightScale), keeping folder platforms and floor
    labels at fixed positions. Raycasting bounding boxes and export mesh
    are updated to match the new per-instance scaling behavior.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    christian-huehn-mw and claude committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    c522c60 View commit details
    Browse the repository at this point in the history
Loading