Share My Creation new improved fun clinometer

Hi all,

i finished my V2 of the Clinometer. There are two button R and D. R means real Mode "direct from Orientation Sensor.D means differention Mode In active mode the button is green. D mode resets the values to zero and the messuarement begins from this Point. A long touch resizes the eye.

i had to split the zip file, so get both. Extract the second zip file to the files folder.

Any improvements ?

You have to use the opengl 1.7 library

Grobi71
 

Attachments

  • clino2.jpg
    clino2.jpg
    8.9 KB · Views: 7,126
  • Clino2.zip
    255.6 KB · Views: 770
  • face.zip
    221.6 KB · Views: 715
Last edited:

squaremation

Active Member
Licensed User
Longtime User
had a question, how to you reference the position w/ B_Auge to position the .model file where you want it?

Great App BTW:sign0098:
 

grobi71

Member
Licensed User
Longtime User
Hello squaremation,

if i understand you right: play around with line 75 to line 88
vaiable test1 indicates the dot number of the Display (small,medium,large)


Select test1
Case 1
Activity.AddView(glsv,136dip,109dip,90dip,90dip)
distZ=-11

Case 2
Activity.AddView(glsv,137dip,138dip,90dip,90dip) 'Activity.Height -60dip
distZ=-11

Case 3
Activity.AddView(glsv,183dip,198dip,90dip,90dip) 'Activity.Height -60dip
distZ=-8.5

End Select

Best regards
Grobi
 
Top