Esempio n. 1
0
        public override void Update()
        {
            PreUpdate();
            physicsExample.Update();

            UserVars.setValue("MeshCount", physicsExample.GetElements());

            PostUpdate();
        }
Esempio n. 2
0
        public override void Update()
        {
            physicsExample.Update(ElapsedTime, TimeBetweenUpdates);

            UserVars.setValue("MeshCount", physicsExample.GetElements());
        }