How to get colored point clouds in ColoredKinFu

Hi,
I want to get a colored 3d mesh from coloredkinfu, but i don’t know how to get it.

According to the reference, the 3d mesh can be retrieved by using getCloud() and getPoints() of colored kinfu, but it seems that the retrieved points do not contain color information.
Also, the color image generation by render() was successful.
Thanks