3D Plugin Sample Demo - Forum

Forum Navigation
You need to log in to create posts and topics.

3D Plugin Sample Demo

Hi,

This is an example of a 3D plugin shown For NeoWin .

Will be available soon.

Please use up , down , left, right key and mouse  for controls

ًRegards

 

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 3 other users have reacted to this post.
luishpVadimCN_Icemanjosevdr95iretz

@farhad2008

That looks very impressive! Curious to see what other features will be available! Thank you so much for your hard work on the new features!

farhad2008 has reacted to this post.
farhad2008

It's awesome! But, why it opens two different windows?
Thank you for sharing!

farhad2008 has reacted to this post.
farhad2008

Hi, @luishp,@vadim

Thank you very much for your support.

luishp, as you said, there are still problems that I have to fix, one of which is having two windows.

Regards.

Looks really interesting - fast on my i5 laptop. Hope you eventually release this.

farhad2008 has reacted to this post.
farhad2008

@farhad2008,

looks well,

with which program generated and exported the 3d landscape?

I do not recognize the .dat extension.

farhad2008 has reacted to this post.
farhad2008

Very nice and responsive. Do you plan on supporting 3D object formats such as OBJ or 3DS?

I'm also looking forward to its release.

farhad2008 has reacted to this post.
farhad2008

hi,@rafamacor

The landscape is generated by commands inside the plugin and using mask and texture images.

.dat extension is related to the data that the plugin needs for its work

 

Regards.

 

iretz has reacted to this post.
iretz

hi,@ergoman

Thank you , yes this plugin supporting 3ds , obj and many 3d object and 3d anim object .

Regards

 

Vadim, ErgoMan and 2 other users have reacted to this post.
VadimErgoManjosevdr95iretz

Hi,All

Unfortunately, VisualNeoWin is not able to support OpenGL, that's why the 3D space is created in the new window and the plugin is executed in its own window. I am currently working on this issue and the 3D plugin will be provided soon.

Thanks

Farhad

Hello Farhad,

Couldn't you create a frameless window with you plugin and paste it on top of the plugin-rectangle?

Since you have told us now what is technically used (OpenGL) can you give more information about the used component/engine?

Will there be commands for 3D content creation?

And some kind of interativity? (Clicking on a 3D Obeject and fire some action with using that object-id?)

Regards

 

 

luishp and farhad2008 have reacted to this post.
luishpfarhad2008

Hello @hpw

I'm trying to do what you said but I need a Panel HWND  that is not in Neowin.
Thank you

Regards

Hello @hpw

How can I get the neowin rectangle handler?

Regards

Hello farhad,

I do not know what you use for development.

From the SDK for delphi from the Calendar plugin:

{ Get the window handle of the host NeoBook rectangle object... }
        TRY
          P := NIL;
          SetStr( P, RectangleName );
          nbInterface( 7, P );
          ObjHandle := HWND( StrToInt( P ) );
        FINALLY
          FreeStr( P );
        END;

 

luishp, farhad2008 and Darbdenral have reacted to this post.
luishpfarhad2008Darbdenral