Re: [QGIS-Developer] GSoC QGIS 3D Improvement: Week 12 Report

2019-08-19 Thread Martin Dobias
Hi there

On Mon, Aug 19, 2019 at 9:52 AM Ismail Sunni  wrote:
>
>> In the video I see a circle that is cut in half, it is right?
>
>
> Yes, it seems so. I am not sure either since sometimes it happens sometimes 
> it's not. I also opened the same project with QGIS 3.8.1, it shows the same 
> thing. Perhaps the problem is already there (not related to the feature that 
> I develop) or the project that I have. I haven't checked further. See: 
> https://imgur.com/a/cisqkiX

Right, that is independent from what Ismail has been working on. Those
"cut" circles are a texture on the terrain. Because the project extent
is very small, the circles are not fully drawn.

Generally when using 3D renderers it is useful to set null 2D renderer
to such layers to avoid the confusion of having a single feature
rendered twice... And also it is useful to also have some background
map so in the 3D scene it is clear where the scene starts and where it
ends :-)

Cheers
Martin
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] GSoC QGIS 3D Improvement: Week 12 Report

2019-08-19 Thread Ismail Sunni
Hi Luca Manganelli,

Niiice!
>

Thanks!

In the video I see a circle that is cut in half, it is right?


Yes, it seems so. I am not sure either since sometimes it happens sometimes
it's not. I also opened the same project with QGIS 3.8.1, it shows the same
thing. Perhaps the problem is already there (not related to the feature
that I develop) or the project that I have. I haven't checked further. See:
https://imgur.com/a/cisqkiX

Best regards.

On Mon, Aug 19, 2019 at 8:20 AM Luca Manganelli <
luca.mangane...@comune.trento.it> wrote:

> Niiice!
>
> In the video I see a circle that is cut in half, it is right?
>
> Il giorno dom 18 ago 2019 alle ore 21:01 Ismail Sunni <
> imajimat...@gmail.com> ha scritto:
>
>> Dear QGIS developers,
>>
>> Here is my 12th-week report for my GSoC Project[4]. You can also check
>> the project wiki page [2]. Comments and suggestions are welcome :)
>>
>> This time, I made a video to show the progress after stuck with a
>> blocking issue.
>>
>> GSoC QGIS 3D Improvement Week 12 Report
>>
>> *Period*: 12 August 2019 - 18 August 2019
>>
>> *Report*
>> 1. What did I complete this week?
>>- Debug "Changing symbol doesn't always change the billboard"
>>- Get help from Martin to fix the problem. It's updated because
>> QgsTerrainTextureImage thinks it doesn't need to update the symbol due to
>> the same extent.
>>- Removing unrelated UI (transformation and material widget) for the
>> billboard
>>- Add set height option for the height of the billboard
>>- Save the billboard symbol as a symbol attribute (previously using
>> serialization)
>>- Add `selected` symbol for the billboard. It's showing a
>> black-symbol, not yellow-symbol like a normal selected one.
>>- Save the billboard symbol to the project.
>>- Fix flipped billboard
>>- Video about this progress: https://youtu.be/QZr16uq8Pco
>> 2. What am I going to achieve for next week?
>>- Addressing black selected symbol
>>- Address size symbol issue
>>- Finalize and submit PR
>>- Write final report
>> 3. Is there any blocking issue?
>>- N/A
>> 4. Code
>>- Branch for billboard feature [1]
>>- Repo for QT C++ billboard [3]
>> 5. Misc
>>- N/A
>> ## References
>> - [1] https://github.com/ismailsunni/QGIS/tree/billboard
>> - [2] Project Wiki:
>> https://github.com/ismailsunni/QGIS/wiki/GSoC-2019---QGIS-3D-Improvement
>> - [3] https://github.com/ismailsunni/qt3d-custom-shader
>> - [4] https://github.com/ismailsunni/QGIS/wiki/Week-12-Report
>>
>> Best Regards.
>> --
>> Ismail Sunni
>> ismailsunni.wordpress.com
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> --
> Luca Manganelli
> Assistente informatico
> Servizio Innovazione e Sistemi digitali
> Via Ezio Maccani 148
> 38121 Trento (TN)
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Ismail Sunni
ismailsunni.wordpress.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] GSoC QGIS 3D Improvement: Week 12 Report

