Get points from 3d file (obj/gltf) only containing points

Hello. I’m trying to load points from a file exported from Houdini.
I tried gltf (glb) and fbx but houdini doesn’t seem to export the points.
With obj it works but when I load it in threejs, I don’t get any data.

This is how the obj file looks like:

# File exported by Houdini 18.5.351 (www.sidefx.com)
# 2 points
# 0 vertices
# 0 primitives
# Bounds: [-35.6696243, -4.17601252, -1.85629737] to [-32.0465546, -4.10689306, -0.284539074]
g 
v -35.6696243 -4.10689306 -1.85629737
v -32.0465546 -4.17601252 -0.284539074
vt 0.499068797 0.482138008 0.442010939
vt 0.499855459 0.483961761 0.439626366
vn -0.0424513482 0.995889723 0.0774930418
vn 0.0116476128 0.996564925 0.0794280544

Thank you!

Can you please try it again with the OBJLoader from the new release r123 which was published today?

glTF/GLB does support points, but perhaps Houdini’s exporter doesn’t export them yet? It may be worth filing a bug or feature request with SideFX.