const Vector3 &get_look_direction() const { return look_dir; }
const Vector3 &get_up_direction() const { return up_dir; }
- /** Deprecated alias for get_view_matrix. */
- const Matrix &get_matrix() const { return get_view_matrix(); }
-
/** Returns the view matrix, used to transform coordinates from world space
to eye space. */
const Matrix &get_view_matrix() const { return view_matrix; }
static unsigned get_array_slot(unsigned char);
public:
- /// Deprecated alias for use_buffer
- void use_vertex_buffer(Buffer *b) { use_buffer(b); }
-
/// Clears all vertices from the array.
void clear();