R RichyK68 Active Member Licensed User Longtime User Feb 26, 2014 #1 Hi, Does anybody know how to use the JpctVertexController in the JPCT library as I want to distort the sphere primitive? I have the following code: B4X: dim m As JpctMesh = mysphere.Mesh dim vc As JpctVertexController vc.Initialize("meshdistortion") m.removeVertexController but I can't find any documentation on the events for the JpctVertexController class. Richard
Hi, Does anybody know how to use the JpctVertexController in the JPCT library as I want to distort the sphere primitive? I have the following code: B4X: dim m As JpctMesh = mysphere.Mesh dim vc As JpctVertexController vc.Initialize("meshdistortion") m.removeVertexController but I can't find any documentation on the events for the JpctVertexController class. Richard