Display Image

Note: If the particle effect looks too small, change your 3D Renderer to either "Accelerated Graphics (Direct3D)" or "Accelerated Graphics(OpenGL)" in the IMVU Settings > Advanced tab. This mostly applies for PC users.



GOOD NEWS! I am taking color requests for this product! If you want that perfect match for your outfit, message me and I will make that color for you. Only exception is black as it controls opacity.



Inspired by World of Warcraft's Demon Hunters. This is the female version that covers both eyes. Males can still wear this but it will not align with their eyes. Will work with most human heads but will not always work with furry heads. Pairs with Demon Fel Eyes and Demon Fel Horns. If you enjoy this product please leave a review and let me know how you incorporated this into your avatar outfit. :)

Matching Female Products:
[F] Fel Eye Smoke R [F] Demon Fel Eyes [F] Fel Eye Smoke L

Matching Male Products:
[M] Fel Eye Smoke R [M] Fel Eye Smoke L [M] Demon Fel Eyes [M] Fel Eye Smoke

Matching Unisex Products:
Demon Fel Horns

Similar Female Products:
[F] Fel Eye Smoke Red [F] Fel Eye Smoke Prp [F] Fel Eye Smoke Cyn [F] Fel Eye Smoke Blu [F] Fel Eye Smoke Pnk [F] Fel Eye Smoke Wht [F] Fel Eye Smoke Ylw [F] Fel Eye Smoke Ong

Similar Male Products:
[M] Fel Eye Smoke Red [M] Fel Eye Smoke Prp [M] Fel Eye Smoke Cyn [M] Fel Eye Smoke Blu [M] Fel Eye Smoke Pnk [M] Fel Eye Smoke Wht [M] Fel Eye Smoke Ylw [M] Fel Eye Smoke Ong

Derivation Information:
Created using .json coding for IMVU Classic. Each eye has two of it's own textures. Be sure to rename your texture to "smoke1L.png", "smoke1R.png", "smoke2L.png", and "smoke2R.png" when saving it to the project folder. An important note: the color of the smoke is also controlled by the code so it will always have color in it from the original product. If this isn't what you want, derive from a color that is similar to what you're wanting. Below I included the code I used for those that want to understand .json, or would like to make their own particle product. Here are some links to teach you if you are new to particles. If you have any questions about deriving this product (or about particles in general) don't hesitate to ask me. I am happy to help. :)

Deriving Particle Products - A Complete Guide

IMVU Creator - Particle Effects (Alpha)

Particles for Dummies


YouTube: IMVU Studio BETA Learning Session 4 - Particles and Animated Textures

Female Eye Smoke 1 Left:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.228,0.07","Type":"Point"},
			"Rate": "10",
			"Type": "Source",
			"Velocity": {"Type":"Cone","Bottom":"0.1,0.14,0","InnerRadius":"0.05","OuterRadius":"0","Top":"0,0,0"}
		},
		{
			"SinkDomain": {"Normal":"0,0,1","Position":"0,0,-1","Type":"Plane"},
			"Type": "Sink"

		},
		{
			"AgeLimit":"1",
			"Type":"KillOld"
		},
       {

       		"Colors": [["0","4bff0077"],["0.5","4bff0077"],["1","4bff0077"]],
        	"Type":"Color"
       }
	],

	"BlendMode": "Additive",
    "Gravity": "0,0,0",
    "TextureFilename": "smoke1L.png"

}


Female Eye Smoke 1 Right:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.228,-0.07","Type":"Point"},
			"Rate": "10",
			"Type": "Source",
			"Velocity": {"Type":"Cone","Bottom":"0.1,0.14,0","InnerRadius":"0.05","OuterRadius":"0","Top":"0,0,0"}
		},
		{
			"SinkDomain": {"Normal":"0,0,1","Position":"0,0,-1","Type":"Plane"},
			"Type": "Sink"

		},
		{
			"AgeLimit":"1",
			"Type":"KillOld"
		},
       {

       		"Colors": [["0","4bff0077"],["0.5","4bff0077"],["1","4bff0077"]],
        	"Type":"Color"
       }
	],

	"BlendMode": "Additive",
    "Gravity": "0,0,0",
    "TextureFilename": "smoke1R.png"

}


Female Eye Smoke 2 Left:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.228,0.07","Type":"Point"},
			"Rate": "10",
			"Type": "Source",
			"Velocity": {"Type":"Cone","Bottom":"0.1,0.14,0","InnerRadius":"0.05","OuterRadius":"0","Top":"0,0,0"}
		},
		{
			"SinkDomain": {"Normal":"0,0,1","Position":"0,0,-1","Type":"Plane"},
			"Type": "Sink"

		},
		{
			"AgeLimit":"1",
			"Type":"KillOld"
		},
       {

       		"Colors": [["0","4bff0077"],["0.5","4bff0077"],["1","4bff0077"]],
        	"Type":"Color"
       }
	],

	"BlendMode": "Additive",
    "Gravity": "0,0,0",
    "TextureFilename": "smoke2L.png"

}


Female Eye Smoke 2 Right:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.228,-0.07","Type":"Point"},
			"Rate": "10",
			"Type": "Source",
			"Velocity": {"Type":"Cone","Bottom":"0.1,0.14,0","InnerRadius":"0.05","OuterRadius":"0","Top":"0,0,0"}
		},
		{
			"SinkDomain": {"Normal":"0,0,1","Position":"0,0,-1","Type":"Plane"},
			"Type": "Sink"

		},
		{
			"AgeLimit":"1",
			"Type":"KillOld"
		},
       {

       		"Colors": [["0","4bff0077"],["0.5","4bff0077"],["1","4bff0077"]],
        	"Type":"Color"
       }
	],

	"BlendMode": "Additive",
    "Gravity": "0,0,0",
    "TextureFilename": "smoke2R.png"

}