Skip to content

Commit

Permalink
sweep: Add anisotropy attribute to renderer in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Aug 3, 2023
1 parent a3cc351 commit 6d2a504
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D Street</title>
</head>
<body>
<a-scene
vr-mode-ui="enterVRButton: #custom-enter-vr-button;"
vr-mode-ui-if-headset
renderer="colorManagement: true; physicallyCorrectLights: true; anisotropy: 16"
inspector="url: //3dstreet.app/dist/3dstreet-editor.js"
notify
>
<!-- Rest of the scene elements -->
</a-scene>
</body>
</html>

0 comments on commit 6d2a504

Please sign in to comment.