~holger-seelig/titania/3.0

« back to all changes in this revision

Viewing changes to libtitania-x3d/Titania/X3D/Components/Texturing/X3DTexture2DNode.h

  • Committer: Holger Seelig
  • Date: 2013-08-05 19:51:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20130805195124-weg56pajdi69mt1j
Test implementation of parallel load of images.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        isTransparent () const override
92
92
        { return transparent; }
93
93
 
 
94
        const TextureProperties*
 
95
        getTextureProperties () const;
 
96
 
94
97
        virtual
95
98
        void
96
99
        notify () final;
128
131
        getInternalFormat () const
129
132
        { return getTextureProperties () -> getInternalFormat (components); }
130
133
 
131
 
        const TextureProperties*
132
 
        getTextureProperties () const;
133
 
 
134
134
        void
135
135
        addBorder (Magick::Image &);
136
136