2019-08-19 Thread Luca Manganelli
Niiice!

In the video I see a circle that is cut in half, it is right?

Il giorno dom 18 ago 2019 alle ore 21:01 Ismail Sunni 
ha scritto:

> Dear QGIS developers,
>
> Here is my 12th-week report for my GSoC Project[4]. You can also check the
> project wiki page [2]. Comments and suggestions are welcome :)
>
> This time, I made a video to show the progress after stuck with a blocking
> issue.
>
> GSoC QGIS 3D Improvement Week 12 Report
>
> *Period*: 12 August 2019 - 18 August 2019
>
> *Report*
> 1. What did I complete this week?
>- Debug "Changing symbol doesn't always change the billboard"
>- Get help from Martin to fix the problem. It's updated because
> QgsTerrainTextureImage thinks it doesn't need to update the symbol due to
> the same extent.
>- Removing unrelated UI (transformation and material widget) for the
> billboard
>- Add set height option for the height of the billboard
>- Save the billboard symbol as a symbol attribute (previously using
> serialization)
>- Add `selected` symbol for the billboard. It's showing a black-symbol,
> not yellow-symbol like a normal selected one.
>- Save the billboard symbol to the project.
>- Fix flipped billboard
>- Video about this progress: https://youtu.be/QZr16uq8Pco
> 2. What am I going to achieve for next week?
>- Addressing black selected symbol
>- Address size symbol issue
>- Finalize and submit PR
>- Write final report
> 3. Is there any blocking issue?
>- N/A
> 4. Code
>- Branch for billboard feature [1]
>- Repo for QT C++ billboard [3]
> 5. Misc
>- N/A
> ## References
> - [1] https://github.com/ismailsunni/QGIS/tree/billboard
> - [2] Project Wiki:
> https://github.com/ismailsunni/QGIS/wiki/GSoC-2019---QGIS-3D-Improvement
> - [3] https://github.com/ismailsunni/qt3d-custom-shader
> - [4] https://github.com/ismailsunni/QGIS/wiki/Week-12-Report
>
> Best Regards.
> --
> Ismail Sunni
> ismailsunni.wordpress.com
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Luca Manganelli
Assistente informatico
Servizio Innovazione e Sistemi digitali
Via Ezio Maccani 148
38121 Trento (TN)
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] GSoC QGIS 3D Improvement: Week 12 Report

2019-08-18 Thread Ismail Sunni
Dear QGIS developers,

Here is my 12th-week report for my GSoC Project[4]. You can also check the
project wiki page [2]. Comments and suggestions are welcome :)

This time, I made a video to show the progress after stuck with a blocking
issue.

GSoC QGIS 3D Improvement Week 12 Report

*Period*: 12 August 2019 - 18 August 2019

*Report*
1. What did I complete this week?
   - Debug "Changing symbol doesn't always change the billboard"
   - Get help from Martin to fix the problem. It's updated because
QgsTerrainTextureImage thinks it doesn't need to update the symbol due to
the same extent.
   - Removing unrelated UI (transformation and material widget) for the
billboard
   - Add set height option for the height of the billboard
   - Save the billboard symbol as a symbol attribute (previously using
serialization)
   - Add `selected` symbol for the billboard. It's showing a black-symbol,
not yellow-symbol like a normal selected one.
   - Save the billboard symbol to the project.
   - Fix flipped billboard
   - Video about this progress: https://youtu.be/QZr16uq8Pco
2. What am I going to achieve for next week?
   - Addressing black selected symbol
   - Address size symbol issue
   - Finalize and submit PR
   - Write final report
3. Is there any blocking issue?
   - N/A
4. Code
   - Branch for billboard feature [1]
   - Repo for QT C++ billboard [3]
5. Misc
   - N/A
## References
- [1] https://github.com/ismailsunni/QGIS/tree/billboard
- [2] Project Wiki:
https://github.com/ismailsunni/QGIS/wiki/GSoC-2019---QGIS-3D-Improvement
- [3] https://github.com/ismailsunni/qt3d-custom-shader
- [4] https://github.com/ismailsunni/QGIS/wiki/Week-12-Report

Best Regards.
-- 
Ismail Sunni
ismailsunni.wordpress.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer