Skip to main content

Meta_Ocean

Module: Metanodes / Definitions

An Ocean draws water.

#include <meta_ocean.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_SeaState, Idx_Reflectivity, Idx_Ambient, Idx_Extinction, Idx_ExtinctionColour, Idx_Scattering, Idx_ScatterColour, Idx_SeaLevel, Idx_Animate, Idx_FixedTime, Idx_DisplacementScale, Idx_Spray, Idx_WindDir, Idx_WindBias, Idx_WindLanesEnabled, Idx_WindLanesWaveAmplitude, Idx_WindLanesWaveWavelength, Idx_WindLanesWaveSpeed, Idx_WindLanesWaveSteepness, Idx_LocalReflection, Idx_LocalReflectionQuality, Idx_DistanceScale, Idx_DepthScale, Idx_SurfaceLightingDepth, Idx_CausticsSize, Idx_CausticsStrength, Idx_CausticsExtinction, Idx_UnderwaterEffects }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables the ocean
Idx_SeaStatefloat - Overall roughness of the ocean
Idx_Reflectivityfloat - How much incoming light should be reflected in the water
Idx_Ambientfloat - How much ambient light is picked up in the water colour
Idx_Extinctionfloat - Amount of light penetration in the water
Idx_ExtinctionColourvec3f - Filtered light colour; RGB 0.0f to 1.0f
Idx_Scatteringfloat - How many particles are in the water to reflect light
Idx_ScatterColourvec3f - The colour of light reflected from the scattering particles
Idx_SeaLevelfloat - Base height of the ocean in metres
Idx_Animatebool - When enabled, the ocean waves are animated
Idx_FixedTimefloat - Fixed time value which the oceans state is based off
Idx_DisplacementScalefloat - Scale of wave displacement
Idx_Spraybool - Whether to enable spray particle effects on cresting waves
Idx_WindDirvec3f - Direction of the wind
Idx_WindBiasfloat - Bias of the wind
Idx_WindLanesEnabledInternal / reserved.
Idx_WindLanesWaveAmplitudeInternal / reserved.
Idx_WindLanesWaveWavelengthInternal / reserved.
Idx_WindLanesWaveSpeedInternal / reserved.
Idx_WindLanesWaveSteepnessInternal / reserved.
Idx_LocalReflectionbool - enable reflections on the ocean surface
Idx_LocalReflectionQualityfloat - resolution of the ocean surface reflections
Idx_DistanceScale
Idx_DepthScale
Idx_SurfaceLightingDepthfloat - Controls how much of the scattered light is affected by local lights and shadows when rendering the water surface
Idx_CausticsSizefloat - size of the caustic pattern that appears underwater
Idx_CausticsStrengthfloat - intensity of the caustic outlines
Idx_CausticsExtinctionbool - whether or not caustic patterns are affected by extinction
Idx_UnderwaterEffectsbool - when enabled show underwater extinction and scattering effects

Property index.