Results 1 to 3 of 3
- 02-02-2013, 10:39 PM #1
Member
- Join Date
- Feb 2013
- Posts
- 7
- Rep Power
- 0
I am trying to calculate how existence developed by drawing each thing existence did.
Like I said in the title, I am trying to calculate how existence developed by drawing each thing existence did.
It involves drawing the Vesica Piscis below
Except in the three dimensions, so instead of circles they would be spheres. I need to be able to see the inside of each sphere and see each of the spheres that are intersecting and inside of each of the other spheres, just like how I can see each circle inside of the other circle in the Vesica Piscis above.
How would I go about doing this? I don't need specific code but just a general direction of how the concept of doing this would go and what I would need. For example I was told from 4chan's /g/ that i would need Java & Open GL so I'm trying to figure out how to use Java, how to use Open GL to do the Vesica Piscis and further existence developments in 3d.
Hopefully i'm making enough sense for you to respond to me effectively. Thanks in advance I appreciate it very much.
- 02-05-2013, 01:33 PM #2
Senior Member
- Join Date
- Oct 2010
- Posts
- 393
- Rep Power
- 8
Re: I am trying to calculate how existence developed by drawing each thing existence
Hi calculatingexistence, welcome to the forums.
I'm trying to figure out how to use Java, how to use Open GL to do the Vesica Piscis
Using Java and OpenGL together can get messy for a beginner, instead I would go for C++ and OpenGL for which there are a number of tutorials. You might also be able to use C# instead but this is not something I have looked into.
- Depending on your knowledge I would suggest starting with pure C++, write a couple of simple console programs just to get used to the language and the syntax.
- From here you can move on to creating OpenGL windows and 2D rendering and animation.
- Then move on to 3d animation and wire meshes.
I don't want to put you off from using Java, but from what I have seen its not the best for 3d graphics.
Regards.Last edited by Ronin; 02-05-2013 at 04:28 PM. Reason: Edit tags
- 02-05-2013, 03:35 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,421
- Blog Entries
- 7
- Rep Power
- 26
Re: I am trying to calculate how existence developed by drawing each thing existence
Do you want to draw (more or less) transparent spheres you can 'see through'? Have a look at the alpha factor (opaque factor) for Colors, e.g. #80ff0000 and #8000ff00 are half transparent red and green respectively.
kind regards,
JosBuild a wall around Donald Trump; I'll pay for it.
Similar Threads
-
How to check file existence and rename file with little modification
By Basit56 in forum New To JavaReplies: 5Last Post: 10-17-2012, 10:07 AM -
for web application developed in struts
By manohar.kavala in forum StrutsReplies: 0Last Post: 03-28-2012, 09:38 AM -
PPT viewer which is developed in Java
By maniselvaraj in forum Advanced JavaReplies: 3Last Post: 12-16-2010, 11:08 AM -
how to do new checkstyles which is not in existence in eclipse IDE
By naidu in forum EclipseReplies: 1Last Post: 08-02-2009, 11:52 AM -
Verifying existence of a table in a db
By Java Tip in forum Java TipReplies: 0Last Post: 02-14-2008, 09:49 AM
Bookmarks