[java] Java Swing and HLSL

Started by
1 comment, last by Antonios 16 years, 8 months ago
Is it possible for Java and HLSL to work? In other words have the applications UI build in swing but load model using HLSL. I believe that since HLSL is D3D its impossible right?
Advertisement
Uh, HLSL is a shading language - it doesn't have anything to do with models.

Having said that, there isn't any way that I know of calling D3D code from Java. You could always use OpenGL - what exactly are you trying to do?
I have an editor that loads models and uses opengl but I want to load shaders that were built with HLSL.

This topic is closed to new replies.

Advertisement