使用 java3d 在形状上构建形状
假设我用 Java3d 绘制了一个立方体或圆柱体。例如,我想当我单击这些形状的表面时在其上构建一个小圆锥体。如果有一些例子,我将不胜感激。 谢谢
Lets say I have drawn a cube or a cylinder with Java3d. I would like to for example when I click on the surface of these shapes to build a small cone over it. I would appreciate if there is some examples.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我没有适合您的特定代码,但您可以向多维数据集添加一个操作侦听器。然后是一个带有圆锥体代码的锯齿状类。这不是完整的代码,但它应该提供一个很好的示例。
Well i dont have a specific code for you but you could add a action listener to the cube. then with a serperate class with the code for a cone. This is not the entirety of the code but it should provide a good example.