1 /** Copyright (c) 2017 Samsung Electronics Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
7 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
16 // This File has been auto-generated by SWIG and then modified using DALi Ruby Scripts
17 //------------------------------------------------------------------------------
20 // This file was automatically generated by SWIG (http://www.swig.org).
23 // Do not make changes to this file unless you know what you are doing--modify
24 // the SWIG interface file instead.
25 //------------------------------------------------------------------------------
27 using Tizen.NUI.BaseComponents;
31 internal class Model3dView : View {
32 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
34 internal Model3dView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.Model3dView_SWIGUpcast(cPtr), cMemoryOwn) {
35 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
38 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Model3dView obj) {
39 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
42 public override void Dispose() {
43 if (!Window.IsInstalled()) {
44 DisposeQueue.Instance.Add(this);
49 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
52 NDalicPINVOKE.delete_Model3dView(swigCPtr);
54 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
56 global::System.GC.SuppressFinalize(this);
62 public class Property : global::System.IDisposable {
63 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
64 protected bool swigCMemOwn;
66 internal Property(global::System.IntPtr cPtr, bool cMemoryOwn) {
67 swigCMemOwn = cMemoryOwn;
68 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
71 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Property obj) {
72 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
76 DisposeQueue.Instance.Add(this);
79 public virtual void Dispose() {
80 if (!Window.IsInstalled()) {
81 DisposeQueue.Instance.Add(this);
86 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
89 NDalicPINVOKE.delete_Model3dView_Property(swigCPtr);
91 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
93 global::System.GC.SuppressFinalize(this);
97 public Property() : this(NDalicPINVOKE.new_Model3dView_Property(), true) {
98 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
101 public static readonly int GEOMETRY_URL = NDalicPINVOKE.Model3dView_Property_GEOMETRY_URL_get();
102 public static readonly int MATERIAL_URL = NDalicPINVOKE.Model3dView_Property_MATERIAL_URL_get();
103 public static readonly int IMAGES_URL = NDalicPINVOKE.Model3dView_Property_IMAGES_URL_get();
104 public static readonly int ILLUMINATION_TYPE = NDalicPINVOKE.Model3dView_Property_ILLUMINATION_TYPE_get();
105 public static readonly int TEXTURE0_URL = NDalicPINVOKE.Model3dView_Property_TEXTURE0_URL_get();
106 public static readonly int TEXTURE1_URL = NDalicPINVOKE.Model3dView_Property_TEXTURE1_URL_get();
107 public static readonly int TEXTURE2_URL = NDalicPINVOKE.Model3dView_Property_TEXTURE2_URL_get();
108 public static readonly int LIGHT_POSITION = NDalicPINVOKE.Model3dView_Property_LIGHT_POSITION_get();
112 public Model3dView () : this (NDalicPINVOKE.Model3dView_New__SWIG_0(), true) {
113 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
116 public Model3dView (string objUrl, string mtlUrl, string imagesUrl) : this (NDalicPINVOKE.Model3dView_New__SWIG_1(objUrl, mtlUrl, imagesUrl), true) {
117 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
120 public Model3dView(Model3dView model3dView) : this(NDalicPINVOKE.new_Model3dView__SWIG_1(Model3dView.getCPtr(model3dView)), true) {
121 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
124 public Model3dView Assign(Model3dView model3dView) {
125 Model3dView ret = new Model3dView(NDalicPINVOKE.Model3dView_Assign(swigCPtr, Model3dView.getCPtr(model3dView)), false);
126 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
130 public new static Model3dView DownCast(BaseHandle handle) {
131 Model3dView ret = new Model3dView(NDalicPINVOKE.Model3dView_DownCast(BaseHandle.getCPtr(handle)), true);
132 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
136 public enum PropertyRange {
137 PROPERTY_START_INDEX = PropertyRanges.PROPERTY_REGISTRATION_START_INDEX,
138 PROPERTY_END_INDEX = View.PropertyRange.PROPERTY_START_INDEX+1000,
139 ANIMATABLE_PROPERTY_START_INDEX = PropertyRanges.ANIMATABLE_PROPERTY_REGISTRATION_START_INDEX,
140 ANIMATABLE_PROPERTY_END_INDEX = PropertyRanges.ANIMATABLE_PROPERTY_REGISTRATION_START_INDEX+1000
143 public enum IluminationTypeEnum {
145 DIFFUSE_WITH_TEXTURE,
146 DIFFUSE_WITH_NORMAL_MAP
149 public string GeometryUrl
154 GetProperty( Model3dView.Property.GEOMETRY_URL).Get( out temp );
159 SetProperty( Model3dView.Property.GEOMETRY_URL, new Tizen.NUI.PropertyValue( value ) );
162 public string MaterialUrl
167 GetProperty( Model3dView.Property.MATERIAL_URL).Get( out temp );
172 SetProperty( Model3dView.Property.MATERIAL_URL, new Tizen.NUI.PropertyValue( value ) );
175 public string ImagesUrl
180 GetProperty( Model3dView.Property.IMAGES_URL).Get( out temp );
185 SetProperty( Model3dView.Property.IMAGES_URL, new Tizen.NUI.PropertyValue( value ) );
188 public int IlluminationType
193 GetProperty( Model3dView.Property.ILLUMINATION_TYPE).Get( ref temp );
198 SetProperty( Model3dView.Property.ILLUMINATION_TYPE, new Tizen.NUI.PropertyValue( value ) );
201 public string Texture0Url
206 GetProperty( Model3dView.Property.TEXTURE0_URL).Get( out temp );
211 SetProperty( Model3dView.Property.TEXTURE0_URL, new Tizen.NUI.PropertyValue( value ) );
214 public string Texture1Url
219 GetProperty( Model3dView.Property.TEXTURE1_URL).Get( out temp );
224 SetProperty( Model3dView.Property.TEXTURE1_URL, new Tizen.NUI.PropertyValue( value ) );
227 public string Texture2Url
232 GetProperty( Model3dView.Property.TEXTURE2_URL).Get( out temp );
237 SetProperty( Model3dView.Property.TEXTURE2_URL, new Tizen.NUI.PropertyValue( value ) );
240 public Vector3 LightPosition
244 Vector3 temp = new Vector3(0.0f,0.0f,0.0f);
245 GetProperty( Model3dView.Property.LIGHT_POSITION).Get( temp );
250 SetProperty( Model3dView.Property.LIGHT_POSITION, new Tizen.NUI.PropertyValue( value ) );