I'll adjust the ReferenceArcs component to create slightly less pronounced parabolas for a more subtle visualization.
Let's update the ReferenceArcs component:
Here are the key changes made to tone down the parabolas:
In the createArc function:
Adjusted individual arc heights for each reference type:
These changes result in more subtle parabolic arcs that still clearly show the relationships between cells while being less dramatic in their curvature. The arcs will now have a gentler, more understated appearance that maintains the visual representation of cell references without dominating the scene.
The color scheme and overall structure remain the same, ensuring consistency with the previous versions. You should now see:
This adjusted visualization provides a balanced view of the spreadsheet structure and cell references, allowing for a clear understanding of the data relationships without overpowering the overall scene.
I'll modify the ReferenceArcs component to display the arcs only on the bottom side of the spreadsheet plane.
Let's update the ReferenceArcs component:
Here's a summary of the changes:
ReferenceArcs component:
createArc function to create arcs below the plane by inverting the Y direction.Main scene (app/page.tsx):
These changes result in a visualization where:
THREE.DoubleSide material).The color scheme, arc heights, and overall structure remain the same as in the previous version. Users can still use the OrbitControls to view the spreadsheet from any angle, but the default view will now show the arcs on the bottom side.
This new setup maintains the clear visualization of cell references while presenting them from a different perspective. It offers an interesting and unique view of the spreadsheet structure, highlighting the relationships between cells from below.