Questions tagged [graphics3d]

23 questions
0
votes
1 answer

is it possible to stop/kill Mathematica Frontend from wolframscript?

I use wolframscript to generate hundreds of images like this visualization of 4fold symmetry of octahedron (to be combined in animation videos) like so: Map[ Export[ "img" <> IntegerString[# , 10, 6] <> ".jpg", …
rlj
  • 11
  • 1
0
votes
1 answer

Making a hemisphere that is not at the origin

I am looking to plot a mostly transparent hemisphere that has a center not at the origin. I currently have: Graphics3D[{Red, Opacity[0.13], Sphere[{10, 0, 0}, 35], Axes->True}] Similarly I have seen an example of how to make a…
0
votes
0 answers

com.jogamp.opengl.GLException: Profile GL_DEFAULT is not available on WindowsGraphicsDevice

I want to draw 3D graphics by JOGL and Eclipse, but it's not working. Could anybody help? Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: com.jogamp.opengl.GLException: Profile GL_DEFAULT is not available on…
Xue Wen
  • 1
  • 1
0
votes
1 answer

Rendering a image in java

Hello i am trying to add a texture to a game i have just started to create and i keep getting errors and i was just wondering if someone could help. The errors keep point to this .java file and the code is as follows. package…
dannyb1071
  • 43
  • 1
  • 1
  • 8
0
votes
1 answer

3D Triangle-Triangle Intersection Polygon

I have two coplaner triangles in a 3D world, and I need to find a polygon, which is the the intersection between them. However, the triangles are not always along the axes, but they will always be coplanar. What algorithm can I use to find that…
Mary Ellen Bench
  • 589
  • 1
  • 8
  • 28
0
votes
1 answer

shadowmapping opengl glsl shader graphics math

i'm having difficulties understanding the math between the different shader stages. in the fragment shader from the lights perspective i basically write out the fragDepth to rgb color #version 330 out vec4 shader_fragmentColor; void main() { …
ColacX
  • 3,928
  • 6
  • 34
  • 36
0
votes
2 answers

Is there a way I can set Font Height in Steema Teechart Graphics 3D?

Is there a way I can set Font Height in Steema Teechart Graphics 3D? The Closest I could find was tchart.graphics3d.fontheight , but it gets the font height , does not set it, so is there a way I can set the font height? Thank you so much
saumil patel
  • 247
  • 5
  • 16
0
votes
1 answer

matlab 3D spectogram

How to create an application allowing to display a 3D representation of a wave file withtime, amplitude and frequency (3d spectrogram) in matlab. NOTE:The ready function of matlab or any other library related with the spectogram are not allowed
Sarı
  • 1
  • 1
1
2