Difference between revisions of "love.physics (Español)"
m (→Tipos) |
m |
||
Line 44: | Line 44: | ||
== Ver También == | == Ver También == | ||
− | * [[parent::love]] | + | * [[parent::love (Español)]] |
− | * [[Tutorial:Physics]] | + | * [[Tutorial:Physics (Español)]] |
− | * [[Tutorial:PhysicsCollisionCallbacks]] | + | * [[Tutorial:PhysicsCollisionCallbacks (Español)]] |
* [http://www.iforce2d.net/b2dtut/gotchas Box2D Gotchas] (lectura recomendada) | * [http://www.iforce2d.net/b2dtut/gotchas Box2D Gotchas] (lectura recomendada) | ||
Latest revision as of 14:30, 17 December 2024
Available since LÖVE 0.4.0 |
This module is not supported in earlier versions. |
Puede simular 2D rigid bodies (cuerpos rigidos 2D) de manera realista. Este módulo es esencialmente un vínculo a Box2D (version 2.3.0 - manual). Para mas simples (y mas comunes) usos, existen una pequeña cantidad de librerías, que suelen ser más popularmente usadas que love.physics y se puede encontrar aquí: https://github.com/love2d-community/awesome-love2d#physics
Contents
Tipos
Funciones
love.physics.getMeter | Returns the meter scale factor. | 0.8.0 | |
love.physics.getMeter (Español) | Retorna el factor de escala del metro. | 0.8.0 |
Enums
BodyType | The types of a Body. | ||
JointType | Different types of joints. | ||
ShapeType | The different types of Shapes, as returned by Shape:getType. |
Notas
Box2D arquitectura, conceptos, y terminologías.
Ver También
- love (Español)
- Tutorial:Physics (Español)
- Tutorial:PhysicsCollisionCallbacks (Español)
- Box2D Gotchas (lectura recomendada)
Otros Idiomas
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info