Releases: castle-engine/castle-model-viewer-mobile
Latest release (Auto-Updated Snapshot)
This is the absolutely latest version (automatically build from the latest commit) of this project.
Note: Ignore the date of this release shown by GitHub, which may be far in the past. This snapshot
release is being constantly updated, based on the commits to the "master" branch. The files available to download here always reflect the very latest code version.
Fixes to open own files, new glTF demos like animated cat, docs and UI improvements
-
2 fixes for opening your own models.
-
Updated the README to communicate better how to open files. Read it on https://github.com/castle-engine/view3dscene-mobile/blob/master/README.md#view3dscene-mobile . We also remade the "Open" user interface in the application, to also specify how to open your files, and link to above README.
-
We added examples of self-contained models to https://github.com/castle-engine/view3dscene-mobile/tree/master/example_models .
-
We removed some, added some examples to view3dscene-mobile built-in demos. You should enjoy now the animated cat :)
-
We remade the "Options" UI to be simpler.
Android critical fix and minor improvements
-
Fixed Android issue at start (tried opening non-existing file
ene.mobile
) -
Better navigation in some models thanks to using
autoCenterOfRotation TRUE
in viewpoints -
Auto-play 1st animation, makes Dragon Spine more impressive
-
"Done" -> "Close" button, and fix size of the info panel
Updated to use latest Castle Game Engine
We have updated view3dscene-mobile to use the latest Castle Game Engine (snapshot version, soon 7.0-alpha3) and benefit from all CGE developments in recent years, like glTF, X3D features and optimizations. See all recent CGE features.
Note that, while the downloads contain both mobile (APK for Android) and desktop (Windows, Linux, macOS) release, we expect most people that come here will use the APK for Android. If you're looking for a model viewer for desktop, better download desktop view3dscene with all features on desktop.
Fix warning about permission message
v1.4.0 Version bump
Fix opening files from external storage
This release fixes opening files from the external storage. When you run the application, it will first ask you for permissions to access your media.
The description "Opening your own files" on https://github.com/castle-engine/view3dscene-mobile/blob/master/README.md may be also helpful.
Improve ZIP opening
In case the ZIP file contains multiple scene files and one of them is called library
, choose the other. This improves support for Room Arranger scenes.
First batch of fixes after alpha1
Various fixes and improvements (in view3dscene-mobile and Castle Game Engine repositories):
- More demos: Spine and glTF models
- Fix: glTF reading on Android
- Fix: PLUG_ warning
- Fix: Default camera initialization on load
- Fix: Falling down infinitely when switching Examine->Walk
- Fix: Using "touch control" to move
First public Android APK for testing
v1.0-alpha1 Add icon