0

I only have an animation of 5 seconds and is only rending like less than 1 second, the worst is rendering stuff that is not there, I don't understand why.

In the first image is how is supposed to be, and the second pic is how it render.

enter image description here

enter image description here

enter image description here

enter image description here

1 Answers1

0

The problem is this (your "empty")

enter image description here

This won't be rendered.

If you want to render an image do this:

  1. add plane

  2. resize it and move it as you want it (basically give it the size and the position of your "empty")

  3. give it this shader

enter image description here

then you will get:

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84
  • But i don't want to render with the image. that was just for reference and that flower in blue i don´t know why is there, i deleted. the end result should be like the first image on my post. i still don't know why is that flower appearing :((( – Daniela Moreno May 03 '21 at 11:35