You can load the model and just interpret the geometry as points instead of triangles. Check out the following fiddle to see this approach:
Instead of using PointsMaterial, you can create a custom ShaderMaterial or RawShaderMaterial and then animate the geometry in the vertex shader. The following example might help you to achieve the desired effect: