Previous Next Table of Contents

1. Introduction

You should take a look at (or print out) the files csphere.c and csphere.tcl from the src directory of the Mops distribution. They contain a more or less documented example custom object that does nothing exciting, but implements a simple sphere. They may serve as starting point for your own custom object. Additionally, take a look at the modules extrude.c, sweep.c, revolve.c or icurve.c. They implement custom objects too and support notification, in contrast to the CSphere. The module icurve.c, additionally, shows the use of single point editing and the provide mechanism.


Previous Next Table of Contents