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...
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,...
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...
2
Solved
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
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.
...
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 ...
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...
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...
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...
1
Solved
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...
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.