Membres
Webmaster - Infos
Projets en cours
Technique
Knowledge Base
► Vols en réseaux (0) Rechercher Rubriques
Revues Matériel French-VFR
Développements
Communications Addons
Derniers billets
15/01/2024 : 16:02
Sortie officielle des Stearman de Golden Age Simulation ...
09/06/2021 : 22:43
Sortie officielle de Prepar3D v5.2 ce soir !!! ...
09/06/2021 : 16:54
Sortie officielle du Ménestrel HN-433 et 434 ...
05/10/2020 : 11:52
Réflexions sur la conception des textures ...
03/02/2020 : 20:31
La version v5 de Prepar3D s'approche .. ... Visites
4000539 visiteurs 31 visiteurs en ligne Calendrier
Lettre d'information
|
Texte à méditer : Répondre en disant "Bonhomme, on a déjà répondu à la question, t'as qu'à chercher un peu! " va à l'encontre de l'adage qui veut qu'un bon instructeur doit avoir la sagesse du vieillard et la patience du perroquet.
Texte à méditer : Quand on est assis dans un avion qui s'écrase, on a beau attacher sa ceinture, ça ne sert à rien.
Texte à méditer : Un bel avion est un avion qui vole bien.
Texte à méditer : Un pilote qui affirme qu'il n'a jamais eu peur en avion est un menteur.
Texte à méditer : On n'éprouve jamais que deux émotions en avion : l'ennui et la peur.
Texte à méditer : Acteur ? ... Un métier de ringard où l'on passe le plus clair de son temps à faire de l'après-vente comme si on demandait à un pilote de réparer son avion en cas d'avarie.
Nouvelles
Sortie du patch P3D v2.2 - par
Lagaffe
le 07/04/2014 : 23:34
Ce soir vers 23h00, le dernier patch en date pour P3Dv2 est mis en téléchargement:
Annonce de Lockheed Martin : Requested Features and Enhancements Implemented in Prepar3D v2.2At a very high level, the Prepar3D v2.2 update has the following updates and addresses the following issues:
Autogen Re-ArchitectureThe instancing system for trees was given a massive overhaul to improve memory usage, to increase performance, and to reduce stutters. The system (VAS) memory footprint per tree was reduced from 276 bytes to 16 bytes (that is a 17x reduction in system memory per tree). Some of the work previously done each frame was completely eliminated while other work was reduced or moved onto background threads and the GPU (graphics card). Visually, trees can now LOD (Level of Detail) in progressively while still scaling in to prevent popping. Random rotation of trees was also fixed, which means that trees will be more varied looking and will again load in at the full density near the camera. A max autogen default flight has had it’s system memory reduced by over 550 megabytes! Cloud Shadows and Shadow System ImprovementsThe biggest challenge we faced in shadow mapping the clouds is similar to the challenges we face with ground shadows. It stems from Prepar3D having very large viewing distances and the requirement to cover that view distance with enough shadow map texture coverage. It becomes a balancing act of performance and memory sacrifices to achieve acceptable visual fidelity. One big challenge of clouds in particular is clouds were not created with shadow mapping in mind and they rely on being blended into the image without writing depth. However, most modern shadow mapping techniques rely on the depth information to resolve if an object at a given depth is in shadow or not inside the pixel shader. These techniques require bounding volumes to be created around shadow receivers that project the range of these depth values between zero and one in DirectX applications. This could not be done easily for clouds, due to optimizations that are being done for the ground shadows bounding volumes, without losing quality on the ground shadows. So we’re required to use a multiple channel resource to determine things like the depth and alpha of the current cloud per pixel inside the bounding volumes. We’ve found ways of reducing ground shadow only memory and having cloud shadows on will be equivalent memory usage to before v2.2. Cloud shadows do come with increased GPU work, which comes from having to render the clouds into multiple shadow maps and evaluating that information per pixel for the scene. Because of this, cloud shadows may cause a FPS hit on lower end graphics cards, which may already be pixel shader bound, but should perform well on most modern graphics cards. A New Recording and Playback SystemThe new recording and playback system was developed around the idea of giving instructors, developers, and users the power to record and playback data that is relevant to their training scenario. The goal was to convert the traditional flight recorder into a tool that could be used as an after action review of training scenarios. With that goal in mind, the flight recorder was overhauled and updated. It is now a full simulation recorder. The new system will record and playback more capabilities and interactions; no longer is it just the user’s flight position. For instance, the new record and playback system has support for mission features, air traffic, boats, ground vehicles, weather, weapons, and a swath of other simulation capabilities. The user will be able to specify what simulation variables, along with what gauge variables, to record and playback. A new playback control window has been developed that displays relevant recording information. It allows users to play/pause, change simulation speed, and select bookmarks. Bookmarks are a completely new feature that allows seeking to a specific location of a recording. They can be inserted in recordings by creating checkpoints (AutoSaving) in missions. Oculus Rift Development Kit Integration SDK Code SamplePrepar3D v2 introduced a very powerful interface for developers, the Prepar3D Development Kit (PDK) API. The Prepar3D Development Kit (PDK) API is a service provider for obtaining services to the Prepar3D platform. The PDK functions similarly to SimConnect but is tied into Prepar3D at a lower level, which allows better performance and more direct interaction. Unlike SimConnect, there is not a network interface for PDK plugins as they must be developed as in-process dlls. Data can be injected into and received from the simulation by interfacing with a user-written .dll. Uses for the PDK include creating custom SimObjects, adding custom textures and post-processes, and modifying cameras. We have added a new sample to the SDK to show the power of the new PDK API by integrating Oculus Rift support through the new PDK. This example and code sample is available in the v2.2 SDK and allows those users with Oculus Rift Development Kits to use them with Prepar3D v2.2. Native Radar Support for Content DevelopersPrepar3D now provides an air-to-ground radar simulation and visualization. Because every radar system is different, it is provided as a highly configurable service which can be controlled via C++ plugins and XML gauges. Some examples of controllable parameters are Range, Sweep Angle, Sweep Rate, Zoom Level, Image, and Data resolution. Some of the advanced capabilities of the Prepar3D radar include accurate radar shadows, far-shore-enhancement, and Doppler-beam-sharpening. Also, we developed the radar service entirely through our SDK to showcase the power and flexibility that 3rd party developers have when developing content specifically for Prepar3D v2. A New FlightInstructor Mode for SimDirectorWith the SimDirector mission creation tool introduced in Prepar3D v2, instructors and trainees both could rapidly create rich training content faster than ever in Prepar3D. The virtual instructor modes allowed the creation of in-cockpit learning and training scenarios, but it was hard to create graded maneuvers and graded flight segments. SimDirector’s new FlightInstructor mode now makes it easier than ever to rapidly create graded flight segments, so that instructors and trainees can create, grade, and debrief flight segments and flying maneuvers in real-time. If you haven’t looked into the extremely powerful, yet easy to use, SimDirector mission planning tool in Prepar3D v2 yet, access SimDirector from your Flights menu to see what you’ve been missing out on. SimDirector is included in every copy of Prepar3D v2. Other issues resolved:
AirHispania Scenery - par
Lagaffe
le 05/04/2014 : 20:49
J'ai découvert il y a quelques jours seulement les scènes photo des régions d'Espagne désormais téléchargeables très rapidement pour la plupart : Dans la foulée, j'ai installé les aéroports/aérodromes d'AirHispania et depuis, que du bonheur. Je n'imaginais pas autant de reliefs un peu partout.
Patch P3D v2.2 - par
Lagaffe
le 04/04/2014 : 21:09
Une nouvelle très intéressante sur le site d'AVSim:
Nouvelle version P3D v2 pour le 25/11/2013 - par
Lagaffe le 22/11/2013 : 20:48
Bonsoir, Lockheed Martin a terminé sa phase de beta-test sur la version 2.0 de son logiciel Prepar3D. La version officielle devrait être disponible à partir du 25 Novembre 2013 . La grille tarifaire a été dévoilée:
Pour avoir plus d'informations sur ce sujet en attendant les tests de la version officielle, j'ai trouvé un article assez intéressant: http://airdailyx.blogspot.fr/2013/11/airdailyx-interview-with-wesley-l-bard.html
Nouveau joystick X-55 chez Saitek - par
Lagaffe
le 13/11/2013 : 20:41
La vidéo est à peu près tout ce qu'il ya à voir à l'heure actuelle, mais Saitek a annoncé qu'ils vont bientôt sortir un nouveau produit - le X55 Rhino - comme on le voit dans la bande-annonce ci-dessus.
http://www.youtube.com/watch?v=5HkR7Z6Qvhs Selon le communiqué de presse, «Nous ne pouvons pas en dire trop à ce sujet, mais nous allons passer une pré-commande le 20 Novembre 2013 avec un lancement avant les vacances de fin d'année.
|
Vous êtes ici : Accueil » Nouvelles
|