Search found 3 matches

by ROB - A2A
Tue Mar 12, 2019 5:24 pm
Forum: Simulation Object Development Questions
Topic: A decent glass material with PBR?
Replies: 2
Views: 18625

A decent glass material with PBR?

How can I get a decent glass material (PBR)? You know something basic: specular effects, reflections, no refraction needed. So far any transparency I put in (albedo alpha, transluscent blending) kills the specular and reflections. The more transparent glass, the less reflective it is.

regards
ROB
by ROB - A2A
Mon Aug 14, 2017 3:21 pm
Forum: SimConnect Interface Questions
Topic: Unhandled exception OnRecvQuit in sample code from SDK
Replies: 2
Views: 9726

Re: Unhandled exception OnRecvQuit in sample code from SDK

Yes, exactly when the sim exists before the application. Thanks!

regards
ROB
by ROB - A2A
Mon Aug 14, 2017 10:36 am
Forum: SimConnect Interface Questions
Topic: Unhandled exception OnRecvQuit in sample code from SDK
Replies: 2
Views: 9726

Unhandled exception OnRecvQuit in sample code from SDK

Hi, I tried a sample code included in the SDK, namly Managed Client Event and I get unhandled System.AccessViolationException excpetion after I quit the sim. It comes from the message loop. It looks like the simconnect obejct still receives messages after it has been disposed and zeroed in closeConn...