I´m trying to obtain the convex hull (with transparent faces) of a small numer os points
- marking the points as spheres
- with the numbers 1,2,3,... in the axis (that´s I can´t see in any Graphics3D answers)


 p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}}
 ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, 
 PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic]

Could you help me