Search found 132 matches

by zamirk
Mon Apr 29, 2024 8:12 am
Forum: Software Development Kit (SDK) Questions
Topic: PDK VR Support in Prepar3D v4.5
Replies: 2
Views: 798

Re: PDK VR Support in Prepar3D v4.5

Hi,
Is there anyone from Lockheed Martin's Team?
Regards
by zamirk
Thu Apr 25, 2024 5:44 am
Forum: Software Development Kit (SDK) Questions
Topic: PDK VR Support in Prepar3D v4.5
Replies: 2
Views: 798

PDK VR Support in Prepar3D v4.5

I am currently using Prepar3D v4.5, I want to perform the following steps using the SDK when some event occurs. 1. Enable VR (Steam) / Disable VR 2. Recalibrate Origin 3. Enable OpenVR Camera 4. Select a Portal Set Currently I am successful in performing Step 1 using a PDK add-on like P3D::PdkServic...
by zamirk
Thu Apr 18, 2024 6:29 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Is Varjo XR-4 Compatible with Prepar3D v4.5?
Replies: 3
Views: 519

Re: Is Varjo XR-4 Compatible with Prepar3D v4.5?

Can you please mention the version, that you people have tested with Varjo XR-4? If not, with any version of Prepar3D. Then please mention the latest tested Varjo's headset and prepar3D version on which testing performed.
by zamirk
Tue Apr 16, 2024 8:38 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Is Varjo XR-4 Compatible with Prepar3D v4.5?
Replies: 3
Views: 519

Is Varjo XR-4 Compatible with Prepar3D v4.5?

Hey All,
I am using Prepar3D v4.5 and going to purchase Varjo XR-4.
Can you please tell me that Varjo XR-4 is compatible with Prepar3D v4.5 or I have to upgrade to v6 ?
by zamirk
Thu Nov 23, 2023 6:40 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Beau Hollis, Really appreciate your masterly guidance, the following approach helped me in keeping the scene/terrain loaded: I made a class WindowCallback which inherits from P3D::WindowPlugin , In this class I override the OnPostCameraUpdate method. In OnCustomRender function of TargetingPodPlug...
by zamirk
Mon Nov 06, 2023 8:59 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Beau Hollis, I have worked on guidelines you provided and implemented this function in TargetingPodPlugin class virtual void OnPostCameraUpdate(IWindowV400* pWindow, ICameraSystemV400* pCamera) override{ .... } The TargetingPodPlugin class is inheriting from PdkPlugin and WindowPlugin so that I c...
by zamirk
Wed Oct 04, 2023 1:39 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Beau Hollis,

Thanks for your guidance and time, I will update after working on your guidelines.

Regards,
by zamirk
Tue Sep 19, 2023 11:44 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Any hint on to SetTerrainLODOriginLLA?
by zamirk
Mon Sep 18, 2023 11:59 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Clifton,

Any idea, what else I can do?

Regards,
by zamirk
Sat Sep 16, 2023 6:32 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Clifton, Thanks for the update. I have tried setting latitude and longitude in radians but still P3D failed to load terrain. I am setting 'TerrainLODOrigin = Target' in Camera definition. When we lock ground P3D loads terrain successfully but on unlock it unloads terrain immediately. We want P3D ...
by zamirk
Fri Sep 15, 2023 1:07 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Hi Clifton,

Thanks for your response.

But documentation says:

Set the LLA of where the center of the terrain LOD radius for this camera will go.

Parameters
lat Latitude of LOD ring center in degrees
lon Longitude of LOD ring center in degrees
alt Altitude of LOD ring center in meters

Regards,
by zamirk
Fri Sep 15, 2023 9:40 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

I have written the following code in Targeting Pod SDK sample, but it's not working. One thing to add, I am selecting Pod View on my main P3D window and running following code at 1Hz. Can you please highlight what I am missing? double lat, lng, alt; g_spControllableCamera->GetCameraLookAtLLA(lat, ln...
by zamirk
Thu Sep 14, 2023 4:12 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

Thanks for your masterly guidance. If I use C++ option and provide data to "SetTerrainLODOriginLLA()" which you have described above then I have to set TerrainLODOrigin to "Camera" in camera definition and same for the scenery. Am I Right? Also I am using LOD 16 textures for phot...
by zamirk
Thu Sep 14, 2023 1:51 pm
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Re: Texture resolution in P3D v4.5 POD view

It means I have to upgrade otherwise there is no solution to this problem I am facing.
by zamirk
Thu Sep 14, 2023 11:37 am
Forum: Prepar3D Professional Plus Client Application Questions
Topic: Texture resolution in P3D v4.5 POD view
Replies: 16
Views: 33000

Texture resolution in P3D v4.5 POD view

Hi, I am developing POD view for ISR but having issues in terrain loading while setting applied for world level of detail radius to max. As POD view can view beyond the settings available, how can I achieve high resolution textures beyond these settings. If this feature can't be achieved in P3D v4.5...