-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, I'm doing a simple example on r3f canvas and the tiles are not the true color, any clue?
function Map2d() {
const { scene } = useThree();
// const provider = new GoogleMapsProvider('AIzaSyBGBfaz8uqHKVOTEUDq9JHlG_UCddzeZ2w');
const provider = new OpenStreetMapsProvider();
const map = new MapView(MapView.PLANAR, provider);
map.position.set(0, -1, 0);
map.scale.set(10000, 10000, 10000);
// Set the map material in three.js
scene.add(map);
return <></>;
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
