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. Pairs with Fel Eye Smoke 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 Eyes Wht [F] Fel Eye Smoke L Wht [F] Fel Eye Smoke R Wht [F] Fel Eye Smoke Wht

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

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

Similar Male Products:
[M] Fel Eye Smoke Prp [M] Fel Eye Smoke Pnk [M] Fel Eye Smoke Cyn [M] Fel Eye Smoke Blu [M] Fel Eye Smoke Grn [M] Fel Eye Smoke Red [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

Male Eye Smoke 1 Left:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.19,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","c5c5c533"],["0.5","c5c5c533"],["1","c5c5c533"]],
        	"Type":"Color"
       }
	],

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

}


Male Eye Smoke 1 Right:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.19,-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","c5c5c533"],["0.5","c5c5c533"],["1","c5c5c533"]],
        	"Type":"Color"
       }
	],

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

}


Male Eye Smoke 2 Left:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.19,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","c5c5c533"],["0.5","c5c5c533"],["1","c5c5c533"]],
        	"Type":"Color"
       }
	],

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

}


Male Eye Smoke 2 Right:
{
	"Rules":[
		{
			"Position": {"Position":"0.11,0.19,-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","c5c5c533"],["0.5","c5c5c533"],["1","c5c5c533"]],
        	"Type":"Color"
       }
	],

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

}