Giter VIP home page Giter VIP logo

physics-qa-lua's Introduction

HARFANG Physics QA tests

A series of test, implemented in Lua, for QA'ing the integration of Bullet Physics into HARFANG. Each .lua unit as a specific purpose. The list below is meant to set an overall roadmap of the topics to be tested:

Collision shapes

  • check dimensions, matching ScenePhysicDebug with specified dimensions
    • quick visual check with HG Studio is welcome
  • check transformations
  • correct handling of multi shape (eg. chair with multiple box coll)

Body types (cube, sphere, cylinder...)

  • static

    • no reaction to forces (gravity, force, impulse, collisions)
    • cannot be moved
  • kinematic

    • no reaction to forces (gravity, force, impulse, collisions)

    • movable in code

      • get() new coordinates?
    • kinematic parenting must work

      • via instantiation
      • via animation
  • dynamic

    • reaction to forces (gravity, force, impulse, torque, collisions)
  • interaction between types

    • static/kinematic interaction
      • collision event should be raised! (e.g. implement a character controller by hand)
    • kinematic/dynamic interaction (moving platform with a cube/sphere/cone on it)
      • check collision event
    • dynamic/dynamic interaction

Raycast

  • Press the R key to casts 4 raycasts offseted on X and Y view space and displays in 3d the intersection points (white ray to the intersection point or red if no intersection)

Collision event

  • display the number of collisions in the frame
  • provide visual output (ScenePhysicDebug probably)

Restitution

  • ground plane with 10 cubes bouncing from a pre-defined height (0, 0.1, 0.2, 0.3, etc...)

Friction

  • ground plane with 10 sliding cubes (0, 0.1, 0.2, 0.3, etc.)

Addition/removal of physical elements

  • TODO

physics-qa-lua's People

Contributors

astrofra avatar disketflu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.