Skip to content

Commit

Permalink
Merge pull request #332 from 3DStreet/sweep/replace-anisotropy-component
Browse files Browse the repository at this point in the history
Replace custom anisotropy component with built-in A-Frame feature
  • Loading branch information
kfarr committed Nov 30, 2023
2 parents 8864a7a + b7577aa commit acf9777
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
4 changes: 2 additions & 2 deletions dist/aframe-street-component.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>

<a-scene
renderer="colorManagement: true; physicallyCorrectLights: true;"
renderer="colorManagement: true; physicallyCorrectLights: true; anisotropy: 16;"
inspector="url: //3dstreet.app/dist/3dstreet-editor.js"
notify
metadata
Expand Down
36 changes: 0 additions & 36 deletions src/components/anisotropy.js

This file was deleted.

1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require("babel-polyfill");
if (typeof VERSION !== 'undefined') { console.log(`3DStreet Version: ${VERSION} (Date: ${new Date(COMMIT_DATE).toISOString().split('T')[0]}, Commit Hash: #${COMMIT_HASH})`); }
var streetmixParsers = require('./aframe-streetmix-parsers');
var streetmixUtils = require('./tested/streetmix-utils');
require('./components/anisotropy');
require('./components/gltf-part');
require('./lib/aframe-cursor-teleport-component.min.js');
require('./lib/animation-mixer.js');
Expand Down

0 comments on commit acf9777

Please sign in to comment.