mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 14:59:47 +02:00
Added getter for tree scale in js
This commit is contained in:
parent
b098a7a294
commit
61981b9470
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ public:
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
|
/// provide the world scale
|
||||||
|
const int getTreeScale() const { return TREE_SCALE; }
|
||||||
|
|
||||||
/// checks the local voxel tree for a voxel at the specified location and scale
|
/// checks the local voxel tree for a voxel at the specified location and scale
|
||||||
/// \param x the x-coordinate of the voxel (in meter units)
|
/// \param x the x-coordinate of the voxel (in meter units)
|
||||||
/// \param y the y-coordinate of the voxel (in meter units)
|
/// \param y the y-coordinate of the voxel (in meter units)
|
||||||
|
|
Loading…
Reference in a new issue