logo-vista

Software

VISTA - Visual Worlds: Temporal Analysis, Animation and Authoring

Interactive online demonstrators

Velocity Skinning

Velocity Skinning is a method that adds automatically exagerated deformation triggered by skeletal velocity on top of standard skinning animation. This method is real-time and can be implemented as a single pass vertex shader. It works "out-of-the-box" on existing skinning data in reusing skinning weights, and it allows non-linear-time editing from instantaneous pose and velocity information.

The complete project webpage relative to this work (article, videos, open source codes) is available at velocityskinning.com.

This software is an implementation of the Velocity Skinning algorithm in JavaScript and WebGL. It allows to drag and drop a standard FBX or gltf virtual model and interact with it from its skeleton.
Example of data: [Manga model], [Cesium Man]

The software is provided under the MIT Open Source licence and was developed by Ewen Collin.

Matisse: Painting 2D regions for Modeling Free-Form Shapes

matisse
Matisse is an interactive modeling system aimed at providing the public with a very easy way to design free-form 3D shapes. The user progressively creates a model by painting 2D regions of arbitrary topology while freely changing the view-point and zoom factor. Each region is converted into a 3D shape, using a variant of implicit modeling that fits convolution surfaces to regions with no need of any optimization step. We use intuitive,automatic ways of inferring the thickness and position in depth of each implicit primitive, enabling the user to concentrate only on shape design.

This software is a recent (2019) JavaScript implementation of the research prototype described in the article [Bernhardt et al., SBIM 2008] using the blending operator from [Bernhard et al., Eurographics/CGF 2010] and the SCALIS surfaces from [Zanni et al., CGF 2013].

The software is provided under the CC BY-NC (free to reuse and distribute for non commercial usages).

NEM: Nested Explorative Maps

nem
NEM - Nested Explorative Maps - is a new system dedicated to interactive design in architecture. NEM enables coarse to fine sketching of nested architectural structures, enabling to progressively sketch a 3D building from floor plan to interior design, thanks to a series of nested maps able to spread in 3D. Each map allows the visual representation of uncertainty as well as the interactive exploration of the alternative, tentative options.

This software is a research propotype described in the article [P. Olivier et al., SMI 2019]

Two versions are available:
1. [To be used with a mouse]
2. [To be used with a tactile display (ex. tablet)]