Project

General

Profile

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

examples / src / main / java / org / distorted / examples / meshfile / MeshFileActivity.java @ 8aece7f2

# Date Author Comment
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