We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <></>; }
The text was updated successfully, but these errors were encountered:
Hello
We have recently merged a new commit to add suport for the new color space model in theejs wich should fix this issue.
I will publish a new version of the library soon.
Sorry, something went wrong.
No branches or pull requests
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 <></>;
}
The text was updated successfully, but these errors were encountered: