Search found 5 matches

by fausto
Wed 27. Jan 2016, 00:19
Forum: Programming Help
Topic: User Interface rendering problem in Mac
Replies: 1
Views: 385

User Interface rendering problem in Mac

Hi! I developed an application using jReality. It works fine in Windows but when I start it in Mac the jReality Viewer user interface renders badly: Captura de pantalla 2016-01-26 a la(s) 16.05.57.png As you can see, there's a gray box covering the lower left part of the screen. If I resize the wind...
by fausto
Sun 24. Jan 2016, 21:32
Forum: Bugs
Topic: Vertex colors don't work!
Replies: 1
Views: 618

Vertex colors don't work!

Hi, I'm modyfing the Cube06.java tutorial example so that it sets different colors to vertices, but the application fails when run. In particular I changed the code this way: public static void main(String[] args) { IndexedFaceSetFactory ifsf = new IndexedFaceSetFactory(); double [][] vertices = new...
by fausto
Sun 24. Jan 2016, 06:05
Forum: Programming Help
Topic: Color individual faces on click tool
Replies: 1
Views: 405

Color individual faces on click tool

Hi I want to implement a custom tool that lets the user click on individual faces of a polygon and when that happens the clicked face changes its color. I have done some research on the available tools in jReality and one that could help me achieve what I want is the FaceDragEvent. There you can att...
by fausto
Tue 4. Aug 2015, 21:03
Forum: Programming Help
Topic: How to display a help page inside a plugin?
Replies: 1
Views: 576

How to display a help page inside a plugin?

Hi folks How can one implement functionality to display a custom help page when the '?' icon in the header plugin is clicked? In the developer's tutorial the section"Adding a help page (" http://www3.math.tu-berlin.de/jreality/mediawiki/index.php?title=Adding_a_help_page&action=edit&redlink=1 ) is n...
by fausto
Thu 16. Apr 2015, 22:22
Forum: General jReality Discussion
Topic: Embed jReality in a webpage, like an applet?
Replies: 1
Views: 607

Embed jReality in a webpage, like an applet?

Hi folks! Is it possible to embed jReality based applications in a webpage (just like an applet), as opposed to the current approach that they are downloaded as a jnlp file into the user's machine (like in the demo's page: http://www3.math.tu-berlin.de/jreality/index.php?article_id=21 ). I am develo...