Project

General

Profile

Download (9.32 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / meshfile / MeshFileActivity.java @ 77e66c58

# Date Author Comment
77e66c58 06/09/2023 12:31 AM Leszek Koltunski

in API 34 R.id. things are no loger constants and cannot be used in switches.

1bb5d3b7 10/28/2021 01:06 PM Leszek Koltunski

Add testing of MeshPolygon to the MeshFile app.

a9df241d 11/16/2020 12:04 PM Leszek Koltunski

More support for using the library from more than one activity

1beffb69 09/14/2020 10:30 PM Leszek Koltunski

Procedural Skewb cubits and the Skewb mesh for MeshFile.

6991ece5 09/10/2020 02:03 PM Leszek Koltunski

Add possibility to display also a procedurally created Mesh in MeshFile.

81c7daef 08/25/2020 05:48 PM Leszek Koltunski

Update all the dmeshes to versions 2. Add the Dino dmesh.

8aece7f2 08/14/2020 12:10 PM Leszek Koltunski

Progress with the MeshFile app.

39b925d5 08/13/2020 10:40 PM Leszek Koltunski

Progress with the MeshFile app: disappear works now.

7198e5c9 08/13/2020 10:00 PM Leszek Koltunski

Progress with the MeshFile app.

16b336db 08/13/2020 02:00 PM Leszek Koltunski

Add a 'Scale' seekBar to the MeshFile app.

c0f27889 07/22/2020 09:53 AM Leszek Koltunski

We need to pause an Activity in the following way:

1) Activity.onPause()
2) View.onPause()
3) Library.onPause()

otherwise sometimes there are artifacts when pausing!

099d8f8b 07/20/2020 05:57 PM Leszek Koltunski

Make the MeshFile app survive a period of being paused.

48c88f57 06/14/2020 06:30 PM Leszek Koltunski

Progress with the MeshFile app.

acad428e 06/13/2020 08:28 PM Leszek Koltunski

Reading a mesh from the .dmesh file works now.

1af8e143 06/13/2020 02:52 PM Leszek Koltunski

Reading a mesh from the .dmesh file might work now. Checked on two small meshes.

71c7624f 06/13/2020 12:33 AM Leszek Koltunski

Progress with MeshFile

42aa970f 06/13/2020 12:12 AM Leszek Koltunski

Skeleton of a new App: MeshFile