Search found 9 matches

by stevensen
02 Apr 2020, 15:38
Forum: General Discussion
Replies: 8
Views: 1327

Re: rendertotexture with to 2 cameras

Sorry,
when I create an empty project in unty3d it is already 50 MB big packed still 10 MB, too big for the forum. Can I send it to you via WeTranfer (need your email address), or is it possible to send a scene only from unity3d?
by stevensen
01 Apr 2020, 21:42
Forum: General Discussion
Replies: 8
Views: 1327

Re: rendertotexture with to 2 cameras

@jsantos
Thanks for the answers.

The scene is really simple. There is a plane with the Noesis on it and a rentertexture assigned. Then create 2 cameras looking at that plane. in the viewport positiong the cameras sidebyside.
Or tell me quickly how to upload the scene
by stevensen
01 Apr 2020, 19:30
Forum: General Discussion
Replies: 8
Views: 1327

Re: rendertotexture with to 2 cameras

CameraR.PNG
noesis_plane.PNG
noesis_plane.PNG (47.8 KiB) Viewed 1303 times
by stevensen
01 Apr 2020, 13:27
Forum: General Discussion
Replies: 8
Views: 1327

Re: rendertotexture with to 2 cameras

Hello,

at the moment, if I click on the button in the right camera, you can see the click reaction of the button in both cameras. When I click in the left camera nothing happens. You can see the parameters in the inserted pictures.
by stevensen
30 Mar 2020, 16:27
Forum: General Discussion
Replies: 8
Views: 1327

rendertotexture with to 2 cameras

Hello,

I am here again and unfortunately I have another question. When I use Noesis with rendertotexture I can click a button, but when I want to use the two cameras (stereo sidebyside) it only works on one.
What can I do so that the click on the 2nd camera is noticed by noesis?
by stevensen
25 Mar 2020, 16:24
Forum: General Discussion
Replies: 4
Views: 2849

Re: Sample noesis test with simple button

Thanks for the answers.

It works!! I used parts from tkaczz sample, this was very helpful. thanks a lot to you. @tkaczz

Of course I'm still trying the 2nd code, but only tonight.
But thanks for that too. #by sfernandez
by stevensen
22 Mar 2020, 16:31
Forum: General Discussion
Replies: 4
Views: 2849

Sample noesis test with simple button

Hi, I'm a beginner in noesis. I'm trying to run this c#-code and unity3d below. It's a sample from the noesis dokumentation. It throws this error: InvalidCastException: Specified cast is not valid. test.Start () (at Assets/Test01/test.cs:12) using System.Collections; using System.Collections.Generic...
by stevensen
21 Mar 2020, 17:00
Forum: General Discussion
Replies: 3
Views: 2139

Re: tutorial c# visual studio without unityd, and of course noesis

Thanks for the answer! I don't get on well and try a unity example first. There are some lines that don't work because I probably used the current Noesis version and not the corresponding old one: private UserControl _root; private Storyboard _ani; ... var gui = GetComponent<NoesisGUIPanel>(); _root...
by stevensen
14 Mar 2020, 21:01
Forum: General Discussion
Replies: 3
Views: 2139

tutorial c# visual studio without unityd, and of course noesis

Hi,
I'm pretty new in Noesis.
is there easy tutorial how to use Noesis with c# and visual studio 2019 only, without unity3D?
Can find only tutorials with c++ or unity3d.