urgent help required pls. pls. pls. regarding rendering of 3d odjects.

im trying to write a software in java using java3d as the rendering screen and opencascade as the geometric kernel, but when it comes to rendering the objects into the java3d canves only points are being rendered and nothing else is rendering though the opencascade is doing the calculations properly and returning the objects to java, everything is fine as per coding and i have cross checked it many times but i dont know y rendering of sphere and box is not taking place.
an urgent help is needed from anyone. plz.
thnx in advance and have a nice day.

M.Saravanakumar's picture

we are also trying to do that, Can i have a look of your code? pls send your code to saravanakumarmohanraj@yahoo.com

Torsten Sadowski's picture

Have a look at jcae.sourceforge.net. They did it and maybe there code is helpful.

Torsten

Torsten Sadowski's picture

Have a look at jcae.sourceforge.net. They did it and maybe there code is helpful.

Torsten

tess's picture

thnx,
i managed to solve my problem, but now im facing another problem, im trying to make an arc but when i try to compile and make the dll for arc creation it is giving some "error LNK2001: unresolved external symbol" errors, i have added all the necessary lib files, but still not able to figure out the problem. im writing the errors for ur reference:

Linking...
Creating library ../../bin/makedll.lib and object ../../bin/makedll.exp
Arc.obj : error LNK2001: unresolved external symbol "public: virtual class Handle_Geom_Curve __thiscall Curve::GetCurve(void)" (?GetCurve@Curve@@UAE?AVHandle_Geom_Curve@@XZ)
Arc.obj : error LNK2001: unresolved external symbol "public: __thiscall Curve::Curve(void)" (??0Curve@@QAE@XZ)
../../bin/makedll.dll : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

makedll.dll - 3 error(s), 0 warning(s)

it will be great if i can get help regarding this error.
thnx and regards,