-
Notifications
You must be signed in to change notification settings - Fork 34
v2.45.0 #273
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
Merged
Merged
v2.45.0 #273
Conversation
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
Member
doranteseduardo
commented
Dec 8, 2025
- Add Cloud Anchors
- Add Geospatial API
- Add Semantics Mode
Core Geometry & Materials 1. Non-indexed geometry support - Primitives without index buffers 2. LINE_LOOP primitive type - Converted to line strip with closing segment 3. TRIANGLE_FAN primitive type - Converted to individual triangles 4. Mipmap filter modes - Proper separation of min/mip filtering 5. Alpha masking (MASK mode) - With alphaCutoff support 6. Emissive materials - emissiveFactor and emissiveTexture 7. STEP animation interpolation - Discrete keyframe transitions 8. Sparse accessor support - Override specific buffer values Camera & Scene 9. Perspective cameras - FOV, near/far planes, aspect ratio 10. Orthographic cameras - xmag, ymag, clipping planes 11. Default scene selection - Respects model.defaultScene Lighting (KHR_lights_punctual) 12. Directional lights - Color, intensity 13. Point lights - Color, intensity, range/attenuation 14. Spot lights - Color, intensity, range, inner/outer cone angles Material Extensions 15. KHR_materials_unlit - Constant/unlit lighting model 16. Normal texture scale - Controls bump intensity 17. Occlusion texture strength - Controls AO influence
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.