User Tools

Site Tools


ig:gfx:photocreator:sampels

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ig:gfx:photocreator:sampels [2021/05/06 09:40] ig_jscig:gfx:photocreator:sampels [2024/04/04 08:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Sample Photo.json and parameter list ====== ====== Sample Photo.json and parameter list ======
 +
 +===== Photo.json Template =====
 +
 +Copy these lines, adjust and save them as Photo.json
 +
 +<code javascript>
 +{
 +  "_Description": "Template Photo.json form the IG Doku Wiki",
 +  "Cameras": {
 +    "Standard": {
 +      "X": -3.0,
 +      "Y": 1.8,
 +      "Z": 3.0,
 +      "_X": 2.0,
 +      "_Y": 0.0,
 +      "_Z": -1.0
 +    }
 +  },
 +  "Camera": "Standard",
 +  "Width": 1920,
 +  "Height": 1080,
 +  "Environment": "?01",
 +  "State": {},
 +  "Scope": "Domain.Subdomain or ask the admin for help"
 +  "Password": "Creator Domain PWD for RO user"
 +  "Products":[
 +    {
 +      "_": "Write description here",
 +      "Id": "Id_Free_2_Choose",
 +      "NativeId": "Get_From_Commercial_Data"
 +    },
 +    {}
 +  ],
 +  "Sets": []
 +}
 +</code>
 +
 +
 +===== Parameters =====
 +
  
 |Cameras| Define 1 -n cameras \\ Each camera has a name, a position (X, Y, Z) and a view point (_X, _Y, _Z) \\ Additionally you can define an AutoPlace in "CenterXZ" or "CenterX" \\ <code javascript>"Cameras":{ |Cameras| Define 1 -n cameras \\ Each camera has a name, a position (X, Y, Z) and a view point (_X, _Y, _Z) \\ Additionally you can define an AutoPlace in "CenterXZ" or "CenterX" \\ <code javascript>"Cameras":{
Line 29: Line 69:
 |Height|Image pixel vertical| |Height|Image pixel vertical|
 |Environment|Define the background for your rendering (01, 02, 03, 04, 05, 06) \\ Additionally define the resolution for your rendering (?) | |Environment|Define the background for your rendering (01, 02, 03, 04, 05, 06) \\ Additionally define the resolution for your rendering (?) |
-|State|Define the properties and there values <code javascript> "State": {+|State|Define the properties and there values. The property can be take from the IG.Creator Configuration table. This is the Id of a property or a value. <code javascript> "State": {
   "P1": "V1",   "P1": "V1",
   "P2": "V2"   "P2": "V2"
ig/gfx/photocreator/sampels.1620286804.txt.gz · Last modified: 2024/04/04 08:04 (external edit)