~gimaker/peekabot/coord-sys-default

« back to all changes in this revision

Viewing changes to src/ScalableObject.hh

  • Committer: Staffan Gimåker
  • Date: 2009-06-29 10:09:26 UTC
  • mfrom: (665.1.39 renderer-redux)
  • Revision ID: staffan@gimaker.se-20090629100926-ju5kx8jwzy422rwu
Merged the renderer-redux branch.

This represents a major overhaul to the rendering engine, with a less contrived
design and better performance. Both memory and CPU utilization should be 
better in general.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
         */
49
49
        ScalableObject(ScopedHandler *handler);
50
50
 
 
51
        virtual ~ScalableObject() {}
 
52
 
51
53
        /** \brief Returns the scaling factor along the x axis.
52
54
         */
53
55
        real_unit get_x_scale() const throw();