Lines Matching refs:ic

349         InputCapsule ic = im.getCapsule(this);
350 speed = ic.readFloat("speed", 1f);
351 lightDirection = (Vector3f) ic.readSavable("lightDirection", new Vector3f(0, -1, 0));
352 lightColor = (ColorRGBA) ic.readSavable("lightColor", ColorRGBA.White);
353 waterHeight = ic.readFloat("waterHeight", 0.0f);
354 waterColor = (ColorRGBA) ic.readSavable("waterColor", new ColorRGBA(0.0078f, 0.3176f, 0.5f, 1.0f));
355 deepWaterColor = (ColorRGBA) ic.readSavable("deepWaterColor", new ColorRGBA(0.0039f, 0.00196f, 0.145f, 1.0f));
357 colorExtinction = (Vector3f) ic.readSavable("colorExtinction", new Vector3f(5.0f, 20.0f, 30.0f));
358 waterTransparency = ic.readFloat("waterTransparency", 0.1f);
359 maxAmplitude = ic.readFloat("maxAmplitude", 1.5f);
360 shoreHardness = ic.readFloat("shoreHardness", 0.1f);
361 useFoam = ic.readBoolean("useFoam", true);
363 foamIntensity = ic.readFloat("foamIntensity", 0.5f);
364 foamHardness = ic.readFloat("foamHardness", 1.0f);
366 foamExistence = (Vector3f) ic.readSavable("foamExistence", new Vector3f(0.45f, 4.35f, 1.5f));
367 waveScale = ic.readFloat("waveScale", 0.005f);
369 sunScale = ic.readFloat("sunScale", 3.0f);
370 shininess = ic.readFloat("shininess", 0.7f);
371 windDirection = (Vector2f) ic.readSavable("windDirection", new Vector2f(0.0f, -1.0f));
372 reflectionMapSize = ic.readInt("reflectionMapSize", 512);
373 useRipples = ic.readBoolean("useRipples", true);
375 normalScale = ic.readFloat("normalScale", 3.0f);
376 useHQShoreline = ic.readBoolean("useHQShoreline", true);
378 useSpecular = ic.readBoolean("useSpecular", true);
380 useRefraction = ic.readBoolean("useRefraction", true);
381 refractionStrength = ic.readFloat("refractionStrength", 0.0f);
382 refractionConstant = ic.readFloat("refractionConstant", 0.5f);
383 reflectionDisplace = ic.readFloat("reflectionDisplace", 30f);
384 underWaterFogDistance = ic.readFloat("underWaterFogDistance", 120f);
385 causticsIntensity = ic.readFloat("causticsIntensity", 0.5f);
387 useCaustics = ic.readBoolean("useCaustics", true);