# Google DreamFusion

### [Google DreamFusion](https://dreamfusion3d.github.io/)

Google’s version of generative AI for 3D models requires no training on 3D model data, but they also generate 3D models a little differently than the other platforms and are not the go-to tool for game development.

The system uses 2D images of an object generated by the [Imagen](https://imagen.research.google/) text-to-image diffusion model to understand different perspectives of the model it is trying to generate. This process is called Score Distillation Sampling (SDS) by Google Engineers. SDS creates the basic appearance and DreamFusion optimizes the assets to fill in the model such as adding regularizers and improving geometry. Once processed, these models have high quality normals and can be lit like regular 3D models


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://metaverse-imagen.gitbook.io/ai-tools-research/ai-tools-main-categories/video-and-animation/3d-asset-creation-generative-ai-tools/google-dreamfusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
