auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -19591,6 +19591,26 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="form-section">
|
||||
<label className="form-field form-field--toggle">
|
||||
<span className="label">Show LoD Grid</span>
|
||||
<input
|
||||
data-testid="terrain-lod-grid-visible"
|
||||
type="checkbox"
|
||||
checked={selectedTerrainLodGridVisible}
|
||||
onChange={(event) =>
|
||||
handleTerrainLodGridVisibleChange(
|
||||
event.currentTarget.checked
|
||||
)
|
||||
}
|
||||
/>
|
||||
</label>
|
||||
<div className="material-summary">
|
||||
Shows the selected terrain's active LoD chunks as a
|
||||
rainbow wireframe overlay in the editor viewport.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="form-section">
|
||||
<div className="label">Terrain Sculpt</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user