Skip to main content

Meta_OceanWake

Module: Metanodes / Definitions

An OceanWake draws wakes behind vessels moving across the ocean surface.

#include <meta_ocean.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_VesselAssembly, Idx_WakeTexture, Idx_FoamTexture, Idx_Origin, Idx_BowOffset, Idx_BowWidth, Idx_BowWakeFoam, Idx_BowWakeLength, Idx_SternOffset, Idx_SternWidth, Idx_SternWakeLength, Idx_Lifespan, Idx_SamplesPerSecond, Idx_MaximumSpeed }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables/Disables the rendering and update of the ocean wake.
Idx_VesselAssemblylink - The assembly node that the wake will follow in the scene.
Idx_WakeTexturelink - The wake texture used for the bow wakes normal map, this should be a normal map with the displacement embedded into the alpha channel.
Idx_FoamTexturelink - The texture map used for the foam of the bow trail and wave crests.
Idx_Originvec3f - If the vessel is not centred around the assembly that the wake is linked to this should contain the offset.
Idx_BowOffsetfloat - The distance between the vessels origin and its bow (Should be a positive value).
Idx_BowWidthfloat - The width of the vessels bow.
Idx_BowWakeFoamfloat - The amount of foam the bow wake emits (0-None 1-100%)
Idx_BowWakeLengthfloat - The length of the bow wake as a percentage of the total lifespan (0-0% 1-100%)
Idx_SternOffsetfloat - The distance between the vessels origin and its stern (Show be a negative value).
Idx_SternWidthfloat - The width of the vessels stern.
Idx_SternWakeLengthfloat - The length of the stern wake as a percentage of the total lifespan (0-0% 1-100%)
Idx_Lifespanfloat - The lifespan of the stern wake (in seconds), the wake will progressively fade out over this time span.
Idx_SamplesPerSecondint - The number of times the vessels position will be sampled per second.
Idx_MaximumSpeedfloat - The maximum speed of the vessel in knots.