-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
Transparent base color #23
Comments
This is currently not supported, but PRs are welcome! |
@shuding, i want to change the baseColor but why it's not working? It's getting wrong color for some times. `import createGlobe from "https://cdn.skypack.dev/cobe";
is there problem with my codes? |
I figured out, baseColor: ["0", "170", "255"] => baseColor: [0/255, 177/255, 255/255] |
Hello, is it possible to set a transparency level for the base color? Many thnxs!
The text was updated successfully, but these errors were encountered: