# Interactive Shape Perturbation

**Authors:** Juan C. Quiroz, Sergiu M. Dascalu

arXiv: 1706.04077 · 2017-06-14

## TL;DR

This paper introduces an interactive web tool that uses genetic algorithms to procedurally generate and refine 3D model perturbations through user feedback on vertex shader effects.

## Contribution

It presents a novel interactive system combining genetic programming and user input to generate and select visual perturbations of 3D models.

## Key findings

- Effective user-guided perturbation generation demonstrated
- System architecture supports real-time interactive feedback
- Prototype shows promising results for creative 3D modeling

## Abstract

We present a web application for the procedural generation of perturbations of 3D models. We generate the perturbations by generating vertex shaders that change the positions of vertices that make up the 3D model. The vertex shaders are created with an interactive genetic algorithm, which displays to the user the visual effect caused by each vertex shader, allows the user to select the visual effect the user likes best, and produces a new generation of vertex shaders using the user feedback as the fitness measure of the genetic algorithm. We use genetic programming to represent each vertex shader as a computer program. This paper presents details of requirements specification, software architecture, high and low-level design, and prototype user interface. We discuss the project's current status and development challenges.

---
Source: https://tomesphere.com/paper/1706.04077