Explorar o código

Remove deprecrated method setPointSize

Quazi Irfan %!s(int64=8) %!d(string=hai) anos
pai
achega
107deecf50
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/docs/asciidoc/jme3/advanced/custom_meshes.adoc

+ 0 - 1
src/docs/asciidoc/jme3/advanced/custom_meshes.adoc

@@ -321,7 +321,6 @@ Additionally to coloring the faces as just described, you can hide the faces and
 Geometry coloredMesh = new Geometry ("ColoredMesh", cMesh);
 ...
 mesh.setMode(Mesh.Mode.Points);
-mesh.setPointSize(10f);
 mesh.updateBound();
 mesh.setStatic();
 Geometry points = new Geometry("Points", mesh);