Conversation
Co-authored-by: keiya sasaki <34934510+keiya01@users.noreply.github.com>
… resium (#34) Co-authored-by: keiya01 <34934510+keiya01@users.noreply.github.com>
Co-authored-by: keiya sasaki <keiya.s.0210@gmail.com> Co-authored-by: keiya sasaki <34934510+keiya01@users.noreply.github.com>
feat: support rendering GeometryCollection
Co-authored-by: keiya sasaki <34934510+keiya01@users.noreply.github.com>
Co-authored-by: lby <icesunex@hotmail.com>
Co-authored-by: keiya01 <34934510+keiya01@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
fix: ensure terrainProvider is applied on initial mount via direct ref
feat(core): return cesium credit conditionally in getCredits
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…sium 1.139 (#145) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
chore: release 0.0.7-alpha.76
…ing (#155) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: release 0.0.7-alpha.78
Replaces the hardcoded requestWaterMask: true (added in #158) with an optional waterMask?: boolean on TerrainProperty. Defaults to true so existing behavior is preserved. Consumers can now pass waterMask: false to disable the water surface effect. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ndition The package's "exports" field has no "types" condition, so TypeScript with moduleResolution:bundler cannot link the ESM import to index.d.ts. Switch to require() which bypasses exports-field resolution and add an explicit return-type cast so downstream uses are still fully typed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hange Projects built before requestWaterMask was enabled had it off by default. Defaulting to true would silently turn on water surface effects for all existing projects on upgrade. Default false preserves prior behavior; users opt in explicitly via the new toggle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Switch from require() workaround to a direct default import with a @ts-ignore comment to bypass the missing "types" exports condition. This avoids @typescript-eslint/no-var-requires and removes the now- unnecessary eslint-disable directives. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The @ts-ignore workaround was not needed — the original ESM import was always correct at runtime (Vite resolves via exports.import). The TS7016 error exists on main too and CI does not run tsc, so there is no regression. Reverting to keep this PR focused on the waterMask feature only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat(terrain): add configurable waterMask prop
chore: release 0.0.7-alpha.79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
New Features
Geoidcomponent for geoid height retrieval based on coordinates.Enhancements
ViewerPropertyinstead ofSceneProperty.