javafx-3d Questions

1

Solved

Is there some kind of animation for liquid surfaces that mimics waves by animating uvcoordinates like in the picture below? Can this method be recreated in the JavaFX framework?
Lugworm asked 17/5, 2022 at 23:17

2

Solved

I have a triangle mesh object in JAVAFX and would like to either color individual triangles of the triangle mesh or color individual vertices of each triangle and have the triangle be colored...
Papaverine asked 9/11, 2014 at 18:43

1

Solved

I need to create this shape. I understand how to create simple shapes such as a cube, but I don’t understand at all how to create such a shape. How to get the right points for these arrays? Please,...
Deianira asked 15/4, 2020 at 14:35

1

Solved

I think I've read all available solutions about problems with 3D under JFx on RPi and none of the following suits my needs. I had no problems with 2D applications. But when I try to run 3D program,...
Fluky asked 19/7, 2019 at 1:34

2

Solved

So the method that I've used so far to rotate objects in JavaFX was that I layered it in 3 groups, each of them with a Rotate attached and locked to a single axis like so: Rotate heading, roll, p...
Barabarabarabas asked 9/5, 2015 at 21:54

1

Solved

I create a box which I can rotate and what will do ~some action~ when clicked. The problem I'm having is display text on all the faces of this box, for example; 1 on the front, 2 on the top, 3 on t...
Upshot asked 5/2, 2018 at 8:23

2

Solved

It's Hanukkah and I'm trying to animate a spinning top (dreidel): I can get it to spin on its own axis. Here is my code: import static javafx.scene.paint.Color.*; import javafx.animation.KeyFr...
Zerlina asked 14/12, 2017 at 18:24

3

Solved

I'm looking for a way to render a transparent object in JavaFX 3D. So far, nothing. I found issue https://bugs.openjdk.java.net/browse/JDK-8090548. Is there a workaround or is this just something I...
Eous asked 27/3, 2015 at 19:7

1

Solved

I have been working on this scientific application in JavaFX. The program basically generates data from an algorithm and visualizes them into spheres that intersect. I would like to 3D print par...
Tubulure asked 16/7, 2016 at 18:38

1

I'm making my first JavaFX project and I need to render some 3D text. I already put a PerspectiveCamera and I display a text node but it has a Z-dimension of 0 and I don't know how to change this. ...
Fogged asked 27/8, 2015 at 18:52

1

Solved

My goal is a game played with dice. I am using javafx. First question: Is there an easy way to customize the 3d box in javafx. It doesn't matter to me, if I have to add an image to every side of ...
Lorrainelorrayne asked 7/7, 2015 at 16:26

1

Solved

Problem I'd like to apply a diffuse map to a MeshView. When I apply a Material with the diffuse map to the MeshView, it's not visible. The same material applied to a Box however is visible. Quest...
Muse asked 29/6, 2015 at 7:42

3

Solved

I am new to JavaFX and Java. I am wondering how to make a scene on a surface of a cube or any polyhedra? I would like to play video back on the surface of any 3D shape. How could I go about doing t...
Lurdan asked 7/4, 2015 at 2:4

1

Solved

I'm using JavaFX to move 3D cubes around by mouse drag. The cube should stay on the plane spanned by x and z axis. My solution works fairly well, however if I move the cube too fast with my mouse o...
Urger asked 13/3, 2015 at 13:55

1

Solved

For my project, I need 2D text inside a 3D scene (not as overlay!). So I've tried adding a BorderPane with Label/Text nodes to my scene: The problem is however, that the white background of the...
Font asked 26/2, 2015 at 22:9

1

Solved

As I was creating my first 3D game in JavaFX - where you would be able to assemble ships from parts using the mouse. This presents a problem since JAVAFX seems to have no native metods that work fo...
Rawhide asked 25/2, 2015 at 23:7

1

Solved

Is there any way to perform Boolean operations like union, intersections and difference between JavaFX 3D objects, let's say for example between a Sphere instance, a Cylinder instance, and a Box in...
Paleobotany asked 24/2, 2015 at 14:4

2

Solved

Is it possible in a JavaFX 8 3D scene to find points along a ray (e.g. PickRay), starting at an arbitrary point in 3D space with some 3D direction vector, where the ray intersects the triangles in ...
Chestnut asked 9/12, 2014 at 14:20
1

© 2022 - 2024 — McMap. All rights reserved.