Search the Community
Showing results for tags 'physic'.
-
Hi everyone, I started make video tutorials for Unigine 2.11.0.1 , You can see & use , This is my playlist about unigine, and I hope useful for you. Get started with 8 hours of free video tutorials full of tips you want. Playlist 1 Playlist 2 With respect Ahmad Karami a computer teacher/ author book / test engineer / solo game developer
- 8 replies
-
- 1
-
- ahmad karami
- unigine
-
(and 94 more)
Tagged with:
- ahmad karami
- unigine
- unigine2
- unigine editor 2
- tutorials
- video
- material
- objects
- terrain
- time
- lighting
- scripting
- advanced tutorial
- full tutorial
- download unigine
- install unigine
- setup unigine
- c sharp
- showcase
- demo
- help
- decal
- water
- sea
- ocean
- import
- hackathon
- build project
- particle
- particle system
- all settings
- collision
- physics
- physic
- physics ocean
- fog
- flower
- grass
- time of day
- day
- night
- wind
- field spacers
- fieldshoreline
- field shore line
- trigger
- destructible mesh
- code
- distance two object
- animation
- animation loop
- cloudlayer
- cloud
- clouds
- time lapse
- vr
- panorama
- render settings
- dof
- ray tracing
- global illumination
- cpp
- c-sharp
- examples
- text
- 3d text
- show
- hide
- message
- light
- point light
- spot light
- area light
- cloth
- clutter
- clothbody
- cloth body
- ripple effect
- gui
- ui
- sound
- soundsource
- sound sources
- audio
- sky
- field
- volume
- volumebox
- materials
- node
- water mesh
- water_base
- water pool
- احمد کرمی
- احمد کرمی بوکانی
- پدر علم بازی سازی
-
Water/Rigid interaction question
Amerio.Stephane posted a topic in Physics, Navigation and Path Finding
Hello, I've been trying to understand how water/rigid bodies interaction are to be set up, but even though I had a deep look at the physics samples in Editor 1, I could not reproduce any of them in the Editor 2. Surely, I must be missing some crucial steps but I don't know where to look. Here is the step-by-step way I tried: 1-Start Editor 2 with a new default scene. 2-Creating the water: -Create Primitive Plane with 40x40m and 40subdisision. -Create Mesh from it and remove the node. -Then Create Object/Water Mesh with the water mesh just saved. And I move it up a bit to somewhere like (x,y,z)=(0,0,3) -Finally assign a "Water" body type to it [Note: at this step, the shading goes all wrong, with very tiny ripples on the water. Is this correct?] 3-Creating a buoy: -Create Primitive Box, and I move it up a bit, like (0,0,4) -Assign a "Rigid" boy type to it -Assign a Box shape to it, and tweak the mass to 0.01 so it's way less dense than the water Now, at this point, I would expect the box to be floating. But it simply goes to down to the default ground :( I played with the water Interaction, the water density, etc, to no avail. What did I miss ? Thanks -
[SOLVED] what is ball rolling Deceleration speed
yongho.suk posted a topic in Physics, Navigation and Path Finding
I tried to modify the test parameters of physic .. with body and body Rigid class. fDensity, fFriction , fRestutution and addforce ... modify result.. Do not go below a minimum. I want to stop the ball. I would like to know the value of the parameter.