For me 63 fps.
Latest posts made by PituPhysics
-
RE: MSPhysics 1.0.3 (16 October 2017)
I made more models to be more opportunities.
1.) Frozen: mortar 4.1.skp
2.) Hide: mortar 4.2.skp
3.) Simulation pause: mortar 4.3.skp
And magnet test:magnet.skp
-
RE: MSPhysics 1.0.3 (16 October 2017)
@robint said:
Anyone know how to put sound into script eg a sound wav called "cannon" to be played when I press space bar (which also fires the cannon ball
I put the sound byte into the UI sound tab, but nothing happens? WOTODO?
Robin
Hello Robin. I wrote a script to display the distance of bullet and target, the time of flight and play the sound. But the "Update Timestep" change it to Normal 1/60 on the Simulation tab.
Try this:
-
RE: MSPhysics 1.0.3 (16 October 2017)
@faust07 said:
The same here - Orbit doesn't work during simulation. Zooming in and out works.
Yes, For me also don't works the Middle click in 0.9.5+
-
RE: MSPhysics 1.0.3 (16 October 2017)
@synsuka3d said:
hello
how to change the color of a solid?I tried :
onStart{
@box = simulation.find_body_by_name("box")
or
@box = simulation.find_group_by_name("box")
}onUpdate{
if key("up") == 1
@box.material.color = [0, 255, 0]
Else
@box.material.color = [255, 255, 255]
end
}Envoyé de mon PRO 5 en utilisant Tapatalk
help me if please.
Hi, select the Paint Bucket and add material to group and try again.
-
RE: MSPhysics magyar topic
Na itt vagyok Jó lett a fogaskerék.
-
RE: MSPhysics magyar topic
Szevasz Csaba. Bocsi de már eljöttem otthonról, most dolgozom és itt nem tudok Sketchup-ozni.
Legközelebb majd jövőhét szombaton megyek haza, addig sajnos nem tudok modellezni, csak így írásban tudok segíteni. Melyik kapoccsal nem boldogulsz? -
RE: MSPhysics magyar topic
Az is C. A múltkor, mikor kérdezted, hogy "melyik nyelvet használja", én azt írtam, h ruby.
Ez igaz, csak a Ruby is a C-t használja. Úgy, mint a Javascript és sok más. Szóval az operátorok és az Array funkciók ugyanazok, mint C-ben. -
RE: MSPhysics magyar topic
Igen, de így is lehet:
if csuszka_1 > 0.8 @@elsolab = @_Elso_lab_fok else @@elsolab = 0 end
Amelyik tetszik. Nekem inkább az a kérdőjeles verzió jön be